PHP 클래스 Imbo\Image\Transformation\Transformation

저자: Christer Edvartsen ([email protected])
파일 보기 프로젝트 열기: imbo/imbo

보호된 프로퍼티들

프로퍼티 타입 설명
$imagick Imagick Imagick instance

공개 메소드들

메소드 설명
setImagick ( Imagick $imagick ) : self Set the Imagick instance

보호된 메소드들

메소드 설명
formatColor ( string $color ) : string Attempt to format a color-string into a string Imagick can understand
getQuantumRange ( ) : integer Get the quantum range of an image

메소드 상세

formatColor() 보호된 메소드

Attempt to format a color-string into a string Imagick can understand
protected formatColor ( string $color ) : string
$color string
리턴 string

getQuantumRange() 보호된 메소드

Get the quantum range of an image
protected getQuantumRange ( ) : integer
리턴 integer

setImagick() 공개 메소드

Set the Imagick instance
public setImagick ( Imagick $imagick ) : self
$imagick Imagick An Imagick instance
리턴 self

프로퍼티 상세

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

Imagick instance
protected Imagick $imagick
리턴 Imagick