Rangi42 / tilemap-studio

A tilemap editor for Game Boy, Color, Advance, DS, and SNES projects. Written in C++ with FLTK.
https://hax.iimarckus.org/topic/7691/
Other
389 stars 31 forks source link

Support GIF images #45

Closed Rangi42 closed 3 years ago

Rangi42 commented 3 years ago

Fl_GIF_Image can handle reading; see gifenc (89a, animated) and gif encoder from scratch (87a, not animated) for writing.

Rangi42 commented 3 years ago

Writing GIFs isn't practical since the images may have more than 256 colors.