You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I'd be happy to contribute this feature if PRs are welcome).
Currently, we have to set the global/local color table manually.
However, when writing an RGBA buffer, it would be much easier if the library could quantize the colors into a 256-bit space.
GIFLIB, for example, has a GifQuantizeColors function that is very handy for creating frame-local color tables.