mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-27 05:46:25 +02:00
|
|
||
|---|---|---|
| .. | ||
| gifresize.go | ||
| LICENSE | ||
| README.md | ||
gifresize

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.