Socket
Socket
Sign inDemoInstall

pointillism

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pointillism

Pointillism-style photo manipulation package


Maintainers
1

Readme

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) 

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc