PHP 클래스 Horde_Image_Effect_Imagick_LiquidResize, horde

저자: Michael J. Rubinsky ([email protected])
상속: extends Horde_Image_Effect
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_params array - height: (integer) The target height. - ratio: (boolean) Keep aspect ratio. - delta_x: (integer) How much the seam may move on x axis (A value of 0 causes the seam to be straight). - rigidity: (integer) Introduces a bias for non-straight seams. Typically zero

공개 메소드들

메소드 설명
apply ( ) Applies the effect.

메소드 상세

apply() 공개 메소드

Applies the effect.
public apply ( )

프로퍼티 상세

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

- height: (integer) The target height. - ratio: (boolean) Keep aspect ratio. - delta_x: (integer) How much the seam may move on x axis (A value of 0 causes the seam to be straight). - rigidity: (integer) Introduces a bias for non-straight seams. Typically zero
protected array $_params
리턴 array