0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00
Commit graph

3 commits

Author SHA1 Message Date
Will Norris
66fcba95a0 don't drop error from gif.EncodeAll 2015-05-18 15:15:54 -07:00
Will Norris
58bb2e4ce9 refactor gifresize to be a resuable package
- move out of main package
- export Process func
- Process now accepts an io.Reader and io.Writer as input rather than
  working directly on files
- Process accepts a transform function as input rather than always
  resizing to a fixed size
2015-05-15 15:58:03 -07:00
Will Norris
ef63a74da1 initial import of gifresize package
imported from github.com/dpup/go-scratch/gif-resize under Apache 2.0
license.  License header added to gifresize.go rather than include the
full LICENSE file, since imageproxy is under the Apache 2.0 also and we
already have a copy of the license in the root of this repo.
2015-05-15 15:56:06 -07:00