Colorize the image with an overlay
To create a color overlay by using colorize=X[,Y], where X is the color of the overlay (hex value or color name) and Y is the opacity (Y=0..1, default 0.5).
Y=0..1
0.5
colorize=X[,Y] | colourise=X[,Y]
Original image: /docs/frog.png?w=400arrow-up-right
Color overlay: /docs/frog.png?w=400&colorize=red,0.85arrow-up-right
Desaturate and color overlay: /docs/frog.png?w=400&saturate=-100&colorize=7af,0.6arrow-up-right
Grayscale and color overlay: /docs/frog.png?w=400&gray=1&colorize=7af,0.6arrow-up-right
Last updated 10 months ago