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

12 commits

Author SHA1 Message Date
Will Norris
dbf505d137 move gifresize into its own repo 2015-05-29 08:02:30 -07:00
Will Norris
db51a19ddb capture and return image encoding errors 2015-05-29 07:31:10 -07:00
Will Norris
bdf995c94f use new gifresize package on all gif images
Fixes #23
2015-05-15 16:07:00 -07:00
Will Norris
d74dd6e985 rename jpegQuality to defaultQuality
Also fix a few go vet errors
2015-02-12 14:21:26 -08:00
Pete Smith
e7b0a5b88c Add quality option
- Added 'q' option to specify quality (used for JPEGs)
- Updated tests
- Update documentation
2015-02-12 17:49:43 +00:00
Will Norris
dd1df4631b add tests for transformImage 2014-12-04 12:36:08 -08:00
Will Norris
882c2b3782 restructure transform code for easier testing 2014-12-04 09:02:25 -08:00
Will Norris
ea67c79ffe interpret negative height and width values as 0 2014-11-23 14:01:50 -08:00
Will Norris
4a5f24e4ec there's no need for Options to be a pointer 2014-11-19 21:59:52 -08:00
Will Norris
c5b279b947 move jpeg quality to const 2014-11-19 21:59:12 -08:00
Will Norris
1bf3ccab06 remove unnecessary break statements 2014-11-19 21:57:50 -08:00
Will Norris
a74e590181 restructure imageproxy package
- move binary from imageproxy.go to cmd/imageproxy/main.go
- move proxy package up to top level
2014-07-30 18:23:43 -07:00
Renamed from proxy/transform.go (Browse further)