pngcanvas

A minimalist library to render PNG images using pure Python

MIT License

Downloads
47
Stars
44
Committers
5

pngcanvas

A minimalist library to render PNG images using pure Python inspired by Thomas Fuchs' spark_pr library, originally published here in 2005.

Given that I get a couple of mails about it every quarter or so, and that it's been consistently popular with the Google App Engine crowd, I decided to release it under the MIT license and welcome any contributions towards speeding it up, cleaning it up and making it generally more useful.

So ping me if you want commit access (or just send me a pull request with any enhancements).

Features

As it stands, you can do the following things with a PNGCanvas instance:

  • Set single pixels
  • Draw antialiased lines and polylines
  • Draw rectangles (outlined and filled)
  • Draw vertical gradients
  • Copy (and blend) a rectangular segment of the image onto another location
  • Save it as a PNG file
  • Load a PNG file into it (with some restrictions)

...all of it in pure Python.

Package Rankings
Top 13.4% on Pypi.org
Badges
Extracted from project README
Build Status PyPI Version Language grade: Python