Image filters
Apply image effects and adjustments
Last updated
Apply image effects and adjustments
Filters allow you to modify images on the fly by applying different effects.
Most of the on-the-fly image transformations can be configured using the Asset Variation Builder, an in-line URL builder to preview each image transformation instantly.
pixelate=X | f=pixelate:X | pixellate=X | f=pixellate:X
pixelates the image into X-pixel-sized blocks
To use more than one filter, you can either use separate parameters or concatenate them with commas into the f parameter:

Separate parameters: /samples.scaleflex.com/ny_doc.jpg?bright=15&contrast=30&gray=1

Concatenate into the f parameter: /samples.scaleflex.com/ny_doc.jpg?f=bright:15,contrast:30,gray
Last updated