mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-30 22:34:18 -05:00
updating readme
This commit is contained in:
parent
4e60c683b0
commit
b0580ee6c3
1 changed files with 5 additions and 0 deletions
|
@ -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
|
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.
|
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 ##
|
## Deploying ##
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue