ImgAutoCleanBorder

Top  Previous  Next

Prototype

 

ImgAutoCleanBorder(intImageHandle, intSize, intHoles)

 

Description

 

Cleans black border.

 

Parameters

 

intImageHandle: integer value corresponding to the image handle.

 

intSize: the maximum size of the border that must be analyzed (this value is expressed in inches)

 

intHoles: the max number of holes allowed in the border; if it is specified -1, then the program will allow 0.04 inches of holes, automatically calculating the corresponding pixels;

 

Returned value

 

None.

 

Notes

 

None.

 

Example

 

ImgAutoCleanBorder(_CurrentImage,0.25,5);