source: general/genutils/imagemagick.xml@ b26ff3c8

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b26ff3c8 was b26ff3c8, checked in by Ken Moffat <ken@…>, 15 months ago

Update to ImageMagick-7.1.0-61.

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