Showing posts with label image-formats. Show all posts
Showing posts with label image-formats. Show all posts

Monday, April 22, 2013

pypng, pure Python module to encode/decode PNG


By Vasudev Ram



pypng is a pure Python library to read/write PNG images.

Here are some code examples of using pypng. Note: the actual library is called png.py, not pypng.py. So import that, not this :-)

I tried out a few of the examples, and they worked.

The image above uses the transparency feature of PNG.

- Vasudev Ram - Dancing Bison Enterprises

Monday, December 3, 2012

PyPNG, to read and write PNG files with Python