source: general/genutils/imagemagick.xml@ fc11d2d

11.3 12.0 12.1 12.2 gimp3 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 xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since fc11d2d was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 22 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • 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
[363e081b]7 <!ENTITY imagemagick-patch-version "46">
[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 " ">
[363e081b]13 <!ENTITY imagemagick-md5sum "37db9e62dee40cbf2fa05ba6f19cd7d6">
[542bde85]14 <!ENTITY imagemagick-size "9.9 MB">
[363e081b]15 <!ENTITY imagemagick-buildsize "194 MB (with typical dependencies; add 21 MB for checks)">
16 <!ENTITY imagemagick-time "1.2 SBU (with typical dependencies; add 1.0 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>,
151 <ulink url="https://linux.softpedia.com/get/Programming/Debuggers/Electric-Fence-3305.shtml/">Electric Fence</ulink>,
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>),
[363e081b]155 <ulink url="https://imagemagick.org/archive/delegates/">Profiles</ulink>,
[b520295]156 and
157 <ulink url="http://ufraw.sourceforge.net/">ufraw</ulink> (for raw formats
158 listed in
[d8321785]159 <ulink url="https://imagemagick.org/script/formats.php">
160 https://imagemagick.org/script/formats.php</ulink>)
[744e7e9]161 </para>
162
163 <bridgehead renderas="sect4">Optional Graphics Libraries</bridgehead>
[7f1ab53]164 <para role="optional">
165 <xref linkend="jasper"/>,
[cac7f93]166 <xref role="nodep" linkend="lcms"/> or
[7f1ab53]167 <xref linkend="lcms2"/>,
[277c9f4e]168 <!-- although libexif may have been used in the past, I can find no
169 evidence that it has been used in imagemagick-7. ken
170 <xref linkend="libexif"/>,-->
[5c115c8]171 <xref linkend="libgxps"/>,
[7f1ab53]172 <xref linkend="libjpeg"/>,
173 <xref linkend="libpng"/>,
[c908a43c]174 <xref linkend="libraw"/> (RAW_R),
[7f1ab53]175 <xref linkend="librsvg"/>,
176 <xref linkend="libtiff"/>,
[f4f57ff0]177 <xref linkend="libwebp"/>,
[bd81e201]178 <xref linkend="openjpeg2"/>,
[feb1a649]179 <xref linkend="pango"/>,
180 <ulink url="http://djvu.sourceforge.net/">DjVuLibre</ulink>,
[363e081b]181 <ulink url="https://imagemagick.org/archive/delegates/">
[feb1a649]182 FlashPIX (libfpx)</ulink>,
[e54771c]183 <ulink url="https://github.com/FLIF-hub/FLIF/releases">FLIF</ulink>,
[b3d0dbd]184 <ulink url="https://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG-KIT</ulink>,
[5c115c8]185 <!--<ulink url="&gnome-download-http;/libgxps/">libgxps</ulink>,-->
[d21c58fe]186 <ulink url="https://github.com/strukturag/libheif/">libheif</ulink> with
187 <ulink url="https://github.com/strukturag/libde265/">libde265</ulink>
188 (both needed if converting macOS heic images),
[542bde85]189 <ulink url="https://github.com/libjxl/libjxl/">libjxl</ulink>,
[5b117af]190 <ulink url="https://github.com/HOST-Oman/libraqm/">libraqm</ulink>,
[7f1ab53]191 <ulink url="http://liblqr.wikidot.com/en:download-page">Liquid Rescale</ulink>,
[b3d0dbd]192 <ulink url="https://www.openexr.com/">OpenEXR</ulink>, and
[7f1ab53]193 <ulink url="http://www.agocg.ac.uk/train/cgm/ralcgm.htm">RALCGM</ulink>
194 (or <ulink url="http://www.mcmurchy.com/ralcgm/ralcgm-3.51.tar.gz">ralcgm</ulink>)
[744e7e9]195 </para>
196
197 <bridgehead renderas="sect4">Optional Graphics Utilities</bridgehead>
[7f1ab53]198 <para role="optional">
[e180a646]199 <xref linkend="dejavu-fonts"/>,
[7f1ab53]200 <xref linkend="gs"/>,
201 <xref linkend="gimp"/>,
202 <xref linkend="graphviz"/>,
203 <xref linkend="inkscape"/>,
[b3d0dbd]204 <ulink url="https://www.blender.org/">Blender</ulink>,
[feb1a649]205 <ulink url="http://corefonts.sourceforge.net/">corefonts</ulink>,
[363e081b]206 <ulink url="https://ghostscript.com/releases/gpcldnld.html">GhostPCL</ulink>,
[feb1a649]207 <ulink url="http://www.gnuplot.info/">Gnuplot</ulink>,
[b3d0dbd]208 <ulink url="https://www.povray.org/">POV-Ray</ulink>, and
209 <ulink url="https://www.radiance-online.org/">Radiance</ulink>
[744e7e9]210 </para>
211
212 <bridgehead renderas="sect4">Optional Conversion Tools</bridgehead>
[7f1ab53]213 <para role="optional">
214 <xref linkend="enscript"/>,
[d2da67c]215 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
[feb1a649]216 <ulink url="http://autotrace.sourceforge.net/">AutoTrace</ulink>,
[363e081b]217 <ulink url="https://www.extensis.com/">
[7f1ab53]218 GeoExpress Command Line Utilities, AKA MrSID Utilities (binary package)</ulink>,
[579bdb04]219 <ulink url="https://www.gnu.org/software/hp2xx/">hp2xx</ulink>,
[b3d0dbd]220 <!-- not accessible
221 <ulink url="https://user.it.uu.se/~jan/html2ps.html">html2ps</ulink>,
222 -->
[7f1ab53]223 <ulink url="http://wvware.sourceforge.net/">libwmf</ulink>,
[d8321785]224 <ulink url="https://sk1project.net/uc2/">
[7f1ab53]225 UniConvertor</ulink>, and
[b3d0dbd]226 <ulink url="https://www.cs.utah.edu/gdc/projects/urt/">Utah Raster Toolkit</ulink>
[7f1ab53]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>
[542bde85]258 To test the installation, issue: <command>make check</command>.
259 <!-- seems to have been dropped A more
[10c82eb]260 comprehensive test is the <application>ImageMagick</application>
261 validation suite. If <command>make check</command> has not been executed,
262 run <command>make tests/validate</command> to compile it. Issue
263 <command>tests/validate 2>&amp;1 | tee validate.log</command> to run the
[542bde85]264 validation suite.--> <!-- summary is last line of output
[646c89d]265 The result summary may be obtained with <command>grep
266 "validation suite" validate.log</command>. -->
267 <!-- I'm not convinced that Helvetica is required, I don't install the gs
268 fonts. But lots of references to it. Surely fontconfig provides it? ken -->
269 Note that the EPS, PS, and PDF
[10c82eb]270 tests require a working <application>Ghostscript</application>. One test
[5b117af]271 in 'make check' needs <quote>Helvetica</quote> from <quote>Ghostscript
272 Standard Fonts</quote>, which are optionally installed in
273 <xref linkend="gs"/> - that test, and one other, might fail, but all the
274 validation can still pass.
[7f1ab53]275 </para>
276
[db656dd]277 </sect2>
[fc7afd0c]278
[db656dd]279 <sect2 role="commands">
280 <title>Command Explanations</title>
281
[7f1ab53]282 <para>
[feb1a649]283 <parameter>--enable-hdri</parameter>: Enables building of a
284 high dynamic range version of ImageMagick.
[7f1ab53]285 </para>
286
287 <para>
[feb1a649]288 <parameter>--with-modules</parameter>: Enables support for
289 dynamically loadable modules.
[7f1ab53]290 </para>
291
292 <para>
[feb1a649]293 <parameter>--with-perl</parameter>: Enables building and
294 installing of PerlMagick.
[7f1ab53]295 </para>
296
[bf8eb65]297 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
298 href="../../xincludes/static-libraries.xml"/>
[a44dbcef]299
[7f1ab53]300 <para>
[feb1a649]301 <option>--with-gslib</option>: Enables support to use the
[7f1ab53]302 <application>Ghostscript</application> shared library.
303 </para>
[fc7afd0c]304
[7f1ab53]305 <para>
306 <option>--with-rsvg</option>: Enables support to use the
307 <application>librsvg</application> library.
308 </para>
[844a44e1]309
[7f1ab53]310 <para>
[feb1a649]311 <option>--with-autotrace</option>: Enables support to use
312 the <application>Autotrace</application> library.
[7f1ab53]313 </para>
[844a44e1]314
[7f1ab53]315 <para>
316 <option>--with-wmf</option>: Enables support to use the
317 <application>libwmf</application> library.
318 </para>
[744e7e9]319
[7f1ab53]320 <para>
321 <option>--with-gvc</option>: Enables support to use
322 <application>GraphViz</application>.
323 </para>
[744e7e9]324
[7f1ab53]325 <para>
326 <option>--with-windows-font-dir=
327 <replaceable>&lt;Some/Directory&gt;</replaceable></option>:
328 This option specifies the directory where the Windows CoreFonts are
329 installed.
330 </para>
[744e7e9]331
[7f1ab53]332 <para>
333 <option>--with-dejavu-font-dir=
334 <replaceable>&lt;Some/Directory&gt;</replaceable></option>:
335 This option specifies the directory where the DejaVu fonts are
336 installed.
337 </para>
[744e7e9]338
[7f1ab53]339 <para>
340 The options and parameters listed above are the only ones you should
341 have to pass to the <command>configure</command> script to activate all
342 the delegate dependencies. All other dependencies will be automatically
343 detected and utilized in the build if they are installed.
344 </para>
[71c9d11]345
[db656dd]346 </sect2>
[fc7afd0c]347
[db656dd]348 <sect2 role="content">
349 <title>Contents</title>
350
351 <segmentedlist>
352 <segtitle>Installed Programs</segtitle>
353 <segtitle>Installed Libraries</segtitle>
354 <segtitle>Installed Directories</segtitle>
[fc7afd0c]355
[db656dd]356 <seglistitem>
[feb1a649]357 <seg>
[e54771c]358 magick, Magick++-config, MagickCore-config, and MagickWand-config.
359 (animate, compare, composite, conjure, convert, display,
360 identify, import, magick-script, mogrify, montage, and stream
361 are all symbolic links to magick)
[feb1a649]362 </seg>
363 <seg>
[80cfbfb]364 libMagickCore-7.Q16HDRI.so,
365 libMagickWand-7.Q16HDRI.so and
366 libMagick++-7.Q16HDRI.so
[feb1a649]367 </seg>
368 <seg>
[80cfbfb]369 /etc/ImageMagick-7,
370 /usr/include/ImageMagick-7,
[feb1a649]371 /usr/lib/ImageMagick-&imagemagick-version;,
[43b178b1]372 /usr/lib/perl5/site_perl/&lfs-perl-version;/{,auto}/Image/Magick,
[bf8eb65]373 /usr/share/doc/ImageMagick-&imagemagick-version;, and
[80cfbfb]374 /usr/share/ImageMagick-7
[feb1a649]375 </seg>
[db656dd]376 </seglistitem>
377 </segmentedlist>
[fc7afd0c]378
[db656dd]379 <variablelist>
380 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
[fc7afd0c]381 <?dbfo list-presentation="list"?>
[db656dd]382 <?dbhtml list-presentation="table"?>
[fc7afd0c]383
[db656dd]384 <varlistentry id="animate">
385 <term><command>animate</command></term>
386 <listitem>
[b7a85cd9]387 <para>
[4c24eb0a]388 animates a sequence of images
[b7a85cd9]389 </para>
[db656dd]390 <indexterm zone="imagemagick animate">
391 <primary sortas="b-animate">animate</primary>
392 </indexterm>
393 </listitem>
394 </varlistentry>
[fc7afd0c]395
[db656dd]396 <varlistentry id="compare">
397 <term><command>compare</command></term>
398 <listitem>
[b7a85cd9]399 <para>
[4c24eb0a]400 compares an image to a reconstructed image
[b7a85cd9]401 </para>
[db656dd]402 <indexterm zone="imagemagick compare">
403 <primary sortas="b-compare">compare</primary>
404 </indexterm>
405 </listitem>
406 </varlistentry>
[fc7afd0c]407
[db656dd]408 <varlistentry id="composite">
409 <term><command>composite</command></term>
410 <listitem>
[b7a85cd9]411 <para>
[4c24eb0a]412 composites various images into the given base image
[b7a85cd9]413 </para>
[db656dd]414 <indexterm zone="imagemagick composite">
415 <primary sortas="b-composite">composite</primary>
416 </indexterm>
417 </listitem>
418 </varlistentry>
[fc7afd0c]419
[db656dd]420 <varlistentry id="conjure">
421 <term><command>conjure</command></term>
422 <listitem>
[b7a85cd9]423 <para>
[4c24eb0a]424 processes a MSL script to create an image
[b7a85cd9]425 </para>
[db656dd]426 <indexterm zone="imagemagick conjure">
427 <primary sortas="b-conjure">conjure</primary>
428 </indexterm>
429 </listitem>
430 </varlistentry>
[fc7afd0c]431
[db656dd]432 <varlistentry id="convert">
433 <term><command>convert</command></term>
434 <listitem>
[b7a85cd9]435 <para>
[4c24eb0a]436 converts image(s) from one format to another
[b7a85cd9]437 </para>
[db656dd]438 <indexterm zone="imagemagick convert">
439 <primary sortas="b-convert">convert</primary>
440 </indexterm>
441 </listitem>
442 </varlistentry>
[fc7afd0c]443
[db656dd]444 <varlistentry id="display">
445 <term><command>display</command></term>
446 <listitem>
[b7a85cd9]447 <para>
[4c24eb0a]448 displays an image
[b7a85cd9]449 </para>
[db656dd]450 <indexterm zone="imagemagick display">
451 <primary sortas="b-display">display</primary>
452 </indexterm>
453 </listitem>
454 </varlistentry>
[fc7afd0c]455
[db656dd]456 <varlistentry id="identify">
457 <term><command>identify</command></term>
458 <listitem>
[b7a85cd9]459 <para>
[4c24eb0a]460 describes the format and characteristics of an image file
[b7a85cd9]461 </para>
[db656dd]462 <indexterm zone="imagemagick identify">
463 <primary sortas="b-identify">identify</primary>
464 </indexterm>
465 </listitem>
466 </varlistentry>
[fc7afd0c]467
[db656dd]468 <varlistentry id="import">
469 <term><command>import</command></term>
470 <listitem>
[b7a85cd9]471 <para>
[4c24eb0a]472 captures an X window
[b7a85cd9]473 </para>
[db656dd]474 <indexterm zone="imagemagick import">
475 <primary sortas="b-import">import</primary>
476 </indexterm>
477 </listitem>
478 </varlistentry>
[fc7afd0c]479
[646c89d]480 <varlistentry id="magick">
481 <term><command>magick</command></term>
482 <listitem>
[b7a85cd9]483 <para>
484 convert between image formats as well as resize an image,
485 blur, crop, despeckle, dither, draw on, flip, join, re-sample
[4c24eb0a]486 and much more
[b7a85cd9]487 </para>
[646c89d]488 <indexterm zone="imagemagick magick">
489 <primary sortas="b-magick">magick</primary>
490 </indexterm>
491 </listitem>
492 </varlistentry>
493
[db656dd]494 <varlistentry id="magick-config">
[e54771c]495 <term><command>Magick{++,Core,Wand}-config</command></term>
[db656dd]496 <listitem>
[b7a85cd9]497 <para>
498 show information about the installed versions of the
[4c24eb0a]499 <application>ImageMagick</application> libraries
[b7a85cd9]500 </para>
[db656dd]501 <indexterm zone="imagemagick magick-config">
502 <primary sortas="b-Magick-config">Magick-config</primary>
503 </indexterm>
504 </listitem>
505 </varlistentry>
[fc7afd0c]506
[db656dd]507 <varlistentry id="mogrify">
508 <term><command>mogrify</command></term>
509 <listitem>
[b7a85cd9]510 <para>
[4c24eb0a]511 transforms an image
[b7a85cd9]512 </para>
[db656dd]513 <indexterm zone="imagemagick mogrify">
514 <primary sortas="b-mogrify">mogrify</primary>
515 </indexterm>
516 </listitem>
517 </varlistentry>
[fc7afd0c]518
[db656dd]519 <varlistentry id="montage">
520 <term><command>montage</command></term>
521 <listitem>
[b7a85cd9]522 <para>
[4c24eb0a]523 composites various images into a new image
[b7a85cd9]524 </para>
[db656dd]525 <indexterm zone="imagemagick montage">
526 <primary sortas="b-montage">montage</primary>
527 </indexterm>
528 </listitem>
529 </varlistentry>
[fc7afd0c]530
[3eebaa66]531 <varlistentry id="stream">
532 <term><command>stream</command></term>
533 <listitem>
[b7a85cd9]534 <para>
535 streams one or more pixel components of an image or
[4c24eb0a]536 portion of the image to your choice of storage formats
[b7a85cd9]537 </para>
[3eebaa66]538 <indexterm zone="imagemagick stream">
539 <primary sortas="b-stream">stream</primary>
540 </indexterm>
541 </listitem>
542 </varlistentry>
543
[db656dd]544 <varlistentry id="perlmagick">
[4c24eb0a]545 <term><filename class="libraryfile">Image::Magick</filename></term>
[db656dd]546 <listitem>
[b7a85cd9]547 <para>
548 allows the reading, manipulation and writing of a large number of
549 image file formats using the <application>ImageMagick</application>
550 library. Run <command>make</command> in the
[4c24eb0a]551 <filename class="directory">PerlMagick/demo</filename> directory of
[b7a85cd9]552 the package source tree after the package is installed to see a nice
[4c24eb0a]553 demo of the module's capabilities
[b7a85cd9]554 </para>
[db656dd]555 <indexterm zone="imagemagick perlmagick">
556 <primary sortas="g-Image-Magick">Image::Magick</primary>
557 </indexterm>
558 </listitem>
559 </varlistentry>
[fc7afd0c]560
[80cfbfb]561 <varlistentry id="libMagickCore-7.Q16HDRI">
562 <term><filename class="libraryfile">libMagickCore-7.Q16HDRI.so</filename></term>
563 <listitem>
564 <para>
[4c24eb0a]565 provides the C API for ImageMagick
[80cfbfb]566 </para>
567 <indexterm zone="imagemagick libMagickCore-7.Q16HDRI">
568 <primary sortas="c-libMagickCore-7.Q16HDRI">libMagickCore-7.Q16HDRI.so</primary>
569 </indexterm>
570 </listitem>
571 </varlistentry>
572
573 <varlistentry id="libMagickWand-7.Q16HDRI">
574 <term><filename class="libraryfile">libMagickWand-7.Q16HDRI.so</filename></term>
575 <listitem>
576 <para>
577 is the recommended C API for ImageMagick. Unlike the MagickCore API it
[4c24eb0a]578 uses only a few opaque types
[80cfbfb]579 </para>
580 <indexterm zone="imagemagick libMagickWand-7.Q16HDRI">
581 <primary sortas="c-libMagickWand-7.Q16HDRI">libMagickWand-7.Q16HDRI.so</primary>
582 </indexterm>
583 </listitem>
584 </varlistentry>
585
[43b178b1]586 <varlistentry id="libMagickpp-7.Q16HDRI">
[80cfbfb]587 <term><filename class="libraryfile">libMagick++-7.Q16HDRI.so</filename></term>
588 <listitem>
589 <para>
[4c24eb0a]590 provides the C++ API for ImageMagick
[80cfbfb]591 </para>
[43b178b1]592 <indexterm zone="imagemagick libMagickpp-7.Q16HDRI">
[80cfbfb]593 <primary sortas="c-libMagick++-7.Q16HDRI">libMagick++-7.Q16HDRI.so</primary>
594 </indexterm>
595 </listitem>
[43b178b1]596 </varlistentry>
[80cfbfb]597
[db656dd]598 </variablelist>
599
600 </sect2>
[f828f6a]601
[5b117af]602</sect1>
Note: See TracBrowser for help on using the repository browser.