PHP Class Grafika\Imagick\Filter\Pixelate

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

Protected Properties

Property Type Description
$amount integer Pixelate size from >= 1

Public Methods

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

Method Details

__construct() public method

Pixelate constructor.
public __construct ( integer $amount )
$amount integer The size of pixelation. >= 1

apply() public method

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

Property Details

$amount protected_oe property

Pixelate size from >= 1
protected int $amount
return integer