Browse Source

v2.0.0

Former-commit-id: 6e4d47c35e65636dccc50e502cc4f8f4cde6f855
af/merge-core
JimBobSquarePants 13 years ago
parent
commit
c2be53d7f3
  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