Skip to main content

A minimalist library to render PNG images using pure Python.

Project description

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.

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

pngcanvas-1.0.3.tar.gz (24.5 kB view hashes)

Uploaded Source

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