Skip to main content
type alias ColorSpaceConversion

Specifies whether the image should be decoded using color space conversion. Either none or default (default). The value default indicates that implementation-specific behavior is used.

Definition

"default" | "none"
Back to top