mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 21:24:31 +03:00
Added release notes
This commit is contained in:
parent
1fd189164c
commit
a7df096d1b
|
@ -48,11 +48,16 @@ Added ``corners`` argument to ``ImageDraw.rounded_rectangle()``
|
||||||
``corners``. This a tuple of Booleans, specifying whether to round each corner,
|
``corners``. This a tuple of Booleans, specifying whether to round each corner,
|
||||||
``(top_left, top_right, bottom_right, bottom_left)``.
|
``(top_left, top_right, bottom_right, bottom_left)``.
|
||||||
|
|
||||||
Reading JPEG comments
|
JPEG2000 comments and PLT marker
|
||||||
^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
When opening a JPEG2000 image, the comment may now be read into
|
When opening a JPEG2000 image, the comment may now be read into
|
||||||
:py:attr:`~PIL.Image.Image.info`.
|
:py:attr:`~PIL.Image.Image.info`. The ``comment`` keyword argument can be used
|
||||||
|
to save it back again.
|
||||||
|
|
||||||
|
If OpenJPEG 2.4.0 or later is available and the ``plt`` keyword argument
|
||||||
|
is present and true when saving JPEG2000 images, tell the encoder to generate
|
||||||
|
PLT markers.
|
||||||
|
|
||||||
Security
|
Security
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue
Block a user