Blurring
Last updated
Was this helpful?
Last updated
Was this helpful?
our image management solution, allows you to dynamically and transparently blur your images.
To do this, we use our TCDN-i3-transform
header, specifying the desired operation, which in this case is blur.
Unlike other operations, such as the format, this operation requires an optional parameter for its execution: the percentage of blur to be applied to the original image.
The exact syntax for this operation is as follows: blur[:
<porcentaje>
]
. If no percentage is specified, the default value of 50% will be assumed.
For example, if you wanted all images on your domain mi-dominio.es
that are located at the URL /estaticos/imagenes
to be served with a 75% blur effect, you can simply deploy a similar to the following from the