reference/imagick/book.xml
68c2c871505aadf983f16113c5b077b335ce8d76
...
...
@@ -3,6 +3,7 @@
3
3
<!-- State: experimental -->
4
4
5
5
<book xml:id="book.imagick" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
6
+
<?phpdoc extension-membership="pecl" ?>
6
7
<title>Image Processing (ImageMagick)</title>
7
8
<titleabbrev>ImageMagick</titleabbrev>
8
9
...
...
@@ -16,12 +17,12 @@
16
17
<!-- {{{ About Imagick -->
17
18
<section xml:id="imagick.aboutimagemagick">
18
19
<para>
19
-
ImageMagick® is a software suite to create, edit, and compose bitmap images..
20
+
ImageMagick is a software suite to create, edit, and compose bitmap images.
20
21
It can read, convert and write images in a variety of formats (over 100)
21
22
including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF.
22
23
</para>
23
24
<para>
24
-
Copyright 1999-2007 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
25
+
ImageMagick Studio LLC is a non-profit organization dedicated to making software imaging solutions freely available.
25
26
</para>
26
27
</section>
27
28
<!-- }}} -->
...
...
@@ -37,6 +38,7 @@
37
38
&reference.imagick.imagickdraw;
38
39
&reference.imagick.imagickpixel;
39
40
&reference.imagick.imagickpixeliterator;
41
+
&reference.imagick.imagickkernel;
40
42

41
43
</book>
42
44

43
45