ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessing Class / Sharpen Method / Sharpen(ImGearRasterPage,Int32) Method
Image to sharpen.
Sharpen factor. Allowed values are from 1 to 7 inclusive. For any factor beyond this range the method will do nothing. The larger this factor, the sharper image will become.




In This Topic
Sharpen(ImGearRasterPage,Int32) Method
In This Topic
Sharpens an image according to the specified sharpen factor.
Syntax
'Declaration
 
Public Overloads Shared Sub Sharpen( _
   ByVal page As ImGearRasterPage, _
   ByVal factor As Integer _
) 
 
'Usage
 
Dim page As ImGearRasterPage
Dim factor As Integer
 
ImGearRasterProcessing.Sharpen(page, factor)

Parameters

page
Image to sharpen.
factor
Sharpen factor. Allowed values are from 1 to 7 inclusive. For any factor beyond this range the method will do nothing. The larger this factor, the sharper image will become.
Remarks
Processes color channels only.

Can be applied only to the raster pages with standard (non Run-Ends) DIB.

See Also