Palettized Color completely broken? #6388
Answered
by
radarhere
TheRealQuantam
asked this question in
Q&A
Answered by
radarhere
Jun 22, 2022
Replies: 3 comments 2 replies
|
I'd be interested to see a minimal reproducible example. |
0 replies
|
Hi. Thanks for starting to provide examples. I think it would be simpler if you created three different threads for this, each with example code and images. |
0 replies
|
Replacing "img.palette = img_pal" with "img.putpalette(img_pal)" has partially solved the problem. PNG, PCX, and GIF no longer needs the palette explicitly specified (the color remapping issue in the other thread remains for GIF, though). BUT, for PCX the palette is all messed up (this occurs regardless of whether the palette is specified at save). Though I'm not as concerned about this, as it was just another palettized format I used to see if the same thing would happen as with GIF. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




I've created PR #6391 to fix this.