You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Core plugins at present include:
14
14
- Watermark (Set a text watermark)
15
15
- Format (Sets the output format)
16
16
- Rotate (Rotate the image)
17
+
- Flip (Flip the image)
17
18
- Quality (The quality to set the output for jpeg files)
18
19
- Vignette (Adds a vignette effect to images)
19
20
@@ -51,7 +52,7 @@ e.g.
51
52
52
53
Using the HttpModule requires no code writing at all. Just reference the binaries and add the relevant sections to the web.config
53
54
54
-
Image requests suffixed with querystring parameters will then be processed and cached to the server allowing for easy and efficient parsing of following requests.
55
+
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.
55
56
56
57
The parsing engine for the HttpModule is incredibly flexible and will **allow you to add querystring parameters in any order.**
0 commit comments