Sharpen

Sharpen an image using a sharpen convolution matrix.

Constructor

new Sharpen()

Classes

Sharpen

Methods

activate(_bool)

Activate the filter.

Parameters:
NameTypeDescription
_boolboolean

Flag to activate or not.

addEventListener(type, callback)

Add an event listener to this class.

Parameters:
NameTypeDescription
typestring

The event type.

callbackfunction

The function associated with the provided event type, will be called with the fired event.

getName() → {string}

Get the name of the filter.

Returns:

The name of the filter.

Type: 
string

getOriginalImage() → {Image}

Get the original image.

Returns:

image The original image.

Type: 
Image

init()

Initialise the filter. Called once the image is loaded.

removeEventListener(type, callback)

Remove an event listener from this class.

Parameters:
NameTypeDescription
typestring

The event type.

callbackfunction

The function associated with the provided event type.

run(_args)

Run the filter.

Parameters:
NameTypeDescription
_args*

The filter arguments.

setOriginalImage(image)

Set the original image.

Parameters:
NameTypeDescription
imageImage

The original image.

update() → {Image}

Transform the main image using this filter.

Returns:

The transformed image.

Type: 
Image

Sharpen Sharpen

Sharpen filter tool.

Constructor

new Sharpen(app)

Parameters:
NameTypeDescription
appApp

The associated application.

Classes

Sharpen

Methods

activate(_bool)

Activate the filter.

Parameters:
NameTypeDescription
_boolboolean

Flag to activate or not.

addEventListener(type, callback)

Add an event listener to this class.

Parameters:
NameTypeDescription
typestring

The event type.

callbackfunction

The function associated with the provided event type, will be called with the fired event.

getName() → {string}

Get the name of the filter.

Returns:

The name of the filter.

Type: 
string

getOriginalImage() → {Image}

Get the original image.

Returns:

image The original image.

Type: 
Image

init()

Initialise the filter. Called once the image is loaded.

removeEventListener(type, callback)

Remove an event listener from this class.

Parameters:
NameTypeDescription
typestring

The event type.

callbackfunction

The function associated with the provided event type.

run(_args)

Run the filter.

Parameters:
NameTypeDescription
_args*

The filter arguments.

setOriginalImage(image)

Set the original image.

Parameters:
NameTypeDescription
imageImage

The original image.

update() → {Image}

Transform the main image using this filter.

Returns:

The transformed image.

Type: 
Image