Dynamsoft Home|Product Home

ICAP_IMAGEFILTER

Description:

For devices that support image enhancement filtering. This capability selects the algorithm used to improve the quality of the image.

 

Remarks:

TWIF_LOWPASS is good for halftone images.

TWIF_BANDPASS is good for improving text.

TWIF_HIGHPASS is good for improving fine lines.

 

Data type:

Integer

 

Default value:

TWIF_NONE(0)

Allowed values:

TWIF_NONE(0), TWIF_AUTO(1), TWIF_LOWPASS(2), TWIF_BANDPASS(3), TWIF_HIGHPASS(4)

 

CapType for GET:

TW_ENUMERATION, TW_ONEVALUE

 

CapType for SET: 

TW_ENUMERATION, TW_ONEVALUE

 

See also: