source: general/genutils/imagemagick.xml@ 1435fc9

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 1435fc9 was 1435fc9, checked in by Randy McMurchy <randy@…>, 20 years ago

Updated to ImageMagick-6.0.5-2

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

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