PHP Class Grafika\Imagick\Filter\Sharpen

Inheritance: implements Grafika\FilterInterface
Datei anzeigen Open project: kosinix/grafika

Protected Properties

Property Type Description
$amount integer

Public Methods

Method Description
__construct ( integer $amount ) Sharpen constructor.
apply ( Image $image ) : Image

Method Details

__construct() public method

Sharpen constructor.
public __construct ( integer $amount )
$amount integer Amount of sharpening from >= 1 to <= 100

apply() public method

public apply ( Image $image ) : Image
$image Grafika\Imagick\Image
return Grafika\Imagick\Image

Property Details

$amount protected_oe property

protected int $amount
return integer