This function automatically determines the proper orientation of a 1-bit image and rotates the image to the proper orientation.
Copy Code
|
|
---|---|
AT_ERRCOUNT IG_IC_orient_auto ( HIGEAR hIGear); |
Name | Type | Description |
---|---|---|
hIGear | HIGEAR | HIGEAR handle of image. |
Returns the number of ImageGear errors that occurred during this function call.
Indexed RGB – 1 bpp.
ImageClean
You should call this function after the IG_IP_deskew_auto() function because the de-skew function fixes only the angle of an image, not its orientation.
Refer to the Component Manager API section.