mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-23 11:14:48 +02:00
Add JPEG/PNG saving options docs
This commit is contained in:
parent
3e243e8a25
commit
72a1280cc7
@ -324,6 +324,24 @@ When set, imgproxy will prepend `<style>` node with provided content to the `<sv
|
||||
|
||||
Default: blank
|
||||
|
||||
#### JPEG options <img class="pro-badge" src="assets/pro.svg" alt="pro" />
|
||||
|
||||
```
|
||||
jpeg_options:%progressive:%no_subsample:%trellis_quant:%overshoot_deringing:%optimize_scans:%quant_table
|
||||
jpgo:%progressive:%no_subsample:%trellis_quant:%overshoot_deringing:%optimize_scans:%quant_table
|
||||
```
|
||||
|
||||
Allows redefining JPEG saving options. All arguments have the same meaning as [Advanced JPEG compression](configuration.md#advanced-jpeg-compression) configs. All arguments are optional and can be omitted.
|
||||
|
||||
#### PNG options <img class="pro-badge" src="assets/pro.svg" alt="pro" />
|
||||
|
||||
```
|
||||
png_options:%png_interlaced:%png_quantize:%png_quantization_colors
|
||||
pngo:%png_interlaced:%png_quantize:%png_quantization_colors
|
||||
```
|
||||
|
||||
Allows redefining PNG saving options. All arguments have the same meaning as [Advanced PNG compression](configuration.md#advanced-png-compression) configs. All arguments are optional and can be omitted.
|
||||
|
||||
#### Preset
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user