PHP 클래스 Grafika\Imagick\Filter\Sharpen

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

보호된 프로퍼티들

프로퍼티 타입 설명
$amount integer

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

apply() 공개 메소드

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

프로퍼티 상세

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

protected int $amount
리턴 integer