2004-06-13 06:56:28 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-13 06:56:28 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2012-09-29 02:37:51 +08:00
|
|
|
<!ENTITY imagemagick-patch-version "8">
|
2008-05-11 01:25:39 +08:00
|
|
|
<!-- Not sure what to do here as ImageMagick is one of the fastest-moving
|
|
|
|
targets in all of open-source. One solution is to always use the last
|
|
|
|
version of a specific major-minor from the 'legacy' subdirectory of
|
|
|
|
the path in these URL's. Otherwise these links are broken within days
|
2011-12-07 07:45:08 +08:00
|
|
|
after updates :-( Unfortunately, versions always roll on after patch
|
|
|
|
version 10, whether or not significant changes occur, and it takes
|
|
|
|
time before versions migrate to legacy/ -->
|
2012-09-20 10:54:19 +08:00
|
|
|
|
2011-12-12 07:49:52 +08:00
|
|
|
<!ENTITY imagemagick-download-http " ">
|
2011-12-07 07:45:08 +08:00
|
|
|
<!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
|
2013-02-11 01:24:28 +08:00
|
|
|
<!ENTITY imagemagick-md5sum "c90d99ce0f0e08ebeab568eda7eedec7">
|
|
|
|
<!ENTITY imagemagick-size "8.3 MB">
|
|
|
|
<!ENTITY imagemagick-buildsize "450 MB (full build with all dependencies)">
|
|
|
|
<!ENTITY imagemagick-time "5.0 SBU (full build - additional 20 SBU to run the test suite)">
|
2004-06-13 06:56:28 +08:00
|
|
|
]>
|
|
|
|
|
2006-06-12 01:53:42 +08:00
|
|
|
<!-- Editors: It is highly unlikely that the buildsize (disk space used) will
|
|
|
|
be less than the figure shown above. Unless you have installed *all* the
|
|
|
|
delegate dependencies, you will see a smaller buildsize, but what is
|
|
|
|
currently listed above is the space one would require if all the
|
|
|
|
dependencies are installed, which is what we want.
|
|
|
|
|
2011-12-07 07:45:08 +08:00
|
|
|
Marked as 'typical' because nobody builds ALL the optional extras [ken]
|
|
|
|
|
2006-06-12 01:53:42 +08:00
|
|
|
Also, please look over the output from the configure command for any
|
|
|
|
additional dependencies that need to be listed, as ImageMagick is
|
|
|
|
constantly adding additional features and dependencies. -->
|
|
|
|
|
|
|
|
|
2005-05-31 05:34:17 +08:00
|
|
|
<sect1 id="imagemagick"
|
2005-02-08 07:48:17 +08:00
|
|
|
xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
|
2005-05-02 04:42:47 +08:00
|
|
|
<?dbhtml filename="imagemagick.html"?>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<title>ImageMagick-&imagemagick-version;-&imagemagick-patch-version;</title>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<indexterm zone="imagemagick">
|
|
|
|
<primary sortas="a-ImageMagick">ImageMagick</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to ImageMagick</title>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<para>
|
|
|
|
<application>ImageMagick</application> is a collection of tools and
|
|
|
|
libraries to read, write, and manipulate an image in various image formats.
|
|
|
|
Image processing operations are available from the command line. Bindings
|
|
|
|
for Perl and C++ are also available.
|
|
|
|
</para>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2012-08-25 16:20:59 +08:00
|
|
|
&lfs72_checked;
|
2011-12-07 07:45:08 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&imagemagick-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&imagemagick-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &imagemagick-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &imagemagick-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &imagemagick-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &imagemagick-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
The <application>ImageMagick</application> source releases are
|
|
|
|
updated frequently and the version shown above may no longer be available
|
|
|
|
from the download locations. You can download a more recent version and use
|
|
|
|
the existing BLFS instructions to install it. Chances are that it will
|
|
|
|
work just fine, but this has not been tested by the BLFS team. If the
|
|
|
|
package version shown above is not available from the locations shown
|
|
|
|
above, or from the <filename class='directory'>legacy/</filename> directory
|
|
|
|
at <literal>ftp.ImageMagick.org/pub/ImageMagick</literal> you can download it
|
|
|
|
from the BLFS package server at <ulink
|
|
|
|
url="&sources-anduin-http;/i/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"/>.
|
|
|
|
</para>
|
|
|
|
</note>
|
2006-01-19 04:11:54 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<bridgehead renderas="sect3">ImageMagick Dependencies</bridgehead>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-09-18 04:35:05 +08:00
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
2013-02-11 01:24:28 +08:00
|
|
|
<para role="recommended">
|
|
|
|
<xref linkend="x-window-system"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The optional dependencies listed below should be installed if you
|
|
|
|
need support for the specific format or the conversion tool the dependency
|
|
|
|
provides. Many of the dependencies' capabilities and uses are described in
|
|
|
|
the <quote>MAGICK DELEGATES</quote> section of the
|
|
|
|
<filename>README.txt</filename> file located in the source tree. Additional
|
|
|
|
information about the dependencies can be found in the
|
|
|
|
<filename>Install-unix.txt</filename> file located in the source tree as
|
|
|
|
well as issuing the <command>./configure --help</command> command. A
|
|
|
|
summary of this information, as well as some additional notes can be viewed
|
|
|
|
on-line at <ulink
|
|
|
|
url="http://www.imagemagick.org/script/advanced-unix-installation.php"/>.
|
|
|
|
</para>
|
2006-01-18 13:17:05 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional System Utilities</bridgehead>
|
2013-02-11 01:24:28 +08:00
|
|
|
<para role="optional">
|
|
|
|
<xref linkend="pkgconfig"/>,
|
|
|
|
<xref linkend="cups"/>,
|
|
|
|
<xref linkend="curl"/>,
|
|
|
|
<ulink url="http://dmalloc.com/">Dmalloc</ulink>,
|
|
|
|
<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink>,
|
|
|
|
<xref linkend="ffmpeg"/>,
|
|
|
|
<ulink url="http://www.fftw.org/">FFTW</ulink>,
|
|
|
|
<ulink url="http://www.gsp.com/support/virtual/email/pgp/">PGP</ulink>
|
|
|
|
or <xref linkend="gnupg"/> or <xref linkend="gnupg2"/>
|
|
|
|
(you'll have to do some hacking to use <application>GnuPG</application>),
|
|
|
|
<xref linkend="sane"/>,
|
|
|
|
<ulink url="http://ufraw.sourceforge.net/">ufraw</ulink> (only for raw formats listed in
|
|
|
|
<filename>www/formats.html</filename>),
|
|
|
|
<xref linkend="wget"/>, and
|
|
|
|
<xref linkend="xdg-utils"/>
|
2006-01-18 13:17:05 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional Graphics Libraries</bridgehead>
|
2013-02-11 01:24:28 +08:00
|
|
|
<para role="optional">
|
|
|
|
<ulink url="http://corefonts.sourceforge.net/">corefonts</ulink>,
|
|
|
|
<ulink url="http://djvu.sourceforge.net/">DjVuLibre</ulink>,
|
|
|
|
<!-- <ulink url="http://www.i3a.org/i_flashpix.html">FlashPIX</ulink> (or -->
|
|
|
|
<ulink url="ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/libfpx-1.3.1-2.tar.bz2">
|
|
|
|
FlashPIX</ulink>,
|
|
|
|
<!-- Added already from the Xorg recommended dependency <xref linkend="freetype2"/>, -->
|
|
|
|
<xref linkend="jasper"/>,
|
|
|
|
<ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG-KIT</ulink>,
|
|
|
|
<xref linkend="lcms"/> or
|
|
|
|
<xref linkend="lcms2"/>,
|
|
|
|
<xref linkend="libexif"/>,
|
|
|
|
<xref linkend="libjpeg"/>,
|
|
|
|
<xref linkend="libpng"/>,
|
|
|
|
<xref linkend="librsvg"/>,
|
|
|
|
<xref linkend="libtiff"/>,
|
|
|
|
<ulink url="http://www.webmproject.org/code/">libwebp</ulink>,
|
|
|
|
<ulink url="http://liblqr.wikidot.com/en:download-page">Liquid Rescale</ulink>,
|
|
|
|
<ulink url="http://www.openexr.com/">OpenEXR</ulink>,
|
|
|
|
<xref linkend="pango"/>, and
|
|
|
|
<ulink url="http://www.agocg.ac.uk/train/cgm/ralcgm.htm">RALCGM</ulink>
|
|
|
|
(or <ulink url="http://www.mcmurchy.com/ralcgm/ralcgm-3.51.tar.gz">ralcgm</ulink>)
|
2006-01-18 13:17:05 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional Graphics Utilities</bridgehead>
|
2013-02-11 01:24:28 +08:00
|
|
|
<para role="optional">
|
|
|
|
<ulink url="http://www.blender.org/">Blender</ulink>,
|
|
|
|
<ulink url="http://dejavu.sourceforge.net/">DejaVu fonts</ulink>,
|
|
|
|
<ulink url="http://www.artifex.com/downloads/">GhostPCL</ulink> or
|
|
|
|
<ulink url="http://www.ghostscript.com/GhostPCL.html">GhostPDL</ulink>,
|
|
|
|
<xref linkend="gs"/>,
|
|
|
|
<xref linkend="gimp"/>,
|
|
|
|
<ulink url="http://www.gnuplot.info/">Gnuplot</ulink>,
|
|
|
|
<xref linkend="graphviz"/>,
|
|
|
|
<xref linkend="inkscape"/>,
|
|
|
|
<ulink url="http://www.povray.org/">POV-Ray</ulink>, and
|
|
|
|
<ulink url="http://radsite.lbl.gov/radiance/HOME.html">Radiance</ulink>
|
2006-01-18 13:17:05 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional Conversion Tools</bridgehead>
|
2013-02-11 01:24:28 +08:00
|
|
|
<para role="optional">
|
|
|
|
<ulink url="http://autotrace.sourceforge.net/">AutoTrace</ulink>,
|
|
|
|
<xref linkend="enscript"/>,
|
|
|
|
<ulink url="http://www.lizardtech.com/downloads/category/">
|
|
|
|
GeoExpress Command Line Utilities, AKA MrSID Utilities (binary package)</ulink>,
|
|
|
|
<ulink url="http://www.gnu.org/software/hp2xx/">hp2xx</ulink>,
|
|
|
|
<ulink url="http://user.it.uu.se/~jan/html2ps.html">html2ps</ulink>,
|
|
|
|
<ulink url="http://wvware.sourceforge.net/">libwmf</ulink>,
|
|
|
|
<ulink url="http://www.mpeg.org/MSSG/">MPEG-2 Video Codec</ulink>,
|
|
|
|
<ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>,
|
|
|
|
<xref linkend="texlive"/>,
|
|
|
|
<ulink url="http://www.xfig.org/">Transfig</ulink>,
|
|
|
|
<!-- <ulink url="http://txt2html.sourceforge.net/">txt2html</ulink>
|
|
|
|
(requires Perl Module
|
|
|
|
<ulink url="http://cpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-1.11.tar.gz">
|
|
|
|
Getopt::ArgvFile</ulink>), and -->
|
|
|
|
<ulink url="http://sk1project.org/modules.php?name=products&product=uniconvertor">
|
|
|
|
UniConvertor</ulink>, and
|
|
|
|
<ulink url="http://www.cs.utah.edu/gdc/projects/urt/">Utah Raster Toolkit</ulink>
|
|
|
|
(or <ulink url="http://www.mcmurchy.com/urt/urt-3.1b.tar.gz">URT-3.1b</ulink>)
|
2006-01-18 13:17:05 +08:00
|
|
|
</para>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2006-04-11 02:35:56 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/imagemagick"/></para>
|
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
</sect2>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of ImageMagick</title>
|
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<para>
|
|
|
|
Install <application>Imagemagick</application> by running the following commands:
|
|
|
|
</para>
|
2005-05-02 04:42:47 +08:00
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
2012-09-29 02:37:51 +08:00
|
|
|
--sysconfdir=/etc \
|
|
|
|
--with-modules \
|
|
|
|
--with-perl \
|
2013-02-11 01:24:28 +08:00
|
|
|
--disable-static &&
|
2005-05-02 04:42:47 +08:00
|
|
|
make</userinput></screen>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<para>
|
|
|
|
The validation suite is intended to be run after the package is installed.
|
|
|
|
</para>
|
2005-09-18 04:35:05 +08:00
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2011-12-07 07:45:08 +08:00
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<para>
|
|
|
|
To test the installation, issue: <command>make check</command>. Note that the
|
|
|
|
EPS, PS, and PDF tests require a working <application>Ghostscript</application>.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- This is not necessary as the 'make install' process installs PerlMagick
|
|
|
|
<para>
|
|
|
|
And, if you built PerlMagick, still as the
|
|
|
|
<systemitem class="username">root</systemitem> user:</para>
|
2011-12-07 07:45:08 +08:00
|
|
|
|
|
|
|
<screen role="root"><userinput>make -C PerlMagick install</userinput></screen>
|
2013-02-11 01:24:28 +08:00
|
|
|
-->
|
2011-12-07 07:45:08 +08:00
|
|
|
|
2006-01-18 13:17:05 +08:00
|
|
|
<!-- Commenting this out for now as it is redundant to information
|
|
|
|
that has already been presented, or is in the 'command explanations'
|
|
|
|
section below.
|
2005-05-02 04:42:47 +08:00
|
|
|
<sect3>
|
|
|
|
<title>Additional Configure Options</title>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-31 05:34:17 +08:00
|
|
|
<para>There are additional switches that can be passed to
|
2005-07-17 06:40:09 +08:00
|
|
|
<application>ImageMagick</application> to customize the installation to
|
2005-07-28 02:56:43 +08:00
|
|
|
your needs. See <filename>advanced-unix-installation.html</filename> in
|
|
|
|
the <filename class='directory'>www</filename> directory.</para>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
</sect3>
|
2006-01-18 13:17:05 +08:00
|
|
|
-->
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
</sect2>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<para>
|
|
|
|
<parameter>--sysconfdir=/etc</parameter>: Install the
|
|
|
|
<filename class="extension">.xml</filename> configuration files into
|
|
|
|
<filename class='directory'>/etc/ImageMagick</filename> instead of the
|
|
|
|
default <filename class='directory'>/usr/etc/ImageMagick</filename>.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<parameter>--with-modules</parameter>: Enables support for dynamically
|
|
|
|
loadable modules.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<parameter>--with-perl</parameter>: Enables building and installing
|
|
|
|
PerlMagick.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<parameter>--disable-static</parameter>: Prevents the static
|
|
|
|
libraries being built and installed.
|
|
|
|
</para>
|
2007-01-18 20:59:10 +08:00
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<!-- The tests run fine if you run the validation suite after the package
|
|
|
|
is installed
|
|
|
|
<para>
|
|
|
|
<parameter>-without-magick-plus-plus</parameter>: Disables building
|
|
|
|
and installing Magick++. All the test modules and demos for Magick++
|
|
|
|
currently fail.
|
|
|
|
</para>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<para>
|
|
|
|
<option>--with-gslib=/usr/lib</option>: Enables support to use the
|
|
|
|
<application>Ghostscript</application> shared library.
|
|
|
|
</para>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<para>
|
|
|
|
<option>--with-rsvg</option>: Enables support to use the
|
|
|
|
<application>librsvg</application> library.
|
|
|
|
</para>
|
2012-09-29 02:37:51 +08:00
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<para>
|
|
|
|
<option>--with-autotrace</option>: Enables support to use the
|
|
|
|
<application>Autotrace</application> library.
|
|
|
|
</para>
|
2012-09-29 02:37:51 +08:00
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<para>
|
|
|
|
<option>--with-wmf</option>: Enables support to use the
|
|
|
|
<application>libwmf</application> library.
|
|
|
|
</para>
|
2006-01-18 13:17:05 +08:00
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<para>
|
|
|
|
<option>--with-gvc</option>: Enables support to use
|
|
|
|
<application>GraphViz</application>.
|
|
|
|
</para>
|
2006-01-18 13:17:05 +08:00
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<para>
|
|
|
|
<option>--with-windows-font-dir=
|
|
|
|
<replaceable><Some/Directory></replaceable></option>:
|
|
|
|
This option specifies the directory where the Windows CoreFonts are
|
|
|
|
installed.
|
|
|
|
</para>
|
2006-01-18 13:17:05 +08:00
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<para>
|
|
|
|
<option>--with-dejavu-font-dir=
|
|
|
|
<replaceable><Some/Directory></replaceable></option>:
|
|
|
|
This option specifies the directory where the DejaVu fonts are
|
|
|
|
installed.
|
|
|
|
</para>
|
2006-01-18 13:17:05 +08:00
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<para>
|
|
|
|
The options and parameters listed above are the only ones you should
|
|
|
|
have to pass to the <command>configure</command> script to activate all
|
|
|
|
the delegate dependencies. All other dependencies will be automatically
|
|
|
|
detected and utilized in the build if they are installed.
|
|
|
|
</para>
|
2011-12-07 07:45:08 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
</sect2>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<seglistitem>
|
|
|
|
<seg>animate, compare, composite, conjure, convert, display,
|
2013-02-11 01:24:28 +08:00
|
|
|
identify, import, Magick-config, Magic++-config, MagickCore-config,
|
2011-12-07 07:45:08 +08:00
|
|
|
MagickWand-config, mogrify, montage, stream, and Wand-config</seg>
|
2012-09-29 02:37:51 +08:00
|
|
|
|
2013-02-11 01:24:28 +08:00
|
|
|
<seg>libMagickCore-Q16.so, libMagickWand-Q16.so, libMagick++-Q16.so,
|
|
|
|
and numerous plugin modules</seg>
|
2012-09-29 02:37:51 +08:00
|
|
|
|
|
|
|
<seg>/etc/ImageMagick,
|
|
|
|
/usr/include/ImageMagick,
|
2005-05-31 05:34:17 +08:00
|
|
|
/usr/lib/ImageMagick-&imagemagick-version;,
|
2012-07-28 23:39:53 +08:00
|
|
|
/usr/lib/perl5/site_perl/&lfs-perl-version;/auto/Image,
|
|
|
|
/usr/lib/perl5/site_perl/&lfs-perl-version;/Image/Magick,
|
2005-09-18 04:35:05 +08:00
|
|
|
/usr/share/ImageMagick-&imagemagick-version; and
|
|
|
|
/usr/share/doc/ImageMagick-&imagemagick-version;</seg>
|
2005-05-02 04:42:47 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
2005-05-31 00:34:17 +08:00
|
|
|
<?dbfo list-presentation="list"?>
|
2005-05-02 04:42:47 +08:00
|
|
|
<?dbhtml list-presentation="table"?>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<varlistentry id="animate">
|
|
|
|
<term><command>animate</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>animates a sequence of images.</para>
|
|
|
|
<indexterm zone="imagemagick animate">
|
|
|
|
<primary sortas="b-animate">animate</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<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">compare</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<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">composite</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<varlistentry id="conjure">
|
|
|
|
<term><command>conjure</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>processes a MSL script to create an image.</para>
|
|
|
|
<indexterm zone="imagemagick conjure">
|
|
|
|
<primary sortas="b-conjure">conjure</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<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">convert</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<varlistentry id="display">
|
|
|
|
<term><command>display</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>displays an image.</para>
|
|
|
|
<indexterm zone="imagemagick display">
|
|
|
|
<primary sortas="b-display">display</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<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">identify</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<varlistentry id="import">
|
|
|
|
<term><command>import</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>captures an X window.</para>
|
|
|
|
<indexterm zone="imagemagick import">
|
|
|
|
<primary sortas="b-import">import</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<varlistentry id="magick-config">
|
2013-02-11 01:24:28 +08:00
|
|
|
<term><command>Magick{,++,Core,Wand}-config</command></term>
|
2005-05-02 04:42:47 +08:00
|
|
|
<listitem>
|
2011-12-07 07:45:08 +08:00
|
|
|
<para>show information about the installed versions of the
|
2012-09-29 02:37:51 +08:00
|
|
|
<application>ImageMagick</application> libraries.</para>
|
2005-05-02 04:42:47 +08:00
|
|
|
<indexterm zone="imagemagick magick-config">
|
|
|
|
<primary sortas="b-Magick-config">Magick-config</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<varlistentry id="mogrify">
|
|
|
|
<term><command>mogrify</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>transforms an image.</para>
|
|
|
|
<indexterm zone="imagemagick mogrify">
|
|
|
|
<primary sortas="b-mogrify">mogrify</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<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">montage</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2007-03-08 10:33:15 +08:00
|
|
|
<varlistentry id="stream">
|
|
|
|
<term><command>stream</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>streams one or more pixel components of an image or
|
|
|
|
portion of the image to your choice of storage formats.</para>
|
|
|
|
<indexterm zone="imagemagick stream">
|
|
|
|
<primary sortas="b-stream">stream</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<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">Wand-config</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
<varlistentry id="perlmagick">
|
|
|
|
<term><filename class='libraryfile'>Image::Magick</filename></term>
|
|
|
|
<listitem>
|
2005-05-31 05:34:17 +08:00
|
|
|
<para>allows the reading, manipulation and writing of a large number of
|
2005-05-31 00:34:17 +08:00
|
|
|
image file formats using the <application>ImageMagick</application>
|
2005-05-31 05:34:17 +08:00
|
|
|
library. Run <command>make</command> in the
|
|
|
|
<filename class='directory'>PerlMagick/demo</filename> directory of
|
2005-09-18 04:35:05 +08:00
|
|
|
the package source tree after the package is installed to see a nice
|
|
|
|
demo of the module's capabilities.</para>
|
2005-05-02 04:42:47 +08:00
|
|
|
<indexterm zone="imagemagick perlmagick">
|
|
|
|
<primary sortas="g-Image-Magick">Image::Magick</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2005-05-31 00:34:17 +08:00
|
|
|
|
2005-05-02 04:42:47 +08:00
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2003-11-17 08:20:48 +08:00
|
|
|
|
|
|
|
</sect1>
|