mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-12 08:14:45 +03:00
Added release notes
This commit is contained in:
parent
8984b630e3
commit
bd886bbc5a
|
@ -28,6 +28,13 @@ TODO
|
||||||
API Additions
|
API Additions
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
Added ``closed`` property to images
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Images now have a ``closed`` property. It is set to ``False`` until
|
||||||
|
:py:meth:`~PIL.Image.Image.close` is called or the image exits its context manager.
|
||||||
|
It is then set to ``True``.
|
||||||
|
|
||||||
Added ``dpi`` argument when saving PDFs
|
Added ``dpi`` argument when saving PDFs
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user