diff --git a/docs/generating_the_url_advanced.md b/docs/generating_the_url_advanced.md index 8544d696..8b152430 100644 --- a/docs/generating_the_url_advanced.md +++ b/docs/generating_the_url_advanced.md @@ -185,6 +185,48 @@ With no arguments provided, disables any background manipulations. Default: disabled +#### Adjust pro + +``` +adjust:%brightness:%contrast:%saturation +a:%brightness:%contrast:%saturation +``` + +Meta-option that defines the [brightness](#brightness), [contrast](#contrast), and [saturation](#saturation). All arguments are optional and can be omited to use their default values. + +#### Brightness pro + +``` +brightness:%brightness +br:%brightness +``` + +When set, imgproxy will adjust brightness of the resulting image. `brightness` is an integer number in range from `-255` to `255`. + +Default: 0 + +#### Contrast pro + +``` +contrast:%contrast +co:%contrast +``` + +When set, imgproxy will adjust contrast of the resulting image. `contrast` is a positive floating point number, where `1` keeps the contrast unchanged. + +Default: 1 + +#### Saturation pro + +``` +saturation:%saturation +co:%saturation +``` + +When set, imgproxy will adjust saturation of the resulting image. `saturation` is a positive floating point number, where `1` keeps the saturation unchanged. + +Default: 1 + #### Blur ```