- Add method to 'scale' SVGs by modifying display size and viewbox. [jensens[ (68)
4.1.4
------------------
Bug fixes:
- Fixed scaling of PNG images with grayscale palettes, causing loss of transparency and resulting in black scaled images [rohnsha0] (43) - Make sure smallest dimension is at least 1px. MrTango, rohnsha0 (112)
Internal:
- Remove old way to run tests with setuptools [gforcada] - Update configuration files. [plone devs]
4.1.3
------------------
Bug fixes:
- Set PIL.ImageFile.LOAD_TRUNCATED_IMAGES = True to try to load damaged images. davisagli (14)
4.1.2
------------------
Bug fixes:
- If width and height are given, ignore the scale parameter when determining the unique id of a scale. wesleybl (92)
4.1.1
------------------
Bug fixes:
- Fix incompatibility with Pillow 10.1+. Instead of setting ``image.mode``, we call ``image.convert``. This works in Pillow 9 and 10. [maurits] (89)
4.1.0
------------------
New features:
- Keep scaled WEBP images in WEBP format instead of converting to JPEG. mamico (85)