0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-30 22:34:18 -05:00

updating readme

This commit is contained in:
Rune Madsen 2015-08-12 14:45:19 -04:00
parent 4e60c683b0
commit b0580ee6c3

View file

@ -213,6 +213,11 @@ effective method to mask the true source of the images being proxied; it is
trivial to discover the base URL being used. Even when a base URL is
specified, you can always provide the absolute URL of the image to be proxied.
### Scaling beyond original size ###
By default, the imageproxy won't scale images beyond their original size. However, you can use the `scaleUp` command-line flag to allow this to happen:
imageproxy -scaleUp true
## Deploying ##