glfs/general/genutils/imagemagick/imagemagick-desc.xml
Igor Živković 51bdf02f05 updated to imagemagick-5.5.7-13
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1558 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-11-30 05:49:52 +00:00

49 lines
1.3 KiB
XML

<sect2>
<title>Contents</title>
<para><application>ImageMagick</application> contains <command>animate</command>,
<command>composite</command>,
<command>conjure</command>,
<command>convert</command>,
<command>display</command>,
<command>identify</command>,
<command>import</command>,
<command>mogrify</command>,
<command>montage</command>, and the
<filename class="libraryfile">libMagick</filename> and
<filename class="libraryfile">libMagick++</filename> libraries.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>animate</title>
<para>Animates a sequence of images.</para></sect3>
<sect3><title>composite</title>
<para>Composites various images into the given base image.</para></sect3>
<sect3><title>conjure</title>
<para>Processes a Magick Scripting Language (MSL) script to create
an image.</para></sect3>
<sect3><title>convert</title>
<para>Convert image(s) from one format to another.</para></sect3>
<sect3><title>display</title>
<para>Display the image.</para></sect3>
<sect3><title>identify</title>
<para>Describes the format and characteristics of an image file.</para></sect3>
<sect3><title>import</title>
<para>Captures an X window.</para></sect3>
<sect3><title>mogrify</title>
<para>Transforms an image.</para></sect3>
<sect3><title>montage</title>
<para>Composites various images into a new image.</para></sect3>
</sect2>