PHP 클래스 Grafika\Imagick\Filter\Pixelate

상속: implements Grafika\FilterInterface
파일 보기 프로젝트 열기: kosinix/grafika

보호된 프로퍼티들

프로퍼티 타입 설명
$amount integer Pixelate size from >= 1

공개 메소드들

메소드 설명
__construct ( integer $amount ) Pixelate constructor.
apply ( Image $image ) : Image

메소드 상세

__construct() 공개 메소드

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

apply() 공개 메소드

public apply ( Image $image ) : Image
$image Grafika\Imagick\Image
리턴 Grafika\Imagick\Image

프로퍼티 상세

$amount 보호되어 있는 프로퍼티

Pixelate size from >= 1
protected int $amount
리턴 integer