Added release notes

This commit is contained in:
Andrew Murray 2023-03-25 23:41:27 +11:00
parent 11d100ce5d
commit a236c272a8

View File

@ -63,3 +63,13 @@ Added support for saving PDFs in RGBA mode
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Using the JPXDecode filter, PDFs can now be saved in RGBA mode.
BGR;* modes
^^^^^^^^^^^
It is now possible to create new BGR;15, BGR;16 and BGR;24 images. Conversely, BGR;32
has been removed from ImageMode and its associated methods, dropping the little support
Pillow had for the mode.
With that, all modes listed under :ref:`concept-modes` can now be used to create a new
image.