source: general/genutils/imagemagick.xml@ 847ae101

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 847ae101 was 12db94c, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated the dcraw package version in the ImageMagick dependencies

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

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