From 07c8b267b30eac766cd96fa003f1ef8784bccb1b Mon Sep 17 00:00:00 2001 From: DarthSim Date: Wed, 13 Jan 2021 19:21:42 +0600 Subject: [PATCH] Remove defaults from strip_metadata and strip_color_profile docs --- docs/generating_the_url_advanced.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/generating_the_url_advanced.md b/docs/generating_the_url_advanced.md index 82fb5cf6..462b07bb 100644 --- a/docs/generating_the_url_advanced.md +++ b/docs/generating_the_url_advanced.md @@ -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 ```