pixelmatix / GifDecoder

MIT License
23 stars 9 forks source link

Support 16-bit palettes #2

Open embedded-creations opened 3 years ago

embedded-creations commented 3 years ago

AnimatedGIF library can support 16-bit palettes, which is more efficient than converting 24-bit colors to 16-bit each time the pixel is drawn. Some thought needs to go into how to support this