UnsharpeningOptions: {
    dividor?: number;
    mode?: UnsharpeningMode;
    weight?: number;
}

The unsharpening options

Type declaration

  • Optional dividor?: number

    A floating-point number that defines the unsharpening strength.

    Lesser the value - sharper the image.

    Should be greater than zero.

  • Optional mode?: UnsharpeningMode

    The mode in which the unsharpening mask should be applied

  • Optional weight?: number

    A floating-point number that defines how neighbor pixels will affect the current pixel.

    Greater the value - sharper the image.

    Should be greater than zero.

Generated using TypeDoc