Added aboutimagemagick section

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241361 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mikko Koppanen 2007-08-16 22:22:16 +00:00
parent bb3345d1eb
commit cd876f4e34

View file

@ -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: