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 at pointillizer.com, check it out to try out the effect or see examples.
Examples and usage
See examples and detailed usage in example notebook
See other 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 series (parallel coming soon)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)
Release files for pointillism 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pointillism-0.1.5.tar.gz | 11.5 kB | Details |
Release files / pointillism-0.1.5.tar.gz
| Download URL | pointillism-0.1.5.tar.gz |
|---|---|
| Size | 11.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb5be381c7594713df1787d991acfbdc5cb810b1e74f2cfde6ac9a121a7dfb52
|
|
BLAKE2b-256 checksum How to use checksums |
7c31c89eb6f788e1cd1c633a4798dac0614ed35f1c884b36a4739693893b5fbe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |