Browse Source

Update master

Former-commit-id: 47436d2479c72202e42e435a95ae86c16d1fc59c
af/merge-core
James South 14 years ago
parent
commit
a0c8b1d82d
  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