Skip to main content

Pointillism-style photo manipulation package

Project description

Pointillism

Image manipulation for various "pointillism" effects, built from scratch in Python. Image handling courtesy of Pillow.

Under active development. Please let me know if you have feedback.

Examples and usage

See detailed example usage in Pointillism Example Usage.ipynb notebook

See example images in google album

Deployment

Currently deployed via Django on AWS Elastic beanstalk at pointillizer.com

Installation

Install with pip install pointillism

Modules

  • pointillism.image: core image methods for pointilling
  • pointillism.pipeline: methods for making image manipulation pipelines and gifs
  • pointillism.batch: batch processing of images or gifs in parallel
  • pointillism.movies: (coming soon)

Basic usage

Making a pointillized image with default presets

# 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) 

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pointillism-0.1.1.tar.gz (10.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page