Image filters
Apply image effects and adjustments
Filters allow you to modify images on the fly by applying different effects.
Available filters
Filter
Syntax
Description
pixelate=X | f=pixelate:X | pixellate=X | f=pixellate:X
pixelates the image into X-pixel-sized blocks
Combining filters
To use more than one filter, you can either use separate parameters or concatenate them with commas into the f parameter:
Preview
Syntax
Separate parameters: /sample.li/ny_doc.jpg?bright=15&contrast=30&gray=1
Concatenate into the f parameter: /sample.li/ny_doc.jpg?f=bright:15,contrast:30,gray
Last updated
Was this helpful?