-
Notifications
You must be signed in to change notification settings - Fork 108
Allow exporting an animation as a GIF #129
Copy link
Copy link
Closed
Labels
Description
- https://github.com/ImageOptim/gifski would be good but it seems that it requires rust to build it.
- 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.
- https://github.com/wernsey/bitmap seems like a good fit.
Reactions are currently unavailable