From 96f07397345d9f9edf3084bcb6cf4ca050789e58 Mon Sep 17 00:00:00 2001 From: JimBobSquarePants Date: Tue, 19 Mar 2013 22:34:14 +0000 Subject: [PATCH] v2.0.0 Former-commit-id: 749e215bea5b51a2e668ff9dc0d436bc1757375e --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cc7e8bd4e..500d472f14 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Core plugins at present include: - Watermark (Set a text watermark) - Format (Sets the output format) - Rotate (Rotate the image) + - Flip (Flip the image) - Quality (The quality to set the output for jpeg files) - Vignette (Adds a vignette effect to images) @@ -51,7 +52,7 @@ e.g. Using the HttpModule requires no code writing at all. Just reference the binaries and add the relevant sections to the web.config -Image requests suffixed with querystring parameters will then be processed and cached to the server allowing for easy and efficient parsing of following requests. +Image requests suffixed with querystring parameters will then be processed and **cached to the server - up to 360,000 images** allowing for easy and efficient parsing of following requests. The parsing engine for the HttpModule is incredibly flexible and will **allow you to add querystring parameters in any order.**