From d100d3d595919eae9c25dfddcb363474960a31d4 Mon Sep 17 00:00:00 2001 From: Mikko Koppanen Date: Sun, 9 Aug 2009 21:07:27 +0000 Subject: [PATCH] documentation for liquidrescaleimage git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286972 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../imagick/imagick/liquidrescaleimage.xml | 106 ++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 reference/imagick/imagick/liquidrescaleimage.xml diff --git a/reference/imagick/imagick/liquidrescaleimage.xml b/reference/imagick/imagick/liquidrescaleimage.xml new file mode 100644 index 0000000000..3ac9694fb7 --- /dev/null +++ b/reference/imagick/imagick/liquidrescaleimage.xml @@ -0,0 +1,106 @@ + + + + + Imagick::liquidRescaleImage + Animates an image or images + + + + &reftitle.description; + + boolImagick::liquidRescaleImage + intwidth + intheight + floatdelta_x + floatrigidity + + + + 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.method.available.0x639; + + + + + &reftitle.parameters; + + + + width + + + The width of the target size + + + + + height + + + The height of the target size + + + + + delta_x + + + How much the seam can traverse on x-axis. + Passing 0 causes the seams to be straight. + + + + + rigidity + + + Introduces a bias for non-straight seams. This parameter is + typically 0. + + + + + + + + + &reftitle.returnvalues; + + &imagick.return.success; + + + + + &reftitle.seealso; + + + Imagick::resizeImage + + + + + + +