source: general/genutils/imagemagick.xml@ a0f03b0

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 a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

  • Property mode set to 100644
File size: 6.4 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<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>
48X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
49<xref linkend="espgs"/>
50</para></sect4>
51
52<sect4><title>Optional (Install based on the format support needed)</title>
53<para>
54<xref linkend="lcms"/>,
55<xref linkend="libjpeg"/>,
56<xref linkend="libpng"/>,
57<xref linkend="libtiff"/>,
58<xref linkend="libxml2"/>,
59<ulink url="http://wvware.sourceforge.net/">libwmf</ulink>,
60<ulink url="http://sourceforge.net/projects/libexif/">libexif</ulink>,
61<ulink url="http://www.i3a.org/i_flashpix.html">FlashPIX</ulink>,
62<ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG</ulink>,
63<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">Jasper</ulink>,
64<ulink url="http://www.research.att.com/sw/tools/graphviz/">Graphviz</ulink>
65and <ulink url="http://corefonts.sourceforge.net/">corefonts</ulink>
66</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 --enable-shared --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>Contents</title>
97
98<para><application>ImageMagick</application> contains
99<command>animate</command>,
100<command>compare</command>,
101<command>composite</command>,
102<command>conjure</command>,
103<command>convert</command>,
104<command>display</command>,
105<command>identify</command>,
106<command>import</command>,
107<command>Magick-config</command>,
108<command>Magick++-config</command>,
109<command>mogrify</command>,
110<command>montage</command>,
111<command>Wand-config</command>, and the
112<filename class="libraryfile">libMagick</filename>,
113<filename class="libraryfile">libMagick++</filename> and
114<filename class="libraryfile">libWand</filename> libraries.</para>
115
116</sect2>
117
118<sect2><title>Description</title>
119
120<sect3><title>animate</title>
121<para>Animates a sequence of images.</para></sect3>
122
123<sect3><title>compare</title>
124<para>Compares an image to a reconstructed image.</para></sect3>
125
126<sect3><title>composite</title>
127<para>Composites various images into the given base image.</para></sect3>
128
129<sect3><title>conjure</title>
130<para>Processes a Magick Scripting Language (MSL) script to create
131an image.</para></sect3>
132
133<sect3><title>convert</title>
134<para>Convert image(s) from one format to another.</para></sect3>
135
136<sect3><title>display</title>
137<para>Display the image.</para></sect3>
138
139<sect3><title>identify</title>
140<para>Describes the format and characteristics of an image file.</para></sect3>
141
142<sect3><title>import</title>
143<para>Captures an X window.</para></sect3>
144
145<sect3><title>Magick-config and Magick++-config</title>
146<para>Get information about the installed versions of
147<application>ImageMagick</application> and Magick++.</para></sect3>
148
149<sect3><title>mogrify</title>
150<para>Transforms an image.</para></sect3>
151
152<sect3><title>montage</title>
153<para>Composites various images into a new image.</para></sect3>
154
155<sect3><title>Wand-config</title>
156<para>Get the options required to use the Wand library.</para></sect3>
157
158</sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.