File tree Expand file tree Collapse file tree 1 file changed +7
-22
lines changed Expand file tree Collapse file tree 1 file changed +7
-22
lines changed Original file line number Diff line number Diff line change 44Backwards Incompatible Changes
55==============================
66
7- TODO
8- ^^^^
9-
10- Deprecations
11- ============
12-
13- TODO
14- ^^^^
15-
16- TODO
17-
18- API Changes
19- ===========
20-
21- TODO
22- ^^^^
23-
24- TODO
25-
267API Additions
278=============
289
@@ -55,10 +36,14 @@ Additional images can also be appended when saving, by combining the
5536Security
5637========
5738
58- TODO
59- ^^^^
39+ Decode JPEG compressed BLP1 data in original mode
40+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6041
61- TODO
42+ Within the BLP image format, BLP1 data may use JPEG compression. Instead of
43+ telling the JPEG library that this data is in BGRX mode, Pillow will now
44+ decode the data in its natural CMYK mode, then convert it to RGB and rearrange
45+ the channels afterwards. Trying to load the data in an incorrect mode could
46+ result in a segmentation fault.
6247
6348Other Changes
6449=============
You can’t perform that action at this time.
0 commit comments