All Versions
134
Latest Version
Avg Release Cycle
49 days
Latest Release
554 days ago

Changelog History
Page 8

  • v2.1.0 Changes

    July 02, 2013
    • ➕ Add /usr/bin/env python shebangs to all scripts in /Scripts #197 [mgorny]

    • ➕ Add several TIFF decoders and encoders #268 [megabuz]

    • ➕ Added support for alpha transparent webp images.

    • ➕ Adding Python 3 support for StringIO.

    • ➕ Adding Python3 basestring compatibility without changing basestring.

    • 🛠 Fix webp encode errors on win-amd64 #259 [cgohlke]

    • 👍 Better fix for ZeroDivisionError in ImageOps.fit for image.size height is 1 #267 [chrispbailey]

    • 👍 Better support for ICO images.

    • 🔖 Changed PY_VERSION_HEX #190 (fixes #166)

    • 🔄 Changes to put everything under the PIL namespace #191 [wiredfool]

    • Changing StringIO to BytesIO.

    • Cleanup whitespace. [Arfrever]

    • 🏗 Don't skip 'import site' on initialization when running tests for inplace builds. [cgohlke]

    • ✅ Enable warnings for test suite #227 [wiredfool]

    • 🛠 Fix for ZeroDivisionError in ImageOps.fit for image.size == (1,1) #255 [pterk]

    • 🛠 Fix for if isinstance(filter, collections.Callable) crash. Python bug #7624 on <2.6.6

    • ✂ Remove double typedef declaration #194 (fixes #193) [evertrol]

    • 🛠 Fix msvc compile errors (#230).

    • 🛠 Fix rendered characters have been chipped for some TrueType fonts [tk0miya]

    • 🛠 Fix usage of pilfont.py script #184 [fabiomcosta]

    • 📄 Fresh start for docs, generated by sphinx-apidoc.

    • Introduce --enable-x and fail if it is given and x is not available.

    • 🛠 Partial work to add a wrapper for WebPGetFeatures to correctly support #220 (fixes #204)

    • 🐎 Significant performance improvement of alpha_composite function #156 [homm]

    • 👌 Support explicitly disabling features via --disable-* options #240 [mgorny]

    • 👌 Support selftest.py --installed, fixes #263

    • 🛠 Transparent WebP Support #220 (fixes #204) [euangoddard, wiredfool]

    • 🛠 Use PyCapsule for py3.1 #238 (fixes #237) [wiredfool]

    • ↪ Workaround for: https://bugs.python.org/issue16754 in 3.2.x < 3.2.4 and 3.3.0.

  • v2.0.0 Changes

    March 15, 2013

    🚀 .. 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]

  • v1.7.8 Changes

    November 01, 2012
    • ✂ Removed doctests.py that made tests of other packages fail. [thomasdesvenain]

    • 🛠 Fix opening psd files with RGBA layers when A mode is not of type 65535 but 3. Fixes #3 [thomasdesvenain]

  • v1.7.7 Changes

    April 04, 2012
    • 🏁 UNDEF more types before including windows headers [mattip]
  • v1.7.6 Changes

    January 20, 2012
    • 🐛 Bug fix: freetype not found on Mac OS X with case-sensitive filesystem [gjo]

    • 🐛 Bug fix: Backport fix to split() after open() (regression introduced in PIL 1.1.7). [sfllaw]

  • v1.7.5 Changes

    September 07, 2011
    • 🛠 Fix for sys.platform = "linux3" [blueyed]

    • 📚 Package cleanup and additional documentation [aclark4life]

  • v1.7.4 Changes

    July 21, 2011
    • 🛠 Fix brown bag release [aclark4life]
  • v1.7.3 Changes

    July 20, 2011
    • 🛠 Fix : resize need int values, append int conversion in thumbnail method [harobed]
  • v1.7.2 Changes

    June 02, 2011
    • 🐛 Bug fix: Python 2.4 compat [aclark4life]
  • v1.7.1 Changes

    May 31, 2011
    • 👍 More multi-arch support [SteveM, regebro, barry, aclark4life]