Image filters
Apply image effects and adjustments
Last updated
Apply image effects and adjustments
Last updated
Copyright © 2023 Scaleflex
bright=X | f=bright:X
adjusts the brightness of the image
contrast=X | f=contrast:X
adjusts the contrast of the image
saturate=X | f=saturate:X
adjusts the saturation of the image
gray=1 | f=gray | grey=1 | f=grey
converts the image to a black and white one
colorize=X | colourise=X
applies a color overlay
pixelate=X | f=pixelate:X | pixellate=X | f=pixellate:X
pixelates the image into X-pixel-sized blocks
blur=X | f=blur:X
applies Gaussian blur
sharp=X | f=sharp:X
applies unsharp mask to sharpen the image
blur_faces=X
detects all faces in the image and applies blur to conceal them
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