1
0
Эх сурвалжийг харах

Merge branch 'master' into version/4

DarthSim 1 сар өмнө
parent
commit
f23cf5b2f9
2 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 1 0
      CHANGELOG.md
  2. 1 1
      imagetype/defs.go

+ 1 - 0
CHANGELOG.md

@@ -11,6 +11,7 @@
 - Fix the `If-Modified-Since` request header handling when the `raw` processing option is used.
 - Fix `X-Origin-Height` and `X-Result-Height` debug header values for animated images.
 - Fix keeping copyright info in EXIF.
+- Fix preserving color profiles in TIFF images.
 - (pro) Fix generating thumbnails for VP9 videos with high bit depth.
 - (pro) Fix `IMGPROXY_CUSTOM_RESPONSE_HEADERS` and `IMGPROXY_RESPONSE_HEADERS_PASSTHROUGH` configs behavior when the `raw` processing option is used.
 

+ 1 - 1
imagetype/defs.go

@@ -137,7 +137,7 @@ var (
 		Mime:                  "image/tiff",
 		IsVector:              false,
 		SupportsAlpha:         true,
-		SupportsColourProfile: false,
+		SupportsColourProfile: true,
 		SupportsQuality:       true,
 		SupportsAnimationLoad: false,
 		SupportsAnimationSave: false,