Enum ImageDecoderType#
Defined in File libCZI_Site.h
Enum Documentation#
-
enum class libCZI::ImageDecoderType#
Values that represent image decoder types - used for distinguishing decoder objects created by
ISite::GetDecoder
.Values:
-
enumerator JPXR_JxrLib#
Identifies a decoder capable of decoding a JPG-XR compressed image.
-
enumerator ZStd0#
Identifies a decoder capable of decoding a zstd compressed image (type “zstd0”).
-
enumerator ZStd1#
Identifies a decoder capable of decoding a zstd compressed image (type “zstd1”).
-
enumerator JPXR_JxrLib#