Imagick::liquidRescaleImage(Информация о версии неизвестна, возможно, только в SVN) Imagick::liquidRescaleImage — Animates an image or images Описание
bool Imagick::liquidRescaleImage
( int $width
, int $height
, float $delta_x
, float $rigidity
)
This method scales the images using liquid rescaling method. This method is an implementation of a technique called seam carving. In order for this method to work as expected ImageMagick must be compiled with liblqr support. Этот метод доступен, если Imagick был скомпилирован с версией ImageMagick 6.3.9 или старше. Список параметров
Возвращаемые значенияВ случае успешной работы возвращает TRUE. |
||