source: general/genutils/imagemagick.xml@ 5c115c8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 5c115c8 was 5c115c8, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to nautilus-3.32.0
Add tracker-miners
Add libgxps
Add libgrss

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

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