Documentation
Table of contents

Thanks for downloading Dynamsoft Label Recognizer Package!

Your download will start shortly. If your download does not begin, click here to retry.

ImagePixelFormat

Describes the image pixel format.

Declarations

Language Declaration
JavaScript enum EnumDLRImagePixelFormat
C / C++ enum ImagePixelFormat
.Net enum Dynamsoft.Core.EnumImagePixelFormat
Android class com.dynamsoft.core.EnumImagePixelFormat
ObjC / Swift enum EnumImagePixelFormat
Java class com.dynamsoft.core.EnumImagePixelFormat

Members

Member (except ObjC/Swift) Member (ObjC/Swift) Value Description
IPF_BINARY EnumImagePixelFormatBinary 0 0: Black, 1: White
IPF_BINARYINVERTED EnumImagePixelFormatBinaryInverted 1 0: Black, 1: White
IPF_GRAYSCALED EnumImagePixelFormatGrayScaled 2 8 bit gray
IPF_NV21 EnumImagePixelFormatNV21 3 NV21
IPF_RGB_565 EnumImagePixelFormatRGB_565 4 16bit with RGB channel order stored in memory from high to low address
IPF_RGB_555 EnumImagePixelFormatRGB_555 5 16bit with RGB channel order stored in memory from high to low address
IPF_RGB_888 EnumImagePixelFormatRGB_888 6 24bit with RGB channel order stored in memory from high to low address
IPF_ARGB_8888 EnumImagePixelFormatARGB_8888 7 32bit with ARGB channel order stored in memory from high to low address
IPF_RGB_161616 EnumImagePixelFormatRGB_161616 8 48bit with RGB channel order stored in memory from high to low address
IPF_ARGB_16161616 EnumImagePixelFormatARGB_16161616 9 64bit with ARGB channel order stored in memory from high to low address
IPF_ABGR_8888 EnumImagePixelFormatABGR_8888 10 32bit with ABGR channel order stored in memory from high to low address
IPF_ABGR_16161616 EnumImagePixelFormatABGR_8888 11 64bit with ABGR channel order stored in memory from high to low address
IPF_BGR_888 EnumImagePixelFormatBGR_888 12 24bit with BGR channel order stored in memory from high to low address

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version(3.2.20)
    • Version 3.x
      • Version 3.2.10
      • Version 3.2.0
      • Version 3.0.30
      • Version 3.0.20
      • Version 3.0.10
      • Version 3.0.0
    • Version 2.x
      • Version 2.2.20
      • Version 2.2.11
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.0
    • Version 1.x
      • Version 1.2.1
      • Version 1.2
      • Version 1.0
    Change +