TIFF supports color profiles

This commit is contained in:
DarthSim
2025-08-20 18:35:01 +03:00
parent 83e64ff2d3
commit f50176f95b
2 changed files with 3 additions and 1 deletions

View File

@@ -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 {