1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-04-17 07:07:11 +02:00

Remove GIF advanced options from docs

This commit is contained in:
DarthSim 2022-02-07 18:11:30 +06:00
parent 153aa1940c
commit acad9a08b9
2 changed files with 5 additions and 5 deletions

View File

@ -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 GIF compression
* `IMGPROXY_GIF_OPTIMIZE_FRAMES`: <i class='badge badge-pro'></i> when true, enables GIF frame optimization. This may produce a smaller result, but may increase compression time.
* `IMGPROXY_GIF_OPTIMIZE_TRANSPARENCY`: <i class='badge badge-pro'></i> when true, enables GIF transparency optimization. This may produce a smaller result, but may also increase compression time.
* `IMGPROXY_GIF_OPTIMIZE_TRANSPARENCY`: <i class='badge badge-pro'></i> when true, enables GIF transparency optimization. This may produce a smaller result, but may also increase compression time. -->
### Advanced AVIF compression

View File

@ -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<i class='badge badge-pro'></i> :id=gif-options
<!-- ### GIF options<i class='badge badge-pro'></i> :id=gif-options
```
gif_options:%optimize_frames:%optimize_transparency
gifo:%optimize_frames:%optimize_transparency
```
Allows redefining GIF saving options. All arguments have the same meaning as with the [Advanced GIF compression](configuration.md#advanced-gif-compression) configs. All arguments are optional and can be omitted.
Allows redefining GIF saving options. All arguments have the same meaning as with the [Advanced GIF compression](configuration.md#advanced-gif-compression) configs. All arguments are optional and can be omitted. -->
### Format