diff --git a/xml/en/docs/http/ngx_http_image_filter_module.xml b/xml/en/docs/http/ngx_http_image_filter_module.xml index 87016fb1..f729bf1a 100644 --- a/xml/en/docs/http/ngx_http_image_filter_module.xml +++ b/xml/en/docs/http/ngx_http_image_filter_module.xml @@ -10,7 +10,7 @@ + rev="5">
@@ -205,6 +205,28 @@ Parameter value can contain variables. + +pixels +20000000 +http +server +location +1.31.4 + + +Limits the maximum size of an image being processed, in pixels +(width multiplied by height). +The limit applies both to the source image +and to the transformation result. +When the limit is exceeded, the image is not processed +and the server returns error +. +The zero value disables the limit. + + + + + percent 0 diff --git a/xml/ru/docs/http/ngx_http_image_filter_module.xml b/xml/ru/docs/http/ngx_http_image_filter_module.xml index 062c7aa0..09c5c973 100644 --- a/xml/ru/docs/http/ngx_http_image_filter_module.xml +++ b/xml/ru/docs/http/ngx_http_image_filter_module.xml @@ -10,7 +10,7 @@ + rev="5">
@@ -209,6 +209,28 @@ location = /empty { + +пикселы +20000000 +http +server +location +1.31.4 + + +Ограничивает максимальный размер обрабатываемого изображения в пикселах +(ширину, умноженную на высоту). +Ограничение распространяется как на исходное изображение, +так и на результат преобразования. +При превышении ограничения изображение не обрабатывается +и сервер вернёт ошибку +. +Значение 0 отключает ограничение. + + + + + процент 0 @@ -219,7 +241,7 @@ location = /empty { Повышает резкость итогового изображения. Процент резкости может быть больше 100. -Значение 0 отключает повышение резкости. +Значение 0 отключает повышение резкости. В значении параметра допустимо использование переменных.