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

9 commits

Author SHA1 Message Date
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
462b70dcc2 rename to 'imageproxy' (drop 'go-' prefix) 2013-12-26 11:14:28 -08:00
Will Norris
a0d0260f5e remove '=' from rotate option 2013-12-07 17:06:36 -08:00
Will Norris
ae66dd52b7 update description of fit option 2013-12-06 22:25:02 -08:00
Will Norris
a039c1bbca add options to flip horizontally and vertically 2013-12-06 22:19:49 -08:00
Will Norris
d506fc6881 add support for image rotation 2013-12-06 18:03:16 -08:00
Will Norris
ea76f2d0d8 switch to Apache 2.0 license before release 2013-12-06 17:40:35 -08:00
Will Norris
b165ea8f12 update documentation for options 2013-12-06 17:02:11 -08:00
Will Norris
203edd958a initial readme and license 2013-11-27 08:42:33 -08:00