nfnt / resize

Pure golang image resizing
ISC License
3.02k stars 321 forks source link

Resizing animated gif #62

Closed mozey closed 6 years ago

mozey commented 6 years ago

Is adding support for animated GIFs a possibility?

nfnt commented 6 years ago

No, as that doesn't align with image support in Go, as provided by the image package. Though it should be easy to write something that calls resize for every frame of an animated GIF, then create an gif.GIF from those images. But that's not in the scope of this package.