mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Added release notes
This commit is contained in:
parent
2ae70f144f
commit
ef1373838d
16
docs/releasenotes/9.1.0.rst
Normal file
16
docs/releasenotes/9.1.0.rst
Normal file
|
@ -0,0 +1,16 @@
|
|||
9.1.0
|
||||
-----
|
||||
|
||||
API Additions
|
||||
=============
|
||||
|
||||
Added get_photoshop_blocks() to parse Photoshop TIFF tag
|
||||
--------------------------------------------------------
|
||||
|
||||
:py:meth:`~PIL.TiffImagePlugin.TiffImageFile.get_photoshop_blocks` has been added, to
|
||||
allow users to determine what Photoshop "Image Resource Blocks" are contained within an
|
||||
image. The keys of the returned dictionary are the image resource IDs.
|
||||
|
||||
At present, the information within each block is merely returned as a dictionary with a
|
||||
"data" entry. This will allow more useful information to be added in the future without
|
||||
breaking backwards compatibility.
|
|
@ -14,6 +14,7 @@ expected to be backported to earlier versions.
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
9.1.0
|
||||
9.0.1
|
||||
9.0.0
|
||||
8.4.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user