From 265f2bbec9f825c48a1b6a69107175b5f700e863 Mon Sep 17 00:00:00 2001 From: Mikko Koppanen Date: Sun, 2 Sep 2007 02:45:46 +0000 Subject: [PATCH] Fixed method parameters. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242062 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/imagick/imagick/compositeimage.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/reference/imagick/imagick/compositeimage.xml b/reference/imagick/imagick/compositeimage.xml index d399a4f147..e992c5aa79 100644 --- a/reference/imagick/imagick/compositeimage.xml +++ b/reference/imagick/imagick/compositeimage.xml @@ -1,5 +1,5 @@ - + Imagick::compositeImage @@ -10,8 +10,8 @@ &reftitle.description; boolImagick::compositeImage - Imagickcomposite_wand - intcompose + Imagickcomposite_object + intcomposite intx inty intchannel @@ -28,9 +28,10 @@ - composite_wand + composite_object + Imagick object which holds the composite image @@ -38,6 +39,7 @@ compose + Composite operator. See Composite Operator Constants @@ -45,6 +47,7 @@ x + The column offset of the composited image @@ -52,6 +55,7 @@ y + The row offset of the composited image @@ -59,6 +63,10 @@ channel + Provide any channel constant that is valid for your channel mode. To + apply to more than one channel, combine channeltype constants using + bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + list of channel constants.