Skip to content

Latest commit

 

History

History
82 lines (54 loc) · 1.59 KB

9.2.0.rst

File metadata and controls

82 lines (54 loc) · 1.59 KB

9.2.0

Backwards Incompatible Changes

TODO

Deprecations

PyQt5 and PySide2

9.2.0

Qt 5 reached end-of-life on 2020-12-08 for open-source users (and will reach EOL on 2023-12-08 for commercial licence holders).

Support for PyQt5 and PySide2 has been deprecated from ImageQt and will be removed in Pillow 10 (2023-07-01). Upgrade to PyQt6 or PySide6 instead.

FreeTypeFont.getmask2 fill parameter

9.2.0

The undocumented fill parameter of :py.FreeTypeFont.getmask2 has been deprecated and will be removed in Pillow 10 (2023-07-01).

PhotoImage.paste box parameter

9.2.0

The box parameter is unused. It will be removed in Pillow 10.0.0 (2023-07-01).

Image.coerce_e

9.2.0

This undocumented method has been deprecated and will be removed in Pillow 10 (2023-07-01).

API Changes

TODO

TODO

API Additions

Image.apply_transparency

Added :py~PIL.Image.Image.apply_transparency, a method to take a P mode image with "transparency" in im.info, and apply the transparency to the palette instead. The image's palette mode will become "RGBA", and "transparency" will be removed from im.info.

Security

TODO

TODO

Other Changes

TODO

TODO