source: general/genutils/imagemagick.xml@ 864b06f4

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 864b06f4 was 69980ed3, checked in by Randy McMurchy <randy@…>, 20 years ago

updated to ImageMagick-6.0.2-7

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

  • Property mode set to 100644
File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY imagemagick-patch-version "7">
8 <!ENTITY imagemagick-download-http "http://www.imagemagick.org/download/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.gz">
9 <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.gz">
10 <!ENTITY imagemagick-size "6.7 MB">
11 <!ENTITY imagemagick-buildsize "183 MB">
12 <!ENTITY imagemagick-time "3.80 SBU">
13]>
14
15<sect1 id="imagemagick" xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
16<?dbhtml filename="imagemagick.html"?>
17<title>ImageMagick-&imagemagick-version;-&imagemagick-patch-version;</title>
18
19<sect2>
20<title>Introduction to <application>ImageMagick</application></title>
21
22<para><application>ImageMagick</application> is a collection of tools and
23libraries to read, write, and manipulate an image in various image formats.
24Image processing operations are available from the command line. Bindings
25to various programming languages are also available.</para>
26
27<sect3><title>Package information</title>
28<itemizedlist spacing='compact'>
29<listitem><para>Download (HTTP): <ulink
30url="&imagemagick-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink
32url="&imagemagick-download-ftp;"/></para></listitem>
33<listitem><para>Download size: &imagemagick-size;</para></listitem>
34<listitem><para>Estimated Disk space required:
35&imagemagick-buildsize;</para></listitem>
36<listitem><para>Estimated build time:
37&imagemagick-time;</para></listitem></itemizedlist>
38</sect3>
39
40<sect3><title><application>ImageMagick</application> dependencies</title>
41
42<sect4><title>Recommended</title>
43<para>
44X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
45<xref linkend="espgs"/>
46</para></sect4>
47
48<sect4><title>Optional (Install based on the format support needed)</title>
49<para>
50<xref linkend="lcms"/>,
51<xref linkend="libjpeg"/>,
52<xref linkend="libpng"/>,
53<xref linkend="libtiff"/>,
54<xref linkend="libxml2"/>,
55<ulink url="http://wvware.sourceforge.net/">libwmf</ulink>,
56<ulink url="http://sourceforge.net/projects/libexif/">libexif</ulink>,
57<ulink url="http://www.i3a.org/i_flashpix.html">FlashPIX</ulink>,
58<ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG</ulink>,
59<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">Jasper</ulink>,
60<ulink url="http://www.research.att.com/sw/tools/graphviz/">Graphviz</ulink>
61and <ulink url="http://corefonts.sourceforge.net/">corefonts</ulink>
62</para></sect4>
63
64</sect3>
65
66</sect2>
67
68<sect2>
69<title>Installation of <application>Imagemagick</application></title>
70
71<para>Install <application>Imagemagick</application> by running the following
72commands:</para>
73
74<screen><userinput><command>./configure --prefix=/usr --enable-shared --with-modules &amp;&amp;
75make &amp;&amp;
76make install</command></userinput></screen>
77
78</sect2>
79
80<sect2>
81<title>Additional Configure Options</title>
82
83<para>There are additional switches that can be passed to
84<application>ImageMagick</application> to customize the installation to your
85needs. Check out the <application>ImageMagick</application> installation
86instructions at <ulink url="http://www.imagemagick.org/www/Install-unix.html"/>.
87</para>
88
89</sect2>
90
91<sect2>
92<title>Contents</title>
93
94<para><application>ImageMagick</application> contains
95<command>animate</command>,
96<command>compare</command>,
97<command>composite</command>,
98<command>conjure</command>,
99<command>convert</command>,
100<command>display</command>,
101<command>identify</command>,
102<command>import</command>,
103<command>Magick-config</command>,
104<command>Magick++-config</command>,
105<command>mogrify</command>,
106<command>montage</command>,
107<command>Wand-config</command>, and the
108<filename class="libraryfile">libMagick</filename>,
109<filename class="libraryfile">libMagick++</filename> and
110<filename class="libraryfile">libWand</filename> libraries.</para>
111
112</sect2>
113
114<sect2><title>Description</title>
115
116<sect3><title>animate</title>
117<para>Animates a sequence of images.</para></sect3>
118
119<sect3><title>compare</title>
120<para>Compares an image to a reconstructed image.</para></sect3>
121
122<sect3><title>composite</title>
123<para>Composites various images into the given base image.</para></sect3>
124
125<sect3><title>conjure</title>
126<para>Processes a Magick Scripting Language (MSL) script to create
127an image.</para></sect3>
128
129<sect3><title>convert</title>
130<para>Convert image(s) from one format to another.</para></sect3>
131
132<sect3><title>display</title>
133<para>Display the image.</para></sect3>
134
135<sect3><title>identify</title>
136<para>Describes the format and characteristics of an image file.</para></sect3>
137
138<sect3><title>import</title>
139<para>Captures an X window.</para></sect3>
140
141<sect3><title>Magick-config and Magick++-config</title>
142<para>Get information about the installed versions of
143<application>ImageMagick</application> and Magick++.</para></sect3>
144
145<sect3><title>mogrify</title>
146<para>Transforms an image.</para></sect3>
147
148<sect3><title>montage</title>
149<para>Composites various images into a new image.</para></sect3>
150
151<sect3><title>Wand-config</title>
152<para>Get the options required to use the Wand library.</para></sect3>
153
154</sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.