Open Source Project name
Pillow
What is your project?
Pillow is the imaging library that adds image processing capabilities to your Python interpreter, with extensive file format support, an efficient internal representation, and powerful image processing capabilities.
Version
11.0
Date
October 15, 2024
Description of breaking changes
Pillow has dropped support for EOL Python 3.8, and only supports macOS versions 10.13 and later for Python 3.12 and later.
Since Pillow’s C API is now faster than PyAccess on PyPy, PyAccess has been removed. Pillow’s C API will now be used on PyPy instead. Image.USE_CFFI_ACCESS, for switching from the C API to PyAccess, was similarly removed.
Support for WebP 0.4 and earlier has been removed; WebP 0.5 is the minimum supported.
The internal PSFile class was removed along with an unused setting, TiffImagePlugin.IFD_LEGACY_API.
GitHub Repo
https://github.com/python-pillow/Pillow
Website
https://pillow.readthedocs.io
Link to changelog
https://pillow.readthedocs.io/en/stable/releasenotes/11.0.0.html
Social media
https://fosstodon.org/@pillow/112710680314332060
Anything else to add?
No response