Skip to main content

Interface: SharpenInput

Defined in: type/SharpenInput.ts:7

Sharpness of the output image. The sharpen parameter increases the definition of the edges of objects in an image. Notes

  • The sharpen parameter is an implementation of an unsharp mask.

Properties

amount?

optional amount?: number

Defined in: type/SharpenInput.ts:9

Sharpen amount value


radius?

optional radius?: number

Defined in: type/SharpenInput.ts:11

Sharpen radius value


threshold?

optional threshold?: number

Defined in: type/SharpenInput.ts:13

Sharpen threshold value