python-pillow / Pillow

Python Imaging Library (Fork)
https://python-pillow.org
Other
12.32k stars 2.23k forks source link

Improved handling of RGBA palettes when saving GIF images #8494

Open radarhere opened 4 weeks ago

radarhere commented 4 weeks ago

Resolves #8493

Passes the palette mode to im.putpalette() when saving GIF images, so that RGBA palettes aren't handled as RGB, raising an error if they are too large.