Pointillism-style photo manipulation package
Project description
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.
Web app version
Currently deployed via Django on AWS Elastic beanstalk at pointillizer.com
Examples and usage
See detailed example usage in Pointillism Example Usage.ipynb
notebook
See example images in google album
Installation
Install with pip install pointillism
Modules
pointillism.image
: core image methods for pointillizingpointillism.pipeline
: methods for making image manipulation pipelines and gifspointillism.batch
: batch processing of images or gifs in parallelpointillism.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.4.tar.gz
(10.4 kB
view details)
File details
Details for the file pointillism-0.1.4.tar.gz
.
File metadata
- Download URL: pointillism-0.1.4.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8dcb113eea74a0ed3998472ba5a87108e3ba952d85436201c729fae78109b09 |
|
MD5 | b0a608d98baab8174332055035f3967e |
|
BLAKE2b-256 | 0ba31d85c2fadff5333e1a467c08b2e53e3f92f4149b849b30601b86ce9b46f6 |