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
https://github.com/ginsweater/gif-h might work, but it says that the resulting files are large. It also mentions that it is limited to RGBA8, and that the alpha is ignored, though I'm not sure if that's important in practice if people just want to give a quick preview GIF of their sprites.
So far it seems like the resulting gifs created with
https://github.com/wernsey/bitmap are 5 bits per pixel (32 colours),
which is quite limited but a good starting point.
Relates to #129
Uses this library to export the GIF:
https://github.com/wernsey/bitmap
I haven't found a way to disable the compression yet,
but this is a good starting point.
Relates to #129
The text was updated successfully, but these errors were encountered: