Indicates the desired byte order when loading image files.
public enum CodecsLoadByteOrder
Public Enum CodecsLoadByteOrder
typedef NS_ENUM(NSInteger, LTCodecsLoadByteOrder)
public enum CodecsLoadByteOrder
public enum class CodecsLoadByteOrder
Value | Member | Description |
---|---|---|
0 | Rgb | Red-green-blue order. |
1 | Bgr | Blue-green-red order. |
2 | Gray | 12 or 16-bit grayscale image. |
3 | RgbOrGray | Load the image as red, green, blue OR as a 12 or 16-bit grayscale image. |
4 | BgrOrGray | Load the image as blue, green, red OR as a 12 or 16-bit grayscale image. |
5 | Romm | ROMM order. ROMM only supports 24 and 48-bit images. |
6 | BgrOrGrayOrRomm | Load the image as red, green, blue OR as a 12 or 16-bit grayscale image OR as ROMM. ROMM only supports 24 and 48-bit color images. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document