diff --git a/reference/imagick/reference.xml b/reference/imagick/reference.xml
index ee8bcbfb09..43d35062a3 100644
--- a/reference/imagick/reference.xml
+++ b/reference/imagick/reference.xml
@@ -1,5 +1,5 @@
-
+
@@ -16,9 +16,20 @@
ImageMagick API.
-
+
+
+
+ ImageMagick® is a software suite to create, edit, and compose bitmap images..
+ It can read, convert and write images in a variety of formats (over 100)
+ including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF.
+
+
+ Copyright 1999-2007 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
+
+
+
- &reftitle.examples;
+ &reftitle.examples;
Imagick makes image manipulation in PHP extremely easy through an OO
interface. Here is a quick example on how to make a thumbnail: