Skip to content

Commit

Permalink
Added release notes for python-pillow#7654
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 1, 2024
1 parent 1c18382 commit f6aa00d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/releasenotes/10.2.0.rst
Expand Up @@ -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,
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit f6aa00d

Please sign in to comment.