Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
enum EnumImagePixelFormat{
IPF_Binary = 0,
IPF_BinaryInverted = 1,
IPF_GrayScaled = 2,
IPF_NV21 = 3,
IPF_RGB_565 = 4,
IPF_RGB_555 = 5,
IPF_RGB_888 = 6,
IPF_ARGB_8888 = 7,
IPF_RGB_161616 = 8,
IPF_ARGB_16161616 = 9,
IPF_ABGR_8888 = 10,
IPF_ABGR_16161616 = 11,
IPF_BGR_888 = 12
}
See C++ EnumImagePixelFormat for more info.
latest version