image-rs / image-gif

GIF en- and decoder
Apache License 2.0
148 stars 42 forks source link

Iterator interface #169

Closed kornelski closed 8 months ago

kornelski commented 8 months ago

It's possible to move the buffer instead of referencing, which makes returning owned frames possible, and relatively cheap.