Skip to main content

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 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 pointillizing
  • pointillism.pipeline - methods for making image manipulation pipelines and gifs
  • pointillism.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) 

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.5.tar.gz (11.5 kB view details)

Uploaded Source

File details

Details for the file pointillism-0.1.5.tar.gz.

File metadata

  • Download URL: pointillism-0.1.5.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pointillism-0.1.5.tar.gz
Algorithm Hash digest
SHA256 cb5be381c7594713df1787d991acfbdc5cb810b1e74f2cfde6ac9a121a7dfb52
MD5 98fe5e5f9e1b111d0a1a75a4a24c1094
BLAKE2b-256 7c31c89eb6f788e1cd1c633a4798dac0614ed35f1c884b36a4739693893b5fbe

See more details on using hashes here.

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