Home

Awesome

pngcanvas

Build Status PyPI Version Language grade: Python

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:

...all of it in pure Python.