pillow v3.1.0 Release Notes

Release Date: 2016-01-04 // over 8 years ago
    • ๐Ÿ›  Fixing test failures on Python 2.6/Windows #1633 [wiredfool]

    • ๐Ÿ“‡ Limit metadata tags when writing using libtiff #1620 [wiredfool]

    • ๐Ÿ‘ Rolling back exif support to pre-3.0 format #1627 [wiredfool]

    • ๐Ÿ›  Fix Divide by zero in Exif, add IFDRational class #1531 [wiredfool]

    • Catch the IFD error near the source #1622 [wiredfool]

    • โž• Added release notes for 3.1.0 #1623 [radarhere]

    • โšก๏ธ Updated spacing to be consistent between multiline methods #1624 [radarhere]

    • Let EditorConfig take care of some basic formatting #1489 [hugovk]

    • โช Restore gpsexif data to the v1 form #1619 [wiredfool]

    • โž• Add /usr/local include and library directories for freebsd #1613 [leforestier]

    • โšก๏ธ Updated installation docs for new versions of dependencies #1611 [radarhere]

    • โœ‚ Removed unrunnable test file #1610 [radarhere]

    • ๐Ÿ”„ Changed register calls to use format property #1608 [radarhere]

    • โž• Added field type constants to TiffTags #1596 [radarhere]

    • ๐Ÿ‘ Allow saving RowsPerStrip with libtiff #1594 [wiredfool]

    • Enabled conversion to numpy array for HSV images #1578 [cartisan]

    • ๐Ÿ”„ Changed some urls in the docs to use https #1580 [hugovk]

    • โœ‚ Removed logger.exception from ImageFile.py #1590 [radarhere]

    • โœ‚ Removed warnings module check #1587 [radarhere]

    • ๐Ÿ”„ Changed arcs, chords and pie slices to use floats #1577 [radarhere]

    • โšก๏ธ Update unit test asserts #1584, #1598 [radarhere]

    • ๐Ÿ›  Fix command to invoke ghostscript for eps files #1478 [baumatron, radarhere]

    • Consistent multiline text spacing #1574 [wiredfool, hugovk]

    • โœ‚ Removed unused lines in BDFFontFile #1530 [radarhere]

    • ๐Ÿ”„ Changed ImageQt import of Image #1560 [radarhere, ericfrederich]

    • Throw TypeError if no cursors were found in .cur file #1556 [radarhere]

    • ๐Ÿ›  Fix crash in ImageTk.PhotoImage on win-amd64 #1553 [cgohlke]

    • ExtraSamples tag should be a SHORT, not a BYTE #1555 [Nexuapex]

    • ๐Ÿ“„ Docs and code health fixes #1565 #1566 #1581 #1586 #1591 #1621 [radarhere]

    • โšก๏ธ Updated freetype to 2.6.2 #1564 [radarhere]

    • โšก๏ธ Updated WebP to 0.5.0 for Travis #1515 #1609 [radarhere]

    • Fix missing 'version' key value in array_interface #1519 [mattip]

    • ๐Ÿ–จ Replaced os.popen with subprocess.Popen to pilprint script #1523 [radarhere]

    • ๐Ÿ”Œ Catch OverflowError in SpiderImagePlugin #1545 [radarhere, MrShark]

    • ๐Ÿ›  Fix the definition of icc_profile in TiffTags #1539 [wiredfool]

    • โœ‚ Remove old _imagingtiff.c and pilplus stuff #1499 [hugovk]

    • ๐Ÿ›  Fix Exception when requiring jpeg #1501 [hansmosh]

    • Dependency scripts for Debian and Ubuntu #1486 [wiredfool]

    • โž• Added Usage message to painter script #1482 [radarhere]

    • โž• Add tag info for iccprofile, fixes #1462. #1465 [wiredfool]

    • โž• Added some requirements for make release-test #1451 [wiredfool]

    • ๐Ÿ“‡ Flatten tiff metadata value SAMPLEFORMAT to initial value #1467 (fixes #1466) [wiredfool]

    • ๐Ÿ›  Fix handling of pathlib in Image.save #1464 (fixes #1460) [wiredfool]

    • โœ… Make tests more robust #1469 [hugovk]

    • ๐Ÿ Use correctly sized pointers for windows handle types #1458 [nu744]