mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Added release notes for #7654
This commit is contained in:
parent
1c183827e4
commit
f6aa00dd1e
|
@ -102,6 +102,12 @@ Support arbitrary masks for uncompressed RGB DDS images
|
||||||
All masks are now supported when reading DDS images with uncompressed RGB data,
|
All masks are now supported when reading DDS images with uncompressed RGB data,
|
||||||
allowing for bit counts other than 24 and 32.
|
allowing for bit counts other than 24 and 32.
|
||||||
|
|
||||||
|
Saving TIFF tag RowsPerStrip
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
When saving TIFF images, the TIFF tag RowsPerStrip can now be one of the tags set by
|
||||||
|
the user, rather than always being calculated by Pillow.
|
||||||
|
|
||||||
Optimized ImageStat.Stat count and extrema
|
Optimized ImageStat.Stat count and extrema
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user