Overview
Sources
Libraries
Images API

Blur blur

Apply a Gaussian blur effect to the image.

Values

This parameter accepts integer values in the range 0 to 1000 with 0 disabling blur effect.

  • 1: minimum blur value.
  • 1000: maximum blur value.

Examples

Apply a blur effect of 10 with blur=10 param:

GET
https://assets.imglab-cdn.net/woman.jpeg?blur=10
Woman holding a camera with a blur effect of 10.
x px

Apply a blur effect of 200 with blur=200 param:

GET
https://assets.imglab-cdn.net/woman.jpeg?blur=200
Woman holding a camera with a blur effect of 200.
x px