source: general/genutils/imagemagick.xml@ 43b178b1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 43b178b1 was 43b178b1, checked in by Pierre Labastie <pieere@…>, 7 years ago

X264-20170212-2245
ImageMagick-6.9.7-8, and add properties
ImageMagick-7.0.4-8, and fix short descripitions

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

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