All Projects → rcarmo → pngcanvas

rcarmo / pngcanvas

Licence: MIT license
A minimalist library to render PNG images using pure Python

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

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:

  • 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].