ImgStretchContrast

Top  Previous  Next

Prototype

 

ImgStretchContrast(intImageHandle)

 

Description

 

Stretches contrast automatically in grayscale and color images.

 

Parameters

 

intImageHandle: integer value corresponding to the image handle.

 

Returned value

 

None.

 

Notes

 

See ImgAdjustContrast to manually adjust contrast value.

 

Example

 

// Image contrast stretching

ImgStretchContrast(_CurrentImage);