mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-15 10:42:19 +03:00
Added release notes for #4605 [ci skip]
This commit is contained in:
parent
11a4f1135d
commit
f7e47dffc4
|
@ -27,3 +27,9 @@ Moved from the legacy :py:class:`PIL.TiffImagePlugin.ImageFileDirectory_v1` to
|
||||||
:py:class:`PIL.Image.Exif`. This means that Exif RATIONALs and SIGNED_RATIONALs
|
:py:class:`PIL.Image.Exif`. This means that Exif RATIONALs and SIGNED_RATIONALs
|
||||||
are now read as :py:class:`PIL.TiffImagePlugin.IFDRational`, instead of as a
|
are now read as :py:class:`PIL.TiffImagePlugin.IFDRational`, instead of as a
|
||||||
tuple with a numerator and a denominator.
|
tuple with a numerator and a denominator.
|
||||||
|
|
||||||
|
TIFF BYTE tags format
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
TIFF BYTE tags were previously read as a tuple containing a bytestring. They
|
||||||
|
are now read as just a single bytestring.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user