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;
+
+
+
+
+