Open radarhere opened 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.
im.putpalette()
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.