Twinside / Juicy.Pixels

Haskell library to load & save pictures
BSD 3-Clause "New" or "Revised" License
237 stars 57 forks source link

PalettedRGBA8 support for PNG #138

Closed alexkazik closed 6 years ago

alexkazik commented 7 years ago

PNG does support RGBA8 palette and it would be great if it could be stored that way (which is smaller than true color). I don't mind that the read function does not support it.

Twinside commented 7 years ago

Good idea, I don't know when I'll get time to do it though