From b0580ee6c3a4b5187aa02fbbddfe3814bd2b4c3b Mon Sep 17 00:00:00 2001 From: Rune Madsen Date: Wed, 12 Aug 2015 14:45:19 -0400 Subject: [PATCH] updating readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2ae5844..8293b58 100644 --- a/README.md +++ b/README.md @@ -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 ##