mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-28 20:43:54 +02:00
TIFF supports color profiles
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
- Fix the `If-Modified-Since` request header handling when the `raw` processing option is used.
|
- 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 `X-Origin-Height` and `X-Result-Height` debug header values for animated images.
|
||||||
- Fix keeping copyright info in EXIF.
|
- 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 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.
|
- (pro) Fix `IMGPROXY_CUSTOM_RESPONSE_HEADERS` and `IMGPROXY_RESPONSE_HEADERS_PASSTHROUGH` configs behavior when the `raw` processing option is used.
|
||||||
|
|
||||||
|
@@ -161,7 +161,8 @@ func (it Type) SupportsColourProfile() bool {
|
|||||||
it == PNG ||
|
it == PNG ||
|
||||||
it == WEBP ||
|
it == WEBP ||
|
||||||
it == HEIC ||
|
it == HEIC ||
|
||||||
it == AVIF
|
it == AVIF ||
|
||||||
|
it == TIFF
|
||||||
}
|
}
|
||||||
|
|
||||||
func (it Type) SupportsQuality() bool {
|
func (it Type) SupportsQuality() bool {
|
||||||
|
Reference in New Issue
Block a user