mkoppanen Thu Aug 16 22:22:16 2007 UTC
Modified files:
/phpdoc/en/reference/imagick reference.xml
Log:
Added aboutimagemagick section
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/imagick/reference.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/imagick/reference.xml
diff -u phpdoc/en/reference/imagick/reference.xml:1.9
phpdoc/en/reference/imagick/reference.xml:1.10
--- phpdoc/en/reference/imagick/reference.xml:1.9 Wed Jun 20 22:24:40 2007
+++ phpdoc/en/reference/imagick/reference.xml Thu Aug 16 22:22:16 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- Purpose: utilspec.image -->
<!-- Membership: pecl, external -->
<!-- State: experimental -->
@@ -16,9 +16,20 @@
ImageMagick API.
</para>
</section>
-
+
+ <section xml:id="imagick.aboutimagemagick">
+ <para>
+ 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.
+ </para>
+ <para>
+ Copyright 1999-2007 ImageMagick Studio LLC, a non-profit
organization dedicated to making software imaging solutions freely available.
+ </para>
+ </section>
+
<section xml:id="imagick.examples">
- &reftitle.examples;
+ &reftitle.examples;
<para>
Imagick makes image manipulation in PHP extremely easy through an OO
interface. Here is a quick example on how to make a thumbnail: