blur
Applies a Gaussian blur filter to the image.
Syntax
blur={value}
{value}
is a number of pixels between 0.5 and 1000 or a percentage (of the dimensions of the image) suffixed with p
(e.g., 1p
for 1%).
Examples
Click the links to view the transformed image using a demo Fastly IO service.
Example usage | Description |
---|---|
?blur=50 | Apply a Gaussian blur with a radius of 50px |
?blur=0.5p | Apply a Gaussian blur with a radius of 0.5% of the image size |
User contributed notes
BETADo you see an error in this page? Do have an interesting use case, example or edge case people should know about? Share your knowledge and help people who are reading this page! (Comments are moderated; for support, please contact support@fastly.com)