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

7 commits

Author SHA1 Message Date
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
Will Norris
9837a20ddd cache transformed images
fixes #1
2013-12-26 18:31:20 -08:00
Will Norris
702a07e3b5 move emptyOptions to data.go 2013-12-26 15:04:14 -08:00
Will Norris
cc2bed6b8f move NewRequest to data.go 2013-12-26 14:38:15 -08:00
Will Norris
0a939cc19d allow more flexibility in specifying options
Options can be specified in any order (size no longer needs to be listed
first), and may be repeated.  Duplicated options overwrite previous
values.  Technically, non-size options could already be repeated... now
size can as well.  There's really not much value to this, it's just an
side-effect of allowing any order.

fixes #5
2013-12-26 13:35:23 -08:00
Will Norris
9c911bef14 add newer flags to Options string 2013-12-26 12:50:22 -08:00
Will Norris
fc8552e6b4 collapse data and transform packages into proxy 2013-12-26 12:49:50 -08:00
Renamed from data/data.go (Browse further)