PHP Class Horde_Image_Effect_Imagick_LiquidResize, horde

Author: Michael J. Rubinsky ([email protected])
Inheritance: extends Horde_Image_Effect
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_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

Méthodes publiques

Méthode Description
apply ( ) Applies the effect.

Method Details

apply() public méthode

Applies the effect.
public apply ( )

Property Details

$_params protected_oe property

- 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
Résultat array