source: general/genutils/imagemagick.xml@ 52d29f7

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 52d29f7 was 52d29f7, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML Updates to Part III from DJ

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

  • Property mode set to 100644
File size: 6.5 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 "16">
8 <!ENTITY imagemagick-download-http "http://prdownloads.sourceforge.net/imagemagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2">
9 <!ENTITY imagemagick-download-ftp " ">
10 <!ENTITY imagemagick-size "4.1 MB">
11 <!ENTITY imagemagick-buildsize "107 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 libraries
23to read, write, and
24manipulate an image in various image formats. Image processing operations are
25available from the command line. Bindings to various programming languages
26are also available.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink
31url="&imagemagick-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&imagemagick-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &imagemagick-size;</para></listitem>
35<listitem><para>Estimated Disk space required:
36&imagemagick-buildsize;</para></listitem>
37<listitem><para>Estimated build time:
38&imagemagick-time;</para></listitem></itemizedlist>
39</sect3>
40
41<sect3><title><application>ImageMagick</application> dependencies</title>
42
43<sect4><title>Recommended</title>
44<para>
45X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
46<xref linkend="espgs"/>
47</para></sect4>
48
49<sect4><title>Optional (Install based on the format support needed)</title>
50<para>
51<xref linkend="lcms"/>,
52<xref linkend="libjpeg"/>,
53<xref linkend="libpng"/>,
54<xref linkend="libtiff"/>,
55<xref linkend="libxml2"/>,
56<ulink url="http://wvware.sourceforge.net/">libwmf</ulink>,
57<ulink url="http://sourceforge.net/projects/libexif/">libexif</ulink>,
58<ulink url="http://www.i3a.org/i_flashpix.html">FlashPIX</ulink>,
59<ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG</ulink>,
60<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">Jasper</ulink> and
61<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 <application>ImageMagick</application>
84to customize the installation to your need. Check out the <application>ImageMagick</application>
85installation instructions at <ulink url="http://www.imagemagick.org/www/Install-unix.html"/>.</para>
86
87</sect2>
88
89<sect2>
90<title>Contents</title>
91
92<para><application>ImageMagick</application> contains <command>animate</command>,
93<command>composite</command>,
94<command>conjure</command>,
95<command>convert</command>,
96<command>display</command>,
97<command>identify</command>,
98<command>import</command>,
99<command>mogrify</command>,
100<command>montage</command>, and the
101<filename class="libraryfile">libMagick</filename> and
102<filename class="libraryfile">libMagick++</filename> libraries.</para>
103
104</sect2>
105
106<sect2><title>Description</title>
107
108<sect3><title>animate</title>
109<para>Animates a sequence of images.</para></sect3>
110
111<sect3><title>composite</title>
112<para>Composites various images into the given base image.</para></sect3>
113
114<sect3><title>conjure</title>
115<para>Processes a Magick Scripting Language (MSL) script to create
116an image.</para></sect3>
117
118<sect3><title>convert</title>
119<para>Convert image(s) from one format to another.</para></sect3>
120
121<sect3><title>display</title>
122<para>Display the image.</para></sect3>
123
124<sect3><title>identify</title>
125<para>Describes the format and characteristics of an image file.</para></sect3>
126<sect3><title>import</title>
127<para>Captures an X window.</para></sect3>
128
129<sect3><title>mogrify</title>
130<para>Transforms an image.</para></sect3>
131
132<sect3><title>montage</title>
133<para>Composites various images into a new image.</para></sect3>
134
135</sect2>
136
137</sect1>
Note: See TracBrowser for help on using the repository browser.