mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
Added release notes
This commit is contained in:
parent
11d100ce5d
commit
a236c272a8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user