←Select platform

CodecsLoadByteOrder Enumeration

Summary

Indicates the desired byte order when loading image files.

Syntax
C#
VB
Objective-C
C++
Java
public enum CodecsLoadByteOrder   
Public Enum CodecsLoadByteOrder  
typedef NS_ENUM(NSInteger, LTCodecsLoadByteOrder) 
public enum CodecsLoadByteOrder 
public enum class CodecsLoadByteOrder   

Members
ValueMemberDescription
0RgbRed-green-blue order.
1BgrBlue-green-red order.
2Gray12 or 16-bit grayscale image.
3RgbOrGrayLoad the image as red, green, blue OR as a 12 or 16-bit grayscale image.
4BgrOrGrayLoad the image as blue, green, red OR as a 12 or 16-bit grayscale image.
5RommROMM order. ROMM only supports 24 and 48-bit images.
6BgrOrGrayOrRommLoad 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.

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly