source: general/genutils/imagemagick.xml@ e342f1a

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e342f1a was e342f1a, checked in by Ken Moffat <ken@…>, 3 years ago

Update to ImageMagick-7.0.10-57
ftp to imagemagick.org commented, appears to no longer work.

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

  • Property mode set to 100644
File size: 22.0 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[e342f1a]7 <!ENTITY imagemagick-patch-version "57">
[74f73ede]8
[6ccf65b]9 <!ENTITY imagemagick-download-http "https://www.imagemagick.org/download/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
[e342f1a]10<!-- 2021-01-14 : ftp.imagemagick.org hangs, assume no longer usable
11 <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"> -->
12 <!ENTITY imagemagick-download-ftp " ">
13 <!ENTITY imagemagick-md5sum "af18570352230f8f3e71f20a775f21b4">
[cd61a25]14 <!ENTITY imagemagick-size "9.3 MB">
[e342f1a]15 <!ENTITY imagemagick-buildsize "191 MB (with typical dependencies; add 20 MB for checks)">
16 <!ENTITY imagemagick-time "0.9 SBU (with typical dependencies; add 0.5 SBU for checks, both using parallelism=4)">
[52d29f7]17]>
18
[9c1fc963]19<!-- Editors: It is highly unlikely that the buildsize (disk space used) will
20 be less than the figure shown above. Unless you have installed *all* the
21 delegate dependencies, you will see a smaller buildsize, but what is
22 currently listed above is the space one would require if all the
[43b178b1]23 dependencies available in the book are installed.
[9c1fc963]24
[71c9d11]25 Marked as 'typical' because nobody builds ALL the optional extras [ken]
[e54771c]26
[9db4ae7]27 [bdubbs] I do; at least the internal ones. I still got only 141 MB.
[e54771c]28
[43b178b1]29 [pierre 2017-02-14, v7.0.4-8]. I did too, and got 184 MB. I added the
30 all the corresponding switches to configure, that may make a difference.
31 All 6733 tests passed.
32
[a257775]33 Saved the "full" 450MB as a comment - feel free to update this iff you
34 do build all dependencies, it's probably a lot bigger now.
[71c9d11]35
[e54771c]36 [bdubbs] Just removed it. I don't think it adds anything.
37
[e342f1a]38 [ken] Comparing 7.0.10-27 to 7.0.10-57 on the same machine: for -27 my
39 timings and space matched the book (well, make check was marginally
40 faster on this machine), but for -57 the compiled source, installed
41 files and extra space for make check were all much smaller.
42
[9c1fc963]43 Also, please look over the output from the configure command for any
44 additional dependencies that need to be listed, as ImageMagick is
[e342f1a]45 constantly adding additional features and dependencies. Or diff the
46 configure script against the previous version.
[5b117af]47
48 For those of us who touch this infrequently:
49 DPS/dpsXclient is from apple so not relevant to linux builds
50 GVC is part of Graphviz and documented in the explanations
51 LQR is Liquid Rescale -->
[9c1fc963]52
[feb1a649]53<sect1 id="imagemagick" xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
[db656dd]54 <?dbhtml filename="imagemagick.html"?>
[fc7afd0c]55
[db656dd]56 <sect1info>
57 <othername>$LastChangedBy$</othername>
58 <date>$Date$</date>
59 </sect1info>
[fc7afd0c]60
[db656dd]61 <title>ImageMagick-&imagemagick-version;-&imagemagick-patch-version;</title>
[fc7afd0c]62
[db656dd]63 <indexterm zone="imagemagick">
64 <primary sortas="a-ImageMagick">ImageMagick</primary>
65 </indexterm>
66
67 <sect2 role="package">
68 <title>Introduction to ImageMagick</title>
[fc7afd0c]69
[7f1ab53]70 <para>
71 <application>ImageMagick</application> is a collection of tools and
[b520295]72 libraries to read, write, and manipulate an image in various image
73 formats. Image processing operations are available from the command line.
74 Bindings for Perl and C++ are also available.
[7f1ab53]75 </para>
[fc7afd0c]76
[9d7a550]77 &lfs10_checked;
[71c9d11]78
[db656dd]79 <bridgehead renderas="sect3">Package Information</bridgehead>
80 <itemizedlist spacing="compact">
81 <listitem>
[b7a85cd9]82 <para>
83 Download (HTTP): <ulink url="&imagemagick-download-http;"/></para>
[db656dd]84 </listitem>
85 <listitem>
[b7a85cd9]86 <para>
87 Download (FTP): <ulink url="&imagemagick-download-ftp;"/></para>
[db656dd]88 </listitem>
89 <listitem>
[b7a85cd9]90 <para>
91 Download MD5 sum: &imagemagick-md5sum;</para>
[db656dd]92 </listitem>
93 <listitem>
[b7a85cd9]94 <para>
95 Download size: &imagemagick-size;</para>
[db656dd]96 </listitem>
97 <listitem>
[b7a85cd9]98 <para>
99 Estimated disk space required: &imagemagick-buildsize;</para>
[db656dd]100 </listitem>
101 <listitem>
[b7a85cd9]102 <para>
103 Estimated build time: &imagemagick-time;</para>
[db656dd]104 </listitem>
105 </itemizedlist>
[fc7afd0c]106
[7f1ab53]107 <note>
108 <para>
[b520295]109 The <application>ImageMagick</application> source releases are updated
110 frequently and the version shown above may no longer be available from
111 the download locations. You can download a more recent version and use
[7f1ab53]112 the existing BLFS instructions to install it. Chances are that it will
113 work just fine, but this has not been tested by the BLFS team. If the
114 package version shown above is not available from the locations shown
[b520295]115 above, or from the <filename class='directory'>legacy/</filename>
116 directory at <literal>ftp.ImageMagick.org/pub/ImageMagick</literal> you
[53069c5]117 can download it from the BLFS package server at Oregon State University:
118 <ulink url="ftp://ftp.osuosl.org/pub/blfs/conglomeration/ImageMagick/"/>.
[7f1ab53]119 </para>
120 </note>
[53069c5]121
[db656dd]122 <bridgehead renderas="sect3">ImageMagick Dependencies</bridgehead>
[fc7afd0c]123
[6cc3f39]124 <bridgehead renderas="sect4">Recommended</bridgehead>
[7f1ab53]125 <para role="recommended">
[feb1a649]126 <xref linkend="xorg7-lib"/>
[7f1ab53]127 </para>
128
129 <para>
[b520295]130 The optional dependencies listed below should be installed if you need
131 support for the specific format or the conversion tool the dependency
[7f1ab53]132 provides. Many of the dependencies' capabilities and uses are described in
133 the <quote>MAGICK DELEGATES</quote> section of the
[b520295]134 <filename>README.txt</filename> file located in the source tree.
135 Additional information about the dependencies can be found in the
[7f1ab53]136 <filename>Install-unix.txt</filename> file located in the source tree as
137 well as issuing the <command>./configure --help</command> command. A
[b520295]138 summary of this information, as well as some additional notes can be
139 viewed on-line at <ulink
[d8321785]140 url="https://imagemagick.org/script/advanced-unix-installation.php"/>.
[7f1ab53]141 </para>
[744e7e9]142
143 <bridgehead renderas="sect4">Optional System Utilities</bridgehead>
[7f1ab53]144 <para role="optional">
[646c89d]145 Clang from <xref linkend="llvm"/>,
[0d7900a]146 <xref linkend="cups"/>,
147 <xref linkend="curl"/>,
[feb1a649]148 <xref linkend="ffmpeg"/>,
[0e6052db]149 <xref linkend="fftw"/>,
[feb1a649]150 <xref linkend="p7zip"/> (LZMA),
151 <xref linkend="sane"/>,
152 <xref linkend="wget"/>,
153 <xref linkend="xdg-utils"/>,
154 <xref linkend="xterm2"/>,
[7f1ab53]155 <ulink url="http://dmalloc.com/">Dmalloc</ulink>,
[310998a4]156 <ulink url="http://linux.softpedia.com/get/Programming/Debuggers/Electric-Fence-3305.shtml/">Electric Fence</ulink>,
[638fc4a]157 <ulink url="http://www.openpgp.org/about/">PGP</ulink> or
[f82ac3f]158 <xref linkend="gnupg2"/>
[7f1ab53]159 (you'll have to do some hacking to use <application>GnuPG</application>),
[b520295]160 <ulink url="ftp://ftp.imagemagick.org/pub/ImageMagick/delegates">Profiles</ulink>,
161 and
162 <ulink url="http://ufraw.sourceforge.net/">ufraw</ulink> (for raw formats
163 listed in
[d8321785]164 <ulink url="https://imagemagick.org/script/formats.php">
165 https://imagemagick.org/script/formats.php</ulink>)
[744e7e9]166 </para>
167
168 <bridgehead renderas="sect4">Optional Graphics Libraries</bridgehead>
[7f1ab53]169 <para role="optional">
170 <xref linkend="jasper"/>,
[cac7f93]171 <xref role="nodep" linkend="lcms"/> or
[7f1ab53]172 <xref linkend="lcms2"/>,
[277c9f4e]173 <!-- although libexif may have been used in the past, I can find no
174 evidence that it has been used in imagemagick-7. ken
175 <xref linkend="libexif"/>,-->
[5c115c8]176 <xref linkend="libgxps"/>,
[7f1ab53]177 <xref linkend="libjpeg"/>,
178 <xref linkend="libpng"/>,
[c908a43c]179 <xref linkend="libraw"/> (RAW_R),
[7f1ab53]180 <xref linkend="librsvg"/>,
181 <xref linkend="libtiff"/>,
[f4f57ff0]182 <xref linkend="libwebp"/>,
[bd81e201]183 <xref linkend="openjpeg2"/>,
[feb1a649]184 <xref linkend="pango"/>,
185 <ulink url="http://djvu.sourceforge.net/">DjVuLibre</ulink>,
186 <ulink url="ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/">
187 FlashPIX (libfpx)</ulink>,
[e54771c]188 <ulink url="https://github.com/FLIF-hub/FLIF/releases">FLIF</ulink>,
[feb1a649]189 <ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG-KIT</ulink>,
[5c115c8]190 <!--<ulink url="&gnome-download-http;/libgxps/">libgxps</ulink>,-->
[646c89d]191 <ulink url="https://github.com/strukturag/libheif/">libheif</ulink>,
[5b117af]192 <ulink url="https://github.com/HOST-Oman/libraqm/">libraqm</ulink>,
[7f1ab53]193 <ulink url="http://liblqr.wikidot.com/en:download-page">Liquid Rescale</ulink>,
[bd81e201]194 <ulink url="http://www.openexr.com/">OpenEXR</ulink>, and
[7f1ab53]195 <ulink url="http://www.agocg.ac.uk/train/cgm/ralcgm.htm">RALCGM</ulink>
196 (or <ulink url="http://www.mcmurchy.com/ralcgm/ralcgm-3.51.tar.gz">ralcgm</ulink>)
[744e7e9]197 </para>
198
199 <bridgehead renderas="sect4">Optional Graphics Utilities</bridgehead>
[7f1ab53]200 <para role="optional">
[e180a646]201 <xref linkend="dejavu-fonts"/>,
[7f1ab53]202 <xref linkend="gs"/>,
203 <xref linkend="gimp"/>,
204 <xref linkend="graphviz"/>,
205 <xref linkend="inkscape"/>,
[feb1a649]206 <ulink url="http://www.blender.org/">Blender</ulink>,
207 <ulink url="http://corefonts.sourceforge.net/">corefonts</ulink>,
208 <ulink url="http://www.ghostscript.com/download/gpcldnld.html">GhostPCL</ulink>,
209 <ulink url="http://www.gnuplot.info/">Gnuplot</ulink>,
[7f1ab53]210 <ulink url="http://www.povray.org/">POV-Ray</ulink>, and
[68d5b0e]211 <ulink url="http://www.radiance-online.org/">Radiance</ulink>
[744e7e9]212 </para>
213
214 <bridgehead renderas="sect4">Optional Conversion Tools</bridgehead>
[7f1ab53]215 <para role="optional">
216 <xref linkend="enscript"/>,
[d2da67c]217 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
[feb1a649]218 <ulink url="http://autotrace.sourceforge.net/">AutoTrace</ulink>,
[7f1ab53]219 <ulink url="http://www.lizardtech.com/downloads/category/">
220 GeoExpress Command Line Utilities, AKA MrSID Utilities (binary package)</ulink>,
[579bdb04]221 <ulink url="https://www.gnu.org/software/hp2xx/">hp2xx</ulink>,
[7f1ab53]222 <ulink url="http://user.it.uu.se/~jan/html2ps.html">html2ps</ulink>,
223 <ulink url="http://wvware.sourceforge.net/">libwmf</ulink>,
[d8321785]224 <ulink url="https://sk1project.net/uc2/">
[7f1ab53]225 UniConvertor</ulink>, and
226 <ulink url="http://www.cs.utah.edu/gdc/projects/urt/">Utah Raster Toolkit</ulink>
227 (or <ulink url="http://www.mcmurchy.com/urt/urt-3.1b.tar.gz">URT-3.1b</ulink>)
[744e7e9]228 </para>
[fc7afd0c]229
[1039de3]230 <para condition="html" role="usernotes">User Notes:
231 <ulink url="&blfs-wiki;/imagemagick"/></para>
232
[db656dd]233 </sect2>
[fc7afd0c]234
[db656dd]235 <sect2 role="installation">
236 <title>Installation of ImageMagick</title>
237
[7f1ab53]238 <para>
[b520295]239 Install <application>ImageMagick</application> by running the following
240 commands:
[7f1ab53]241 </para>
[db656dd]242
[92245989]243<screen><userinput>./configure --prefix=/usr \
[844a44e1]244 --sysconfdir=/etc \
[feb1a649]245 --enable-hdri \
[844a44e1]246 --with-modules \
247 --with-perl \
[7f1ab53]248 --disable-static &amp;&amp;
[db656dd]249make</userinput></screen>
[fc7afd0c]250
[7f1ab53]251 <para>
252 Now, as the <systemitem class="username">root</systemitem> user:
253 </para>
[fc7afd0c]254
[9d37710]255<screen role="root"><userinput>make DOCUMENTATION_PATH=/usr/share/doc/imagemagick-&imagemagick-version; install</userinput></screen>
[71c9d11]256
[7f1ab53]257 <para>
[10c82eb]258 To test the installation, issue: <command>make check</command>. A more
259 comprehensive test is the <application>ImageMagick</application>
260 validation suite. If <command>make check</command> has not been executed,
261 run <command>make tests/validate</command> to compile it. Issue
262 <command>tests/validate 2>&amp;1 | tee validate.log</command> to run the
[646c89d]263 validation suite. <!-- summary is last line of output
264 The result summary may be obtained with <command>grep
265 "validation suite" validate.log</command>. -->
266 <!-- I'm not convinced that Helvetica is required, I don't install the gs
267 fonts. But lots of references to it. Surely fontconfig provides it? ken -->
268 Note that the EPS, PS, and PDF
[10c82eb]269 tests require a working <application>Ghostscript</application>. One test
[5b117af]270 in 'make check' needs <quote>Helvetica</quote> from <quote>Ghostscript
271 Standard Fonts</quote>, which are optionally installed in
272 <xref linkend="gs"/> - that test, and one other, might fail, but all the
273 validation can still pass.
[7f1ab53]274 </para>
275
[db656dd]276 </sect2>
[fc7afd0c]277
[db656dd]278 <sect2 role="commands">
279 <title>Command Explanations</title>
280
[7f1ab53]281 <para>
[feb1a649]282 <parameter>--enable-hdri</parameter>: Enables building of a
283 high dynamic range version of ImageMagick.
[7f1ab53]284 </para>
285
286 <para>
[feb1a649]287 <parameter>--with-modules</parameter>: Enables support for
288 dynamically loadable modules.
[7f1ab53]289 </para>
290
291 <para>
[feb1a649]292 <parameter>--with-perl</parameter>: Enables building and
293 installing of PerlMagick.
[7f1ab53]294 </para>
295
[bf8eb65]296 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
297 href="../../xincludes/static-libraries.xml"/>
[a44dbcef]298
[7f1ab53]299 <para>
[feb1a649]300 <option>--with-gslib</option>: Enables support to use the
[7f1ab53]301 <application>Ghostscript</application> shared library.
302 </para>
[fc7afd0c]303
[7f1ab53]304 <para>
305 <option>--with-rsvg</option>: Enables support to use the
306 <application>librsvg</application> library.
307 </para>
[844a44e1]308
[7f1ab53]309 <para>
[feb1a649]310 <option>--with-autotrace</option>: Enables support to use
311 the <application>Autotrace</application> library.
[7f1ab53]312 </para>
[844a44e1]313
[7f1ab53]314 <para>
315 <option>--with-wmf</option>: Enables support to use the
316 <application>libwmf</application> library.
317 </para>
[744e7e9]318
[7f1ab53]319 <para>
320 <option>--with-gvc</option>: Enables support to use
321 <application>GraphViz</application>.
322 </para>
[744e7e9]323
[7f1ab53]324 <para>
325 <option>--with-windows-font-dir=
326 <replaceable>&lt;Some/Directory&gt;</replaceable></option>:
327 This option specifies the directory where the Windows CoreFonts are
328 installed.
329 </para>
[744e7e9]330
[7f1ab53]331 <para>
332 <option>--with-dejavu-font-dir=
333 <replaceable>&lt;Some/Directory&gt;</replaceable></option>:
334 This option specifies the directory where the DejaVu fonts are
335 installed.
336 </para>
[744e7e9]337
[7f1ab53]338 <para>
339 The options and parameters listed above are the only ones you should
340 have to pass to the <command>configure</command> script to activate all
341 the delegate dependencies. All other dependencies will be automatically
342 detected and utilized in the build if they are installed.
343 </para>
[71c9d11]344
[db656dd]345 </sect2>
[fc7afd0c]346
[db656dd]347 <sect2 role="content">
348 <title>Contents</title>
349
350 <segmentedlist>
351 <segtitle>Installed Programs</segtitle>
352 <segtitle>Installed Libraries</segtitle>
353 <segtitle>Installed Directories</segtitle>
[fc7afd0c]354
[db656dd]355 <seglistitem>
[feb1a649]356 <seg>
[e54771c]357 magick, Magick++-config, MagickCore-config, and MagickWand-config.
358 (animate, compare, composite, conjure, convert, display,
359 identify, import, magick-script, mogrify, montage, and stream
360 are all symbolic links to magick)
[feb1a649]361 </seg>
362 <seg>
[80cfbfb]363 libMagickCore-7.Q16HDRI.so,
364 libMagickWand-7.Q16HDRI.so and
365 libMagick++-7.Q16HDRI.so
[feb1a649]366 </seg>
367 <seg>
[80cfbfb]368 /etc/ImageMagick-7,
369 /usr/include/ImageMagick-7,
[feb1a649]370 /usr/lib/ImageMagick-&imagemagick-version;,
[43b178b1]371 /usr/lib/perl5/site_perl/&lfs-perl-version;/{,auto}/Image/Magick,
[bf8eb65]372 /usr/share/doc/ImageMagick-&imagemagick-version;, and
[80cfbfb]373 /usr/share/ImageMagick-7
[feb1a649]374 </seg>
[db656dd]375 </seglistitem>
376 </segmentedlist>
[fc7afd0c]377
[db656dd]378 <variablelist>
379 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
[fc7afd0c]380 <?dbfo list-presentation="list"?>
[db656dd]381 <?dbhtml list-presentation="table"?>
[fc7afd0c]382
[db656dd]383 <varlistentry id="animate">
384 <term><command>animate</command></term>
385 <listitem>
[b7a85cd9]386 <para>
387 animates a sequence of images.
388 </para>
[db656dd]389 <indexterm zone="imagemagick animate">
390 <primary sortas="b-animate">animate</primary>
391 </indexterm>
392 </listitem>
393 </varlistentry>
[fc7afd0c]394
[db656dd]395 <varlistentry id="compare">
396 <term><command>compare</command></term>
397 <listitem>
[b7a85cd9]398 <para>
399 compares an image to a reconstructed image.
400 </para>
[db656dd]401 <indexterm zone="imagemagick compare">
402 <primary sortas="b-compare">compare</primary>
403 </indexterm>
404 </listitem>
405 </varlistentry>
[fc7afd0c]406
[db656dd]407 <varlistentry id="composite">
408 <term><command>composite</command></term>
409 <listitem>
[b7a85cd9]410 <para>
411 composites various images into the given base image.
412 </para>
[db656dd]413 <indexterm zone="imagemagick composite">
414 <primary sortas="b-composite">composite</primary>
415 </indexterm>
416 </listitem>
417 </varlistentry>
[fc7afd0c]418
[db656dd]419 <varlistentry id="conjure">
420 <term><command>conjure</command></term>
421 <listitem>
[b7a85cd9]422 <para>
423 processes a MSL script to create an image.
424 </para>
[db656dd]425 <indexterm zone="imagemagick conjure">
426 <primary sortas="b-conjure">conjure</primary>
427 </indexterm>
428 </listitem>
429 </varlistentry>
[fc7afd0c]430
[db656dd]431 <varlistentry id="convert">
432 <term><command>convert</command></term>
433 <listitem>
[b7a85cd9]434 <para>
435 converts image(s) from one format to another.
436 </para>
[db656dd]437 <indexterm zone="imagemagick convert">
438 <primary sortas="b-convert">convert</primary>
439 </indexterm>
440 </listitem>
441 </varlistentry>
[fc7afd0c]442
[db656dd]443 <varlistentry id="display">
444 <term><command>display</command></term>
445 <listitem>
[b7a85cd9]446 <para>
447 displays an image.
448 </para>
[db656dd]449 <indexterm zone="imagemagick display">
450 <primary sortas="b-display">display</primary>
451 </indexterm>
452 </listitem>
453 </varlistentry>
[fc7afd0c]454
[db656dd]455 <varlistentry id="identify">
456 <term><command>identify</command></term>
457 <listitem>
[b7a85cd9]458 <para>
459 describes the format and characteristics of an image file.
460 </para>
[db656dd]461 <indexterm zone="imagemagick identify">
462 <primary sortas="b-identify">identify</primary>
463 </indexterm>
464 </listitem>
465 </varlistentry>
[fc7afd0c]466
[db656dd]467 <varlistentry id="import">
468 <term><command>import</command></term>
469 <listitem>
[b7a85cd9]470 <para>
471 captures an X window.
472 </para>
[db656dd]473 <indexterm zone="imagemagick import">
474 <primary sortas="b-import">import</primary>
475 </indexterm>
476 </listitem>
477 </varlistentry>
[fc7afd0c]478
[646c89d]479 <varlistentry id="magick">
480 <term><command>magick</command></term>
481 <listitem>
[b7a85cd9]482 <para>
483 convert between image formats as well as resize an image,
484 blur, crop, despeckle, dither, draw on, flip, join, re-sample
485 and much more.
486 </para>
[646c89d]487 <indexterm zone="imagemagick magick">
488 <primary sortas="b-magick">magick</primary>
489 </indexterm>
490 </listitem>
491 </varlistentry>
492
[db656dd]493 <varlistentry id="magick-config">
[e54771c]494 <term><command>Magick{++,Core,Wand}-config</command></term>
[db656dd]495 <listitem>
[b7a85cd9]496 <para>
497 show information about the installed versions of the
498 <application>ImageMagick</application> libraries.
499 </para>
[db656dd]500 <indexterm zone="imagemagick magick-config">
501 <primary sortas="b-Magick-config">Magick-config</primary>
502 </indexterm>
503 </listitem>
504 </varlistentry>
[fc7afd0c]505
[db656dd]506 <varlistentry id="mogrify">
507 <term><command>mogrify</command></term>
508 <listitem>
[b7a85cd9]509 <para>
510 transforms an image.
511 </para>
[db656dd]512 <indexterm zone="imagemagick mogrify">
513 <primary sortas="b-mogrify">mogrify</primary>
514 </indexterm>
515 </listitem>
516 </varlistentry>
[fc7afd0c]517
[db656dd]518 <varlistentry id="montage">
519 <term><command>montage</command></term>
520 <listitem>
[b7a85cd9]521 <para>
522 composites various images into a new image.
523 </para>
[db656dd]524 <indexterm zone="imagemagick montage">
525 <primary sortas="b-montage">montage</primary>
526 </indexterm>
527 </listitem>
528 </varlistentry>
[fc7afd0c]529
[3eebaa66]530 <varlistentry id="stream">
531 <term><command>stream</command></term>
532 <listitem>
[b7a85cd9]533 <para>
534 streams one or more pixel components of an image or
535 portion of the image to your choice of storage formats.
536 </para>
[3eebaa66]537 <indexterm zone="imagemagick stream">
538 <primary sortas="b-stream">stream</primary>
539 </indexterm>
540 </listitem>
541 </varlistentry>
542
[db656dd]543 <varlistentry id="perlmagick">
544 <term><filename class='libraryfile'>Image::Magick</filename></term>
545 <listitem>
[b7a85cd9]546 <para>
547 allows the reading, manipulation and writing of a large number of
548 image file formats using the <application>ImageMagick</application>
549 library. Run <command>make</command> in the
550 <filename class='directory'>PerlMagick/demo</filename> directory of
551 the package source tree after the package is installed to see a nice
552 demo of the module's capabilities.
553 </para>
[db656dd]554 <indexterm zone="imagemagick perlmagick">
555 <primary sortas="g-Image-Magick">Image::Magick</primary>
556 </indexterm>
557 </listitem>
558 </varlistentry>
[fc7afd0c]559
[80cfbfb]560 <varlistentry id="libMagickCore-7.Q16HDRI">
561 <term><filename class="libraryfile">libMagickCore-7.Q16HDRI.so</filename></term>
562 <listitem>
563 <para>
564 provides the C API for ImageMagick.
565 </para>
566 <indexterm zone="imagemagick libMagickCore-7.Q16HDRI">
567 <primary sortas="c-libMagickCore-7.Q16HDRI">libMagickCore-7.Q16HDRI.so</primary>
568 </indexterm>
569 </listitem>
570 </varlistentry>
571
572 <varlistentry id="libMagickWand-7.Q16HDRI">
573 <term><filename class="libraryfile">libMagickWand-7.Q16HDRI.so</filename></term>
574 <listitem>
575 <para>
576 is the recommended C API for ImageMagick. Unlike the MagickCore API it
577 uses only a few opaque types.
578 </para>
579 <indexterm zone="imagemagick libMagickWand-7.Q16HDRI">
580 <primary sortas="c-libMagickWand-7.Q16HDRI">libMagickWand-7.Q16HDRI.so</primary>
581 </indexterm>
582 </listitem>
583 </varlistentry>
584
[43b178b1]585 <varlistentry id="libMagickpp-7.Q16HDRI">
[80cfbfb]586 <term><filename class="libraryfile">libMagick++-7.Q16HDRI.so</filename></term>
587 <listitem>
588 <para>
589 provides the C++ API for ImageMagick.
590 </para>
[43b178b1]591 <indexterm zone="imagemagick libMagickpp-7.Q16HDRI">
[80cfbfb]592 <primary sortas="c-libMagick++-7.Q16HDRI">libMagick++-7.Q16HDRI.so</primary>
593 </indexterm>
594 </listitem>
[43b178b1]595 </varlistentry>
[80cfbfb]596
[db656dd]597 </variablelist>
598
599 </sect2>
[f828f6a]600
[5b117af]601</sect1>
Note: See TracBrowser for help on using the repository browser.