From cd876f4e34257d88dd7d26b1a99e688ba56acf30 Mon Sep 17 00:00:00 2001 From: Mikko Koppanen Date: Thu, 16 Aug 2007 22:22:16 +0000 Subject: [PATCH] Added aboutimagemagick section git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241361 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/imagick/reference.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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: