Dynamsoft Home|Product Home

ICAP_PLANARCHUNKY

Description:

Allows the application and Source to identify which color data formats are available. There are two options, "planar" and "chunky".

 

Remarks:

For example, planar RGB data is transferred with the entire red plane of data first, followed by the entire green plane, followed by the entire blue plane (typical for three-pass scanners). "Chunky" mode repetitively interlaces a pixel from each plane until all the data is transferred (R-G-B-R-G-B? (typical for one-pass scanners).

 

Data type:

Integer

 

Default value:

No default

 

Allowed values:

TWPC_CHUNKY(0), TWPC_PLANAR(1)

 

CapType for GET:

TW_ENUMERATION, TW_ONEVALUE

 

CapType for SET: 

TW_ENUMERATION, TW_ONEVALUE

 

See also: