1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-03-17 20:17:48 +02:00

Remove defaults from strip_metadata and strip_color_profile docs

This commit is contained in:
DarthSim 2021-01-13 19:21:42 +06:00
parent c84e7ed34d
commit 07c8b267b3

@ -477,8 +477,6 @@ sm:%strip_metadata
When set to `1`, `t` or `true`, imgproxy will strip the metadata (EXIF, IPTC, etc.) on JPEG and WebP output images. Normally this is controlled by the [IMGPROXY_STRIP_METADATA](configuration.md#miscellaneous) configuration but this procesing option allows the configuration to be set for each request.
Default: `false`
#### Strip Color Profile
```
@ -488,8 +486,6 @@ scp:%strip_color_profile
When set to `1`, `t` or `true`, imgproxy will transform the embedded color profile (ICC) to sRGB and remove it from the image. Otherwise, imgproxy will try to keep it as is. Normally this is controlled by the [IMGPROXY_STRIP_COLOR_PROFILE](configuration.md#miscellaneous) configuration but this procesing option allows the configuration to be set for each request.
Default: `false`
#### Filename
```