Save all MODES as all SAVE formats#9447
Save all MODES as all SAVE formats#9447CTimmerman wants to merge 1 commit intopython-pillow:mainfrom
Conversation
e7ef6c7 to
f8eb039
Compare
0be9ef1 to
bff2850
Compare
|
I don't know why only amazon-2-amd64 failed to load the jpeg2k plugin, but that might relate to #9432. Also, mode CMYK fails to save in Jpeg2k plugin, but only on the Ubuntu test machines, so on sys.platform "linux" i also convert CMYK to RGBA when saving JPEG2000. |
It would be because OpenJPEG is not installed - https://github.com/python-pillow/Pillow/actions/runs/22418319033/job/64909670542?pr=9447#step:6:694 External libraries are not always installed by users in the real world either, and tests should accommodate this by avoiding checking that functionality with something like Line 191 in e96c5a5 or Line 861 in e96c5a5 |
c2f1ac9 to
9b5e8d6
Compare
|
Thanks for the touch up. I assume since the modebase uses the same color space as the mode, it doesn't need the dither argument? checks implementation Nope, that only returns L or RGB so should get dithered as well. |
647dd2f to
0e6eb12
Compare
|
That one fail is a pipeline glitch. |
|
I see the struct error for PCX with a zero size is |
bca93de to
6905723
Compare
Document name feature of file pointer
Fixes #2663
Fixes #9428
Changes proposed in this pull request: