matthewwithanm / pilkit

Utilities and processors built for, and on top of PIL
BSD 3-Clause "New" or "Revised" License
196 stars 54 forks source link

Preserve transparency in palette-based PNG #74

Closed pix666 closed 6 months ago

pix666 commented 7 months ago

Fixes https://github.com/matthewwithanm/pilkit/issues/72.

The implementation is borrowed from the Image.convert() method of the PIL library.

vstoykov commented 6 months ago

Thank you for your contribution!