Overview
Sources
Libraries
Images API

Saturate saturate

Changes color saturation of the image.

Values

This parameter accepts integer values in the range -100 to 100 with 0 disabling saturation changes.

  • -100: minimum color saturation.
  • 100: maximum color saturation.

Examples

Apply a minimum saturation of -100 with saturate=-100 param which results in a black and white image:

GET
https://assets.imglab-cdn.net/flowers.jpeg?saturate=-100
Tulips field image with a saturate value of -100 resulting in a black and white image.
x px

Apply a saturation of -50 with saturate=-50 param:

GET
https://assets.imglab-cdn.net/flowers.jpeg?saturate=-50
Tulips field image with a saturate value of -50.
x px

Apply a maximum saturation of 100 with saturate=100 param:

GET
https://assets.imglab-cdn.net/flowers.jpeg?saturate=100
Tulips field image with a saturate value of 100.
x px