Effects
Blur blur
Adds a blur effect to the image. Use values between 0
and 100
.
<img src="kayaks.jpg?w=500&blur=5>
Pixelate pixel
Applies a pixelation effect to the image. Use values between 0
and 1000
.
<img src="kayaks.jpg?w=500&pixel=5>
Filter filt
Applies a filter effect to the image. Accepts greyscale
or sepia
.
<img src="kayaks.jpg?w=500&filt=sepia>