Browse Source

v2.0.0

Former-commit-id: 749e215bea5b51a2e668ff9dc0d436bc1757375e
af/merge-core
JimBobSquarePants 13 years ago
parent
commit
96f0739734
  1. 3
      README.md

3
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.**

Loading…
Cancel
Save