Type to search...

Sharpen

e:sharpen

Increases contrast and accentuates detail in the image or selection, but may also accentuate noise.

Aliases

  • e:s

Parameters

  • integer, min 1, max 5000

Limitations

  • Applicable only to images smaller than 25 mega pixels.

Dependencies

  • This transformation does not have any dependencies.

Examples

See the following examples about the possible ways of usage.

Set the width to 200 px and add sharpen effect

w:200/e:sharpen:100
use shardimage\shardimagephp\factories\Transformation;
$transformations = (new Transformation())->width(200)->group()->sharpen(100);
Table of contents