mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to ImageMagick-6.2.0-7 contributed by John Gnew.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3548 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a012c467e7
commit
67ab537f26
@ -430,6 +430,9 @@ otherterm="gSMB">SMB</glossseealso></glossdef></glossentry>
|
||||
<glossentry id="gMPEG"><glossterm><acronym>MPEG</acronym></glossterm>
|
||||
<glossdef><para>Moving Picture Experts Group</para></glossdef></glossentry>
|
||||
|
||||
<glossentry id="gMSL"><glossterm><acronym>MSL</acronym></glossterm>
|
||||
<glossdef><para>Magick Scripting Language</para></glossdef></glossentry>
|
||||
|
||||
<glossentry id="gMTA"><glossterm><acronym>MTA</acronym></glossterm>
|
||||
<glossdef><para>Mail Transport Agent</para></glossdef></glossentry>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "15">
|
||||
<!ENTITY day "16">
|
||||
<!ENTITY month "03">
|
||||
<!ENTITY year "2005">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
@ -105,7 +105,7 @@
|
||||
<!ENTITY bc-version "1.06">
|
||||
<!ENTITY rep-gtk-version "0.18">
|
||||
<!ENTITY compface-version "1.4">
|
||||
<!ENTITY imagemagick-version "6.1.3">
|
||||
<!ENTITY imagemagick-version "6.2.0">
|
||||
<!ENTITY hd2u-version "0.9.2">
|
||||
<!ENTITY gtk-doc-version "1.2">
|
||||
<!ENTITY intltool-version "0.32.1">
|
||||
|
@ -5,12 +5,12 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY imagemagick-patch-version "7">
|
||||
<!ENTITY imagemagick-download-http "http://www.imagemagick.org/download/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.gz">
|
||||
<!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.gz">
|
||||
<!ENTITY imagemagick-md5sum "99c2ef8a49e58b11e4318d3b89edc8aa">
|
||||
<!ENTITY imagemagick-size "5.5 MB">
|
||||
<!ENTITY imagemagick-buildsize "146 MB">
|
||||
<!ENTITY imagemagick-time "2.99 SBU">
|
||||
<!ENTITY imagemagick-download-http "http://www.imagemagick.org/download/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2">
|
||||
<!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2">
|
||||
<!ENTITY imagemagick-md5sum "182c5285e6e241439a7fbdfd2a4471b1">
|
||||
<!ENTITY imagemagick-size "4.5 MB">
|
||||
<!ENTITY imagemagick-buildsize "109 MB">
|
||||
<!ENTITY imagemagick-time "2.76 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="imagemagick"
|
||||
@ -19,8 +19,12 @@ xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<?dbhtml filename="imagemagick.html"?>
|
||||
<title>ImageMagick-&imagemagick-version;-&imagemagick-patch-version;</title>
|
||||
<title><application>ImageMagick</application>-&imagemagick-version;-&imagemagick-patch-version;</title>
|
||||
<indexterm zone="imagemagick">
|
||||
<primary sortas="a-imagemagick">ImageMagick</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>ImageMagick</application></title>
|
||||
@ -106,8 +110,11 @@ commands:</para>
|
||||
|
||||
<screen><userinput><command>sed -i -e 's/\$(LIBLTDL) \$/\$/' Makefile.in &&
|
||||
./configure --prefix=/usr --with-modules &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role="root"><command>make install</command></userinput></screen>
|
||||
|
||||
<sect3>
|
||||
<title>Additional Configure Options</title>
|
||||
@ -139,68 +146,148 @@ loadable modules.</para>
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para><application>ImageMagick</application> contains
|
||||
<command>animate</command>,
|
||||
<command>compare</command>,
|
||||
<command>composite</command>,
|
||||
<command>conjure</command>,
|
||||
<command>convert</command>,
|
||||
<command>display</command>,
|
||||
<command>identify</command>,
|
||||
<command>import</command>,
|
||||
<command>Magick-config</command>,
|
||||
<command>Magick++-config</command>,
|
||||
<command>mogrify</command>,
|
||||
<command>montage</command>,
|
||||
<command>Wand-config</command>,
|
||||
<filename class="libraryfile">libMagick</filename>,
|
||||
<filename class="libraryfile">libMagick++</filename> and
|
||||
<filename class="libraryfile">libWand</filename> libraries,
|
||||
numerous delegate modules and the
|
||||
Image::Magick <application>Perl</application> module.</para>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
</sect2>
|
||||
<seglistitem>
|
||||
<seg>animate, compare, composite, conjure, convert, display,
|
||||
identify, import, Magick-config, Magick++-config, mogrify,
|
||||
montage and Wand-config</seg>
|
||||
<seg>libMagick, libMagick++ and libWand</seg>
|
||||
<seg>None</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<sect3><title>animate</title>
|
||||
<para>Animates a sequence of images.</para></sect3>
|
||||
<varlistentry id="animate">
|
||||
<term><command>animate</command></term>
|
||||
<listitem>
|
||||
<para>animates a sequence of images.</para>
|
||||
<indexterm zone="imagemagick animate">
|
||||
<primary sortas="b-animate"></primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>compare</title>
|
||||
<para>Compares an image to a reconstructed image.</para></sect3>
|
||||
<varlistentry id="compare">
|
||||
<term><command>compare</command></term>
|
||||
<listitem>
|
||||
<para>compares an image to a reconstructed image.</para>
|
||||
<indexterm zone="imagemagick compare">
|
||||
<primary sortas="b-compare"></primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>composite</title>
|
||||
<para>Composites various images into the given base image.</para></sect3>
|
||||
<varlistentry id="composite">
|
||||
<term><command>composite</command></term>
|
||||
<listitem>
|
||||
<para>composites various images into the given base image.</para>
|
||||
<indexterm zone="imagemagick composite">
|
||||
<primary sortas="b-composite"></primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>conjure</title>
|
||||
<para>Processes a Magick Scripting Language (MSL) script to create
|
||||
an image.</para></sect3>
|
||||
<varlistentry id="conjure">
|
||||
<term><command>conjure</command></term>
|
||||
<listitem>
|
||||
<para>processes a <acronym>MSL</acronym> script to create an image.</para>
|
||||
<indexterm zone="imagemagick conjure">
|
||||
<primary sortas="b-conjure"></primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>convert</title>
|
||||
<para>Convert image(s) from one format to another.</para></sect3>
|
||||
<varlistentry id="convert">
|
||||
<term><command>convert</command></term>
|
||||
<listitem>
|
||||
<para>converts image(s) from one format to another.</para>
|
||||
<indexterm zone="imagemagick convert">
|
||||
<primary sortas="b-convert"></primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>display</title>
|
||||
<para>Display an image.</para></sect3>
|
||||
<varlistentry id="display">
|
||||
<term><command>display</command></term>
|
||||
<listitem>
|
||||
<para>displays an image.</para>
|
||||
<indexterm zone="imagemagick display">
|
||||
<primary sortas="b-display"></primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>identify</title>
|
||||
<para>Describes the format and characteristics of an image file.</para></sect3>
|
||||
<varlistentry id="identify">
|
||||
<term><command>identify</command></term>
|
||||
<listitem>
|
||||
<para>describes the format and characteristics of an image file.</para>
|
||||
<indexterm zone="imagemagick identify">
|
||||
<primary sortas="b-identify"></primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>import</title>
|
||||
<para>Captures an X window.</para></sect3>
|
||||
<varlistentry id="import">
|
||||
<term><command>import</command></term>
|
||||
<listitem>
|
||||
<para>captures an X window.</para>
|
||||
<indexterm zone="imagemagick import">
|
||||
<primary sortas="b-import"></primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>Magick-config and Magick++-config</title>
|
||||
<para>Get information about the installed versions of
|
||||
<application>ImageMagick</application> and Magick++.</para></sect3>
|
||||
<varlistentry id="magick-config">
|
||||
<term><command>Magick-config</command> and <command>Magick++-config</command></term>
|
||||
<listitem>
|
||||
<para>show information about the installed versions of
|
||||
<application>ImageMagick</application> and Magick++.</para>
|
||||
<indexterm zone="imagemagick magick-config">
|
||||
<primary sortas="b-magick-config"></primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>mogrify</title>
|
||||
<para>Transforms an image.</para></sect3>
|
||||
<varlistentry id="mogrify">
|
||||
<term><command>mogrify</command></term>
|
||||
<listitem>
|
||||
<para>transforms an image.</para>
|
||||
<indexterm zone="imagemagick mogrify">
|
||||
<primary sortas="b-mogrify"></primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>montage</title>
|
||||
<para>Composites various images into a new image.</para></sect3>
|
||||
<varlistentry id="montage">
|
||||
<term><command>montage</command></term>
|
||||
<listitem>
|
||||
<para>composites various images into a new image.</para>
|
||||
<indexterm zone="imagemagick montage">
|
||||
<primary sortas="b-montage"></primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>Wand-config</title>
|
||||
<para>Get the options required to use the Wand library.</para></sect3>
|
||||
<varlistentry id="wand-config">
|
||||
<term><command>Wand-config</command></term>
|
||||
<listitem>
|
||||
<para>shows the options required to use the Wand library.</para>
|
||||
<indexterm zone="imagemagick wand-config">
|
||||
<primary sortas="b-wand-config"></primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
<!--
|
||||
<sect3><title>Image::Magick <application>Perl</application> module</title>
|
||||
<para>The Image::Magic module allows the reading, manipulation and writing of
|
||||
a large number of image file formats using the
|
||||
@ -208,6 +295,7 @@ a large number of image file formats using the
|
||||
in the <filename class='directory'>PerlMagick/demo</filename> directory of
|
||||
the package source tree to see a nice demo of the module's capabilities.</para>
|
||||
</sect3>
|
||||
-->
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>March 16th, 2005 [igor]: Updated to
|
||||
ImageMagick-6.2.0-7 contributed by John Gnew.</para></listitem>
|
||||
|
||||
<listitem><para>March 15th, 2005 [igor]: Updated to
|
||||
XFce-4.2.0.</para></listitem>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
<title>XFce-&xfce-version;</title>
|
||||
|
||||
<indexterm zone="xfce">
|
||||
<primary sortas="a-xfce">Xfce</primary>
|
||||
<primary sortas="a-xfce">XFce</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user