image-rs / image-gif

GIF en- and decoder
Apache License 2.0
150 stars 40 forks source link

Iterator interface #169

Closed kornelski closed 10 months ago

kornelski commented 10 months ago

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