Sharpen Class

Applies a simple sharpening algorithm to an image.

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

Syntax

C#
public sealed class Sharpen : CnvTransform

Remarks

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

Inheritance Hierarchy

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference