Applies Gaussian blur to the image.
The blur transformation allows you to apply a Gaussian blur effect to an image.
Pass the following query param to the API endpoint:
blur=sigma
Where:
sigma
is the standard deviation of the Gaussian distribution. It controls the amount of blur.For example: blur=10
sigma
: The standard deviation of the Gaussian distribution. This parameter accepts positive float values:
This transformation is useful for various purposes, such as creating background images, softening imperfections, or achieving certain artistic effects.
URL : https://www.thunderimage.com/sample/yosemite.jpg
URL: /transform?url=https://www.thunderimage.com/sample/yosemite.jpg&blur=10
URL: /transform?url=https://www.thunderimage.com/sample/yosemite.jpg&blur=70
The visual effect of the blur can vary depending on the size and content of the original image. Larger images may require higher sigma values to achieve a noticeable blur effect. It’s often helpful to experiment with different values to achieve the desired result.
API key required for authentication
The URL of the image to be transformed.
"https://www.thunderimage.com/sample/yosemite.jpg"
Applies gaussian blur to the image. The value represents the standard deviation of the Gaussian distribution (sigma).
0 <= x <= 100
10
The transformed image with blur applied.
The transformed image in JPEG format.
Applies Gaussian blur to the image.
The blur transformation allows you to apply a Gaussian blur effect to an image.
Pass the following query param to the API endpoint:
blur=sigma
Where:
sigma
is the standard deviation of the Gaussian distribution. It controls the amount of blur.For example: blur=10
sigma
: The standard deviation of the Gaussian distribution. This parameter accepts positive float values:
This transformation is useful for various purposes, such as creating background images, softening imperfections, or achieving certain artistic effects.
URL : https://www.thunderimage.com/sample/yosemite.jpg
URL: /transform?url=https://www.thunderimage.com/sample/yosemite.jpg&blur=10
URL: /transform?url=https://www.thunderimage.com/sample/yosemite.jpg&blur=70
The visual effect of the blur can vary depending on the size and content of the original image. Larger images may require higher sigma values to achieve a noticeable blur effect. It’s often helpful to experiment with different values to achieve the desired result.
API key required for authentication
The URL of the image to be transformed.
"https://www.thunderimage.com/sample/yosemite.jpg"
Applies gaussian blur to the image. The value represents the standard deviation of the Gaussian distribution (sigma).
0 <= x <= 100
10
The transformed image with blur applied.
The transformed image in JPEG format.