File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,18 @@ Support has been added to read the BC4U format of DDS images.
9898Support has also been added to read DX10 BC1 and BC4, whether UNORM or
9999TYPELESS.
100100
101+ Support arbitrary masks for uncompressed RGB DDS images
102+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
103+
104+ All masks are now supported when reading DDS images with uncompressed RGB data,
105+ allowing for bit counts other than 24 and 32.
106+
107+ Saving TIFF tag RowsPerStrip
108+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
109+
110+ When saving TIFF images, the TIFF tag RowsPerStrip can now be one of the tags set by
111+ the user, rather than always being calculated by Pillow.
112+
101113Optimized ImageColor.getrgb and getcolor
102114^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
103115
You can’t perform that action at this time.
0 commit comments