Documentation
Table of contents
Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.

iImageData

You are viewing a history document page of Dynamsoft Label Recognizer iOS v2.2.20.

Stores the image data.

@interface iImageData : NSObject 

Attributes

Attribute Type
bytes NSData*
width NSInteger
height NSInteger
stride NSInteger
format EnumImagePixelFormat

 

bytes

The image data content in a byte array.

NSData* bytes

 

width

The width of the image in pixels.

NSInteger width

 

height

The height of the image in pixels.

NSInteger height

 

stride

The stride (or scan width) of the image.

NSInteger stride

 

format

The image pixel format used in the image byte array.

EnumImagePixelFormat format

Is this page helpful?

YesYes NoNo

In this article:

Version 3.2.30

    • version 3.2.30
    • Version 3.x
      • Version 3.0.20
    • Version 2.x
      • Version 2.2.20
      • Version 2.0.0
    • Version 1.x
      • Version 1.2.1
      • Version 1.2.0
      • Version 1.0.0
    Change +