ImageEn, unit iexUserInteractions

TIERetouchToolInteraction.AutoSharpenIntensity

TIERetouchToolInteraction.AutoSharpenIntensity


Declaration

var AutoSharpenIntensity: Integer;


Description

Specify the effect intensity (0 to 100) to automatically enhances the image sharpness by sharpening the contours of detected objects.

For more information: AutoSharp

Default: 68


Example

// Sharpen the image
ImageEnView1.RetouchTool.RetouchMode     := iermAutoSharpen;
ImageEnView1.RetouchTool.AutoSharpenRate := 0.025;
ImageEnView1.RetouchTool.AutoSharpenIntensity := 30;
ImageEnView1.MouseInteractGeneral        := [ miRetouchTool ];


See Also

 AutoSharpenRate
 AutoSharp