From acad9a08b9e349b51d1eeb391e5722b2928a8d44 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Mon, 7 Feb 2022 18:11:30 +0600 Subject: [PATCH] Remove GIF advanced options from docs --- docs/configuration.md | 4 ++-- docs/generating_the_url.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index e6d74d6b..fc9d352b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -134,10 +134,10 @@ When cookie forwarding is activated, by default, imgproxy assumes the scope of t * `IMGPROXY_PNG_QUANTIZE`: when true, enables PNG quantization. libvips should be built with [Quantizr](https://github.com/DarthSim/quantizr) or libimagequant support. Default: `false` * `IMGPROXY_PNG_QUANTIZATION_COLORS`: maximum number of quantization palette entries. Should be between 2 and 256. Default: 256 -### Advanced GIF compression + ### Advanced AVIF compression diff --git a/docs/generating_the_url.md b/docs/generating_the_url.md index 30191e1e..333be0e9 100644 --- a/docs/generating_the_url.md +++ b/docs/generating_the_url.md @@ -433,7 +433,7 @@ Places a watermark on the processed image. * `nowe`: north-west (top-left corner) * `soea`: south-east (bottom-right corner) * `sowe`: south-west (bottom-left corner) - * `re`: repeat and tile the watermark to fill the entire image + * `re`: repeat and tile the watermark to fill the entire image * `x_offset`, `y_offset` - (optional) specify watermark offset by X and Y axes. When using `re` position, these values define the spacing between the tiles. * `scale`: (optional) a floating-point number that defines the watermark size relative to the resultant image size. When set to `0` or when omitted, the watermark size won't be changed. @@ -558,14 +558,14 @@ pngo:%interlaced:%quantize:%quantization_colors Allows redefining PNG saving options. All arguments have the same meaning as with the [Advanced PNG compression](configuration.md#advanced-png-compression) configs. All arguments are optional and can be omitted. -### GIF options :id=gif-options + ### Format