TransformsProvider.Sharpen Method

Applies a simple sharpening algorithm to the bitmap.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Sharpen(
	int strength
)

Parameters

strength

Type: System.Int32

The sharpening strength in range [0, 100].

Remarks

Sharpen algorithm is quite simple and has a single parameter strength. You can also use more advanced sharpening method - UnsharpMask(Single, Single, Single), however it is harder to use.

See Also

Reference