PHP Class Grafika\Imagick\Filter\Pixelate

Inheritance: implements Grafika\FilterInterface
Afficher le fichier Open project: kosinix/grafika

Protected Properties

Свойство Type Description
$amount integer Pixelate size from >= 1

Méthodes publiques

Méthode Description
__construct ( integer $amount ) Pixelate constructor.
apply ( Image $image ) : Image

Method Details

__construct() public méthode

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

apply() public méthode

public apply ( Image $image ) : Image
$image Grafika\Imagick\Image
Résultat Grafika\Imagick\Image

Property Details

$amount protected_oe property

Pixelate size from >= 1
protected int $amount
Résultat integer