0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00
imageproxy/vendor/willnorris.com/go/gifresize
2016-04-28 16:31:04 -07:00
..
gifresize.go vendor: update gifresize to 6a22222 2016-04-28 16:31:04 -07:00
LICENSE vendor: add all of our dependencies 2015-11-26 12:41:45 -08:00
README.md vendor: add all of our dependencies 2015-11-26 12:41:45 -08:00

gifresize GoDoc Apache 2.0 License

gifresize is a simple go package for transforming animated GIFs.

Import using:

import "willnorris.com/go/gifresize"

Then call gifresize.Process with the source io.Reader and destination io.Writer as well as the transformation to be applied to each frame in the GIF. See example/main.go for a simple example.