image
image copied to clipboard
Unknown Color Type
The image doesn't load if color type is not specified.
org.gnome.glycin.Error.LoadingError: glycin-loaders/glycin-image-rs/src/main.rs:346:54: The encoder or decoder for Tiff does not support the color type Unknown(32)
The underlying tiff crate understands arbitrary color types, but the image crate only supports a specific list of them:
https://github.com/image-rs/image/blob/1ed88e44e9acf5f08ac5236deda9b1ebeedc6054/src/codecs/tiff.rs#L74-L106