source: general/genutils/imagemagick/imagemagick-intro.xml@ 034abd0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 034abd0 was 034abd0, checked in by Tushar Teredesai <tushar@…>, 20 years ago

Changed dependencies to refer to either XFree86 or Xorg

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

  • Property mode set to 100644
File size: 1.7 KB
Line 
1<sect2>
2<title>Introduction to <application>ImageMagick</application></title>
3
4<para><application>ImageMagick</application> is a collection of tools and libraries
5to read, write, and
6manipulate an image in various image formats. Image processing operations are
7available from the command line. Bindings to various programming languages
8are also available.</para>
9
10<sect3><title>Package information</title>
11<itemizedlist spacing='compact'>
12<listitem><para>Download (HTTP): <ulink
13url="&imagemagick-download-http;"/></para></listitem>
14<listitem><para>Download (FTP): <ulink
15url="&imagemagick-download-ftp;"/></para></listitem>
16<listitem><para>Download size: &imagemagick-size;</para></listitem>
17<listitem><para>Estimated Disk space required:
18&imagemagick-buildsize;</para></listitem>
19<listitem><para>Estimated build time:
20&imagemagick-time;</para></listitem></itemizedlist>
21</sect3>
22
23<sect3><title><application>ImageMagick</application> dependencies</title>
24
25<sect4><title>Recommended</title>
26<para>
27X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
28<xref linkend="espgs"/>
29</para></sect4>
30
31<sect4><title>Optional (Install based on the format support needed)</title>
32<para>
33<xref linkend="lcms"/>,
34<xref linkend="libjpeg"/>,
35<xref linkend="libpng"/>,
36<xref linkend="libtiff"/>,
37<xref linkend="libxml2"/>,
38<ulink url="http://wvware.sourceforge.net/">libwmf</ulink>,
39<ulink url="http://sourceforge.net/projects/libexif/">libexif</ulink>,
40<ulink url="http://www.i3a.org/i_flashpix.html">FlashPIX</ulink>,
41<ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG</ulink>,
42<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">Jasper</ulink> and
43<ulink url="http://corefonts.sourceforge.net/">corefonts</ulink>
44</para></sect4>
45
46</sect3>
47
48</sect2>
Note: See TracBrowser for help on using the repository browser.