------------------
.. Note:: Special thanks to Christoph Gohlke and Eric Soroos for assisting with a pre-PyCon 2013 release!
- Many other bug fixes and enhancements by many other people.
- Add Python 3 support. (Pillow >= 2.0.0 supports Python 2.6, 2.7, 3.2, 3.3. Pillow < 2.0.0 supports Python 2.4, 2.5, 2.6, 2.7.)
[fluggo]
- Add PyPy support (experimental, please see 67)
- Add WebP support 96
[lqs]
- Add Tiff G3/G4 support (experimental)
[wiredfool]
- Backport PIL's PNG/Zip improvements 95, 97
[olt]
- Various 64-bit and Windows fixes.
[cgohlke]
- Add testing suite.
[cgohlke, fluggo]
- Added support for PNG images with transparency palette.
[d-schmidt]