Browse Source

Update master

Former-commit-id: beee40d900436953a18f3663747f9558ddb5e831
af/merge-core
James South 14 years ago
parent
commit
877788d120
  1. 8
      README.md

8
README.md

@ -10,7 +10,7 @@ Core plugins at present include:
- Resize - Resize
- Crop - Crop
- Quality (The quality to set the output for jpeg files) - Quality (The quality to set the output for jpeg files)
- Filter (Image filters including sepia, greyscale, blackwhite, lomograph) - Filter (Image filters including sepia, greyscale, blackwhite, lomograph, comic)
- Vignette - Vignette
- Format (Sets the output format) - Format (Sets the output format)
- Alpha (Sets opacity) - Alpha (Sets opacity)
@ -56,4 +56,10 @@ e.g.
Will resize your image to 200px wide whilst keeping the correct aspect ratio. Will resize your image to 200px wide whilst keeping the correct aspect ratio.
Remote files can also be requested and cached by prefixing the src with a value set in the web.config
e.g.
<img src="remote.axd/http://url/images.yourimage.jpg?width=200" alt="your resized image"/>
Will resize your remote image to 200px wide whilst keeping the correct aspect ratio.
Loading…
Cancel
Save