PNG support for python 3.3 -
i can't find librarys python 3.3 add support png images. need write polygons, lines , points "tiles" of 254*254 images, saved harddrive. sugestions or links distributions of etc. pil python 3.3?
btw i'm using windows 7.
thanks!
pillow 2.0 supports python 3, including 3.3:
note: pillow >= 2.0.0 supports python versions: 2.6, 2.7, 3.2, 3.3; pillow < 2.0.0 supports python versions: 2.4, 2.5, 2.6, 2.7.
pillow fork of pil adds (much) better packaging , patches , improvements make pil work on python 3.
windows installers , eggs included.
Comments
Post a Comment