From 17d0e0c511aff716116d72375abf3035993d8a94 Mon Sep 17 00:00:00 2001 From: Mikko Koppanen Date: Sat, 31 Oct 2009 17:40:37 +0000 Subject: [PATCH] Added getImageChannelKurtosis and functionImage git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290107 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/imagick/imagick/functionimage.xml | 82 +++++++++++++++++++ .../imagick/getimagechannelkurtosis.xml | 72 ++++++++++++++++ 2 files changed, 154 insertions(+) create mode 100644 reference/imagick/imagick/functionimage.xml create mode 100644 reference/imagick/imagick/getimagechannelkurtosis.xml diff --git a/reference/imagick/imagick/functionimage.xml b/reference/imagick/imagick/functionimage.xml new file mode 100644 index 0000000000..ee576d2ae9 --- /dev/null +++ b/reference/imagick/imagick/functionimage.xml @@ -0,0 +1,82 @@ + + + + + + Imagick::functionImage + Applies a function on the image + + + + &reftitle.description; + + public booleanImagick::functionImage + integerfunction + arrayarguments + + + Applies an arithmetic, relational, or logical expression to an image. + Use these operators to create lighter or darker versions of an image, to increase or decrease contrast in an image, + or to negate the image colors. &imagick.method.available.0x649; + + + + + &reftitle.parameters; + + + + function + + + Refer to this list of function constants + + + + + arguments + + + Array of arguments to pass to this function. + + + + + + + + + &reftitle.returnvalues; + + &imagick.return.success; + + + + + &reftitle.errors; + + &imagick.imagick.throws; + + + + + diff --git a/reference/imagick/imagick/getimagechannelkurtosis.xml b/reference/imagick/imagick/getimagechannelkurtosis.xml new file mode 100644 index 0000000000..d2c530020b --- /dev/null +++ b/reference/imagick/imagick/getimagechannelkurtosis.xml @@ -0,0 +1,72 @@ + + + + + + Imagick::getImageChannelKurtosis + The getImageChannelKurtosis purpose + + + + &reftitle.description; + + public arrayImagick::getImageChannelKurtosis + intchannelImagick::CHANNEL_DEFAULT + + + Get the kurtosis and skewness of a specific channel. &imagick.method.available.0x649; + + + + + &reftitle.parameters; + + + + channel + + + &imagick.parameter.channel; + + + + + + + + + &reftitle.returnvalues; + + Returns an array with kurtosis and skewness + members. + + + + + &reftitle.errors; + + &imagick.imagick.throws; + + + + +