PHP Класс Horde_Image_Effect_Imagick_LiquidResize, horde

Автор: Michael J. Rubinsky ([email protected])
Наследование: extends Horde_Image_Effect
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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