pillow v8.1.0 Release Notes

Release Date: 2021-01-02 // over 3 years ago
    • ๐Ÿ›  Fix TIFF OOB Write error. CVE-2020-35654 #5175 [wiredfool]

    • ๐Ÿ›  Fix for Read Overflow in PCX Decoding. CVE-2020-35653 #5174 [wiredfool, radarhere]

    • ๐Ÿ›  Fix for SGI Decode buffer overrun. CVE-2020-35655 #5173 [wiredfool, radarhere]

    • ๐Ÿ›  Fix OOB Read when saving GIF of xsize=1 #5149 [wiredfool]

    • โšก๏ธ Makefile updates #5159 [wiredfool, radarhere]

    • โž• Add support for PySide6 #5161 [hugovk]

    • ๐Ÿ‘‰ Use disposal settings from previous frame in APNG #5126 [radarhere]

    • Added exception explaining that repr_png saves to PNG #5139 [radarhere]

    • ๐Ÿ‘‰ Use previous disposal method in GIF load_end #5125 [radarhere]

    • ๐Ÿ‘ Allow putpalette to accept 1024 integers to include alpha values #5089 [radarhere]

    • ๐Ÿ›  Fix OOB Read when writing TIFF with custom Metadata #5148 [wiredfool]

    • โž• Added append_images support for ICO #4568 [ziplantil, radarhere]

    • Block TIFFTAG_SUBIFD #5120 [radarhere]

    • ๐Ÿ›  Fixed dereferencing potential null pointers #5108, #5111 [cgohlke, radarhere]

    • ๐Ÿ—„ Deprecate FreeType 2.7 #5098 [hugovk, radarhere]

    • ๐Ÿšš Moved warning to end of execution #4965 [radarhere]

    • โœ‚ Removed unused fromstring and tostring C methods #5026 [radarhere]

    • init() if one of the formats is unrecognised #5037 [radarhere]

    • ๐Ÿšš Moved string_dimension CVE image to pillow-depends #4993 [radarhere]

    • ๐Ÿ‘Œ Support raw rgba8888 for DDS #4760 [qiankanglai]