Version 1.5
- Drop support for Python versions below 3.7
- Drop support for Pillow versions below 9.1 and fix Pillow 10 deprecation warnings (Alex Tomkins)
- Replace deprecated
imghdr
withfiletype
. This allows detecting newer image formats such as HEIC (Herbert Poul) - Add SVG support (Joshua Munn)
- Add HEIF support via the
pillow-heif
library (Alexander Piskun)