This function automatically detects and removes the dot lines on the 1-bit scanned image.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_IC_remove_dot_lines( HIGEAR hIGear, LPAT_IC_DOT_LINES_OPTIONS lpParameters ); |
Arguments:
Name | Type | Description |
hIGear | HIGEAR | Image to which to apply punch holes removal. |
lpParameters | LPAT_IC_DOT_LINES_OPTIONS | Parameters for dot lines removal method. |
Return Value:
Returns the number of ImageGear errors that occurred during this function call.
Supported Raster Image Formats:
Indexed RGB – 1 bpp.
Sample:
ImageClean
Remarks:
The method takes a 1-bit image page and the set of advanced parameters specifying the diameter and number of dots in line.
Also refer to AT_IC_DOT_LINE_OPTIONS.