source: general/genutils/imagemagick.xml@ 744e7e9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 744e7e9 was 744e7e9, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to ImageMagick-6.2.5-5

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5575 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 14.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY imagemagick-patch-version "5">
8 <!ENTITY imagemagick-download-http "http://www.imagemagick.org/download/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2">
9 <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2">
10 <!ENTITY imagemagick-md5sum "eaee90992c8cf36f1f5fc6c887d73897">
11 <!ENTITY imagemagick-size "5.0 MB">
12 <!ENTITY imagemagick-buildsize "158 MB (additional 68 MB if you run the Image::Magick demo)">
13 <!ENTITY imagemagick-time "3.2 SBU (Additional 1.2 SBU to run the test suite)">
14]>
15
16<sect1 id="imagemagick"
17xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
18 <?dbhtml filename="imagemagick.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 <keywordset>
24 <keyword role="package">ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar</keyword>
25 <keyword role="ftpdir">ImageMagick</keyword>
26 </keywordset>
27 </sect1info>
28
29 <title>ImageMagick-&imagemagick-version;-&imagemagick-patch-version;</title>
30
31 <indexterm zone="imagemagick">
32 <primary sortas="a-ImageMagick">ImageMagick</primary>
33 </indexterm>
34
35 <sect2 role="package">
36 <title>Introduction to ImageMagick</title>
37
38 <para><application>ImageMagick</application> is a collection of tools and
39 libraries to read, write, and manipulate an image in various image formats.
40 Image processing operations are available from the command line. Bindings
41 to various programming languages are also available.</para>
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&imagemagick-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&imagemagick-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &imagemagick-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &imagemagick-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &imagemagick-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &imagemagick-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">ImageMagick Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Recommended</bridgehead>
68 <para role="recommended">X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
69
70 <para>The optional dependencies listed below should be installed if you
71 need support for the specific format or the conversion tool the dependency
72 provides. Many of the dependencies' capabilities and uses are described in
73 the <quote>MAGICK DELEGATES</quote> section of the
74 <filename>README.txt</filename> file located in the source tree. Additional
75 information about the dependencies can be found in the
76 <filename>Install-unix.txt</filename> file located in the source tree as
77 well as issuing the <command>./configure --help</command> command. A
78 summary of this information, as well as some additional notes can be viewed
79 on-line at <ulink
80 url="http://www.imagemagick.org/script/advanced-unix-installation.php"/>.</para>
81
82 <bridgehead renderas="sect4">Optional System Utilities</bridgehead>
83 <para role="optional">
84 <xref linkend="cups"/> or <xref linkend="LPRng"/> (or any other print
85 utility that provides an <command>lpr</command> command),
86 <ulink url="http://www.cybercom.net/~dcoffin/dcraw/">DCRaw</ulink>,
87 <ulink url="http://dmalloc.com/">Dmalloc</ulink>,
88 <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink>,
89 <ulink url="http://www.gsp.com/support/virtual/email/pgp/">PGP</ulink>
90 or <xref linkend="gnupg"/> (you'll have to do some hacking to use
91 <application>GnuPG</application>),
92 <xref linkend="sane"/>, and
93 <xref linkend="wget"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional Graphics Libraries</bridgehead>
97 <para role="optional">
98 <ulink url="http://corefonts.sourceforge.net/">corefonts</ulink>,
99 <ulink url="http://www.i3a.org/i_flashpix.html">FlashPIX</ulink> (or
100 <ulink url="ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/libfpx-1.2.0.13.tar.bz2">
101 FlashPIX library</ulink>),
102 <xref linkend="freetype2"/>,
103 <ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">Jasper</ulink>,
104 <ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG-KIT</ulink>,
105 <xref linkend="lcms"/>,
106 <xref linkend="libexif"/>,
107 <xref linkend="libjpeg"/>,
108 <xref linkend="libpng"/>,
109 <xref linkend="libtiff"/>,
110 <xref linkend="libxml2"/>, and
111 <ulink url="http://www.agocg.ac.uk/train/cgm/ralcgm.htm">RALCGM</ulink>
112 </para>
113
114 <bridgehead renderas="sect4">Optional Graphics Utilities</bridgehead>
115 <para role="optional">
116 <xref linkend="espgs"/> or <xref linkend="gs"/>,
117 <ulink url="http://www.artifex.com/downloads/">GhostPCL</ulink>,
118 <xref linkend="gimp"/>,
119 <ulink url="http://www.gnuplot.info/">Gnuplot</ulink>,
120 <ulink url="http://www.graphviz.org/">GraphViz</ulink>,
121 <ulink url="http://www.povray.org/">POV-Ray</ulink>, and
122 <ulink url="http://radsite.lbl.gov/radiance/HOME.html">Radiance</ulink>
123 </para>
124
125 <bridgehead renderas="sect4">Optional Conversion Tools</bridgehead>
126 <para role="optional">
127 <ulink url="http://autotrace.sourceforge.net/">AutoTrace</ulink>,
128 <xref linkend="enscript"/>,
129 <ulink url="http://www.gnu.org/software/hp2xx/">hp2xx</ulink>,
130 <ulink url="http://user.it.uu.se/~jan/html2ps.html">html2ps</ulink>,
131 <ulink url="http://wvware.sourceforge.net/">libwmf</ulink>,
132 <ulink url="http://www.mpeg.org/MSSG/">MPEG-2 Video Codec</ulink>,
133 <ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>,
134 <xref linkend="tex"/>,
135 <ulink url="http://www.xfig.org/">Transfig</ulink>,
136 <ulink url="http://txt2html.sourceforge.net/">txt2html</ulink>
137 (requires <xref linkend="perl-module-build"/> and Perl Module
138 <ulink url="http://cpan.org/authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-1.10.tgz">
139 Getopt::ArgvFile</ulink>), and
140 <ulink url="http://www.cs.utah.edu/gdc/projects/urt/">Utah Raster Toolkit</ulink>
141 (or <ulink
142 url="http://www.funet.fi/pub/graphics/packages/Utah-Raster-Toolkit/rel3/urt-3.1b.mlg.tar.gz">
143 source</ulink>)
144 </para>
145
146 </sect2>
147
148 <sect2 role="installation">
149 <title>Installation of ImageMagick</title>
150
151 <para>Install <application>Imagemagick</application> by running the following
152 commands:</para>
153
154<screen><userinput>./configure --prefix=/usr --with-modules &amp;&amp;
155make</userinput></screen>
156
157 <para>To test the results, issue: <command>make check</command>. Note that
158 as many as 17% of the tests may fail due to system and/or build parameter
159 settings.</para>
160
161 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
162
163<screen role="root"><userinput>make install</userinput></screen>
164
165 <!-- Commenting this out for now as it is redundant to information
166 that has already been presented, or is in the 'command explanations'
167 section below.
168 <sect3>
169 <title>Additional Configure Options</title>
170
171 <para>There are additional switches that can be passed to
172 <application>ImageMagick</application> to customize the installation to
173 your needs. See <filename>advanced-unix-installation.html</filename> in
174 the <filename class='directory'>www</filename> directory.</para>
175
176 </sect3>
177 -->
178
179 </sect2>
180
181 <sect2 role="commands">
182 <title>Command Explanations</title>
183
184 <para><parameter>--with-modules</parameter>: Enables support for dynamically
185 loadable modules.</para>
186
187 <para><option>--with-gslib=/usr/lib</option>: Enables support to use the
188 Ghostscript shared library.</para>
189
190 <para><option>--with-fpx</option>: Enables support to use the FlashPix
191 library.</para>
192
193 <para><option>--with-windows-font-dir=<replaceable>[Some/Directory]</replaceable></option>:
194 This option specifies the directory where the Windows CoreFonts are
195 installed.</para>
196
197 <para>The options and parameters listed above are the only ones you should
198 have to pass to the <command>configure</command> script to activate all the
199 delegate dependencies. All other dependencies will be automatically
200 detected and utilized in the build if they are installed.</para>
201
202 </sect2>
203
204 <sect2 role="content">
205 <title>Contents</title>
206
207 <segmentedlist>
208 <segtitle>Installed Programs</segtitle>
209 <segtitle>Installed Libraries</segtitle>
210 <segtitle>Installed Directories</segtitle>
211
212 <seglistitem>
213 <seg>animate, compare, composite, conjure, convert, display,
214 identify, import, Magick-config, Magick++-config, mogrify,
215 montage, and Wand-config</seg>
216 <seg>libMagick.[so,a], libMagick++.[so,a], libWand.[so,a],
217 the Magick.so Perl module, and numerous plugin modules</seg>
218 <seg>/usr/include/Magick++, /usr/include/magick, /usr/include/wand,
219 /usr/lib/ImageMagick-&imagemagick-version;,
220 /usr/lib/perl5/site_perl/&LFS-Perl-version;/i686-linux/auto/Image/Magick,
221 /usr/share/ImageMagick-&imagemagick-version; and
222 /usr/share/doc/ImageMagick-&imagemagick-version;</seg>
223 </seglistitem>
224 </segmentedlist>
225
226 <variablelist>
227 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
228 <?dbfo list-presentation="list"?>
229 <?dbhtml list-presentation="table"?>
230
231 <varlistentry id="animate">
232 <term><command>animate</command></term>
233 <listitem>
234 <para>animates a sequence of images.</para>
235 <indexterm zone="imagemagick animate">
236 <primary sortas="b-animate">animate</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="compare">
242 <term><command>compare</command></term>
243 <listitem>
244 <para>compares an image to a reconstructed image.</para>
245 <indexterm zone="imagemagick compare">
246 <primary sortas="b-compare">compare</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="composite">
252 <term><command>composite</command></term>
253 <listitem>
254 <para>composites various images into the given base image.</para>
255 <indexterm zone="imagemagick composite">
256 <primary sortas="b-composite">composite</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
261 <varlistentry id="conjure">
262 <term><command>conjure</command></term>
263 <listitem>
264 <para>processes a MSL script to create an image.</para>
265 <indexterm zone="imagemagick conjure">
266 <primary sortas="b-conjure">conjure</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 <varlistentry id="convert">
272 <term><command>convert</command></term>
273 <listitem>
274 <para>converts image(s) from one format to another.</para>
275 <indexterm zone="imagemagick convert">
276 <primary sortas="b-convert">convert</primary>
277 </indexterm>
278 </listitem>
279 </varlistentry>
280
281 <varlistentry id="display">
282 <term><command>display</command></term>
283 <listitem>
284 <para>displays an image.</para>
285 <indexterm zone="imagemagick display">
286 <primary sortas="b-display">display</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
291 <varlistentry id="identify">
292 <term><command>identify</command></term>
293 <listitem>
294 <para>describes the format and characteristics of an image file.</para>
295 <indexterm zone="imagemagick identify">
296 <primary sortas="b-identify">identify</primary>
297 </indexterm>
298 </listitem>
299 </varlistentry>
300
301 <varlistentry id="import">
302 <term><command>import</command></term>
303 <listitem>
304 <para>captures an X window.</para>
305 <indexterm zone="imagemagick import">
306 <primary sortas="b-import">import</primary>
307 </indexterm>
308 </listitem>
309 </varlistentry>
310
311 <varlistentry id="magick-config">
312 <term><command>Magick-config</command> and
313 <command>Magick++-config</command></term>
314 <listitem>
315 <para>show information about the installed versions of
316 <application>ImageMagick</application> and Magick++.</para>
317 <indexterm zone="imagemagick magick-config">
318 <primary sortas="b-Magick-config">Magick-config</primary>
319 </indexterm>
320 </listitem>
321 </varlistentry>
322
323 <varlistentry id="mogrify">
324 <term><command>mogrify</command></term>
325 <listitem>
326 <para>transforms an image.</para>
327 <indexterm zone="imagemagick mogrify">
328 <primary sortas="b-mogrify">mogrify</primary>
329 </indexterm>
330 </listitem>
331 </varlistentry>
332
333 <varlistentry id="montage">
334 <term><command>montage</command></term>
335 <listitem>
336 <para>composites various images into a new image.</para>
337 <indexterm zone="imagemagick montage">
338 <primary sortas="b-montage">montage</primary>
339 </indexterm>
340 </listitem>
341 </varlistentry>
342
343 <varlistentry id="wand-config">
344 <term><command>Wand-config</command></term>
345 <listitem>
346 <para>shows the options required to use the Wand library.</para>
347 <indexterm zone="imagemagick wand-config">
348 <primary sortas="b-Wand-config">Wand-config</primary>
349 </indexterm>
350 </listitem>
351 </varlistentry>
352
353 <varlistentry id="perlmagick">
354 <term><filename class='libraryfile'>Image::Magick</filename></term>
355 <listitem>
356 <para>allows the reading, manipulation and writing of a large number of
357 image file formats using the <application>ImageMagick</application>
358 library. Run <command>make</command> in the
359 <filename class='directory'>PerlMagick/demo</filename> directory of
360 the package source tree after the package is installed to see a nice
361 demo of the module's capabilities.</para>
362 <indexterm zone="imagemagick perlmagick">
363 <primary sortas="g-Image-Magick">Image::Magick</primary>
364 </indexterm>
365 </listitem>
366 </varlistentry>
367
368 </variablelist>
369
370 </sect2>
371
372</sect1>
Note: See TracBrowser for help on using the repository browser.