Enum SiteObjectType#
Defined in File libCZI.h
Enum Documentation#
-
enum class libCZI::SiteObjectType#
Values that represent site-object-types. On Windows, we provide one Site-object that uses the WIC-codec and one that uses an internal JPEG-XR decoder (JXRLib).
Values:
-
enumerator Default#
An enum constant representing the default option (which is JXRLib)
-
enumerator WithJxrDecoder#
An enum constant representing a Site-object using the internal JXRLib.
-
enumerator WithWICDecoder#
An enum constant representing a Site-object using the Windows WIC-codec. Note that this option is only available on Windows.
-
enumerator Default#