Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the image data.
@interface iImageData
Attribute | Type | Descriptions |
---|---|---|
bytesLength |
NSInteger | The length of the image data byte array. |
bytes |
unsigned char* | The image data content in a byte array. |
width |
NSInteger | The width of the image in pixels. |
height |
NSInteger | The height of the image in pixels. |
stride |
NSInteger | The stride (or scan width) of the image. |
format |
EnumImagePixelFormat |
The image pixel format used in the image byte array. |
The length of the image data byte array.
NSInteger bytesLength
The image data content in a byte array.
unsigned char* bytes
The width of the image in pixels.
NSInteger width
The height of the image in pixels.
NSInteger height
The stride (or scan width) of the image.
NSInteger stride
The image pixel format used in the image byte array.
EnumImagePixelFormat format
latest version