点光源式照片处理包

pointillism的Python项目详细描述


各种“点主义”效果的图像处理,在python中从头开始构建。枕头的图像处理。

正在积极发展中。如果你有反馈,请告诉我。

Web应用程序版本

当前部署在pointillizer.com,请检查它以尝试效果或查看示例。

示例和用法

参见example notebook

中的示例和详细用法

参见google album

中的其他示例图像

安装

使用pip install pointillism

安装

模块

  • pointillism.image-用于指针化的核心图像方法
  • pointillism.pipeline-制作图像处理管道和gif的方法
  • pointillism.batch-图像或gif的串行批处理(即将并行)
  • pointillism.movies-马上就来!

基本用法

使用默认预设制作点化图像

# Import 
import pointillism as pt

# Initialize
point = pt.image(image_location)

# Render
# optional setting can be 'balanced', 'fine', 'ultrafine', 'coarse', or 'uniform'
point.make() 

# Save
# or point.display() if using IPython
point.save_out(image_location) 

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何在href中将struts2文本字段的值作为参数传递?   java检查对象属性是否为空的最佳方法是什么?   java通过Maven使用Junit类别运行Cucumber测试   java如何在selenium Webdriver(Mac)中使用Robot类上传多个文件?   如何用python绘制图形或将python转换为java和Matlab?   java Osgi捆绑包更新和ResourceBundle   java使用流api将流<@Nullable T>转换为流<@NonNull T>   java中EXCEL的平台无关连接字符串   JavaFX中的java表   java Jetty线程池和sun。HttpServer会话   JPA存储库bean的java Spring注入无法工作NullPointerException   java从另一个Kubernetes作业触发Kubernetes   我的java netbeans抽奖计划需要帮助吗   泛型中的java有界类型无法扩展另一个有界类型   如果混合使用全局构建和概要文件构建,java cxfcodegenplugin会生成错误代码   封装SQL平台之间差异的java策略?