mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-26 19:46:43 +02:00
TIFF supports color profiles
This commit is contained in:
@@ -161,7 +161,8 @@ func (it Type) SupportsColourProfile() bool {
|
||||
it == PNG ||
|
||||
it == WEBP ||
|
||||
it == HEIC ||
|
||||
it == AVIF
|
||||
it == AVIF ||
|
||||
it == TIFF
|
||||
}
|
||||
|
||||
func (it Type) SupportsQuality() bool {
|
||||
|
Reference in New Issue
Block a user