dloebl / cgif

GIF encoder written in C
MIT License
113 stars 15 forks source link

Improve memory usage when writing interlaced GIFs #52

Open dloebl opened 2 years ago

dloebl commented 2 years ago

As of now, cgif requires more memory for writing interlaced GIFs.

For more details: https://github.com/dloebl/cgif/blob/b05de324c4413558bea330fb350ad4fd13396529/src/cgif_raw.c#L526