source: general/genutils/imagemagick.xml@ 058ec4c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 058ec4c was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

  • Property mode set to 100644
File size: 6.4 KB
RevLine 
[52d29f7]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
[69980ed3]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">
[52d29f7]12 <!ENTITY imagemagick-time "3.80 SBU">
13]>
14
[51bdf02f]15<sect1 id="imagemagick" xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[7f72cbf]20<?dbhtml filename="imagemagick.html"?>
[51bdf02f]21<title>ImageMagick-&imagemagick-version;-&imagemagick-patch-version;</title>
[f828f6a]22
[52d29f7]23<sect2>
24<title>Introduction to <application>ImageMagick</application></title>
25
[69980ed3]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>
[52d29f7]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>,
[69980ed3]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>
[52d29f7]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
[69980ed3]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>
[52d29f7]92
93</sect2>
94
95<sect2>
96<title>Contents</title>
97
[69980ed3]98<para><application>ImageMagick</application> contains
99<command>animate</command>,
100<command>compare</command>,
[52d29f7]101<command>composite</command>,
102<command>conjure</command>,
103<command>convert</command>,
104<command>display</command>,
105<command>identify</command>,
106<command>import</command>,
[69980ed3]107<command>Magick-config</command>,
108<command>Magick++-config</command>,
[52d29f7]109<command>mogrify</command>,
[69980ed3]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
[52d29f7]116</sect2>
[69980ed3]117
[52d29f7]118<sect2><title>Description</title>
[69980ed3]119
[52d29f7]120<sect3><title>animate</title>
121<para>Animates a sequence of images.</para></sect3>
[69980ed3]122
123<sect3><title>compare</title>
124<para>Compares an image to a reconstructed image.</para></sect3>
125
[52d29f7]126<sect3><title>composite</title>
127<para>Composites various images into the given base image.</para></sect3>
[69980ed3]128
[52d29f7]129<sect3><title>conjure</title>
130<para>Processes a Magick Scripting Language (MSL) script to create
131an image.</para></sect3>
[69980ed3]132
[52d29f7]133<sect3><title>convert</title>
134<para>Convert image(s) from one format to another.</para></sect3>
[69980ed3]135
[52d29f7]136<sect3><title>display</title>
137<para>Display the image.</para></sect3>
[69980ed3]138
[52d29f7]139<sect3><title>identify</title>
[69980ed3]140<para>Describes the format and characteristics of an image file.</para></sect3>
141
[52d29f7]142<sect3><title>import</title>
143<para>Captures an X window.</para></sect3>
[69980ed3]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
[52d29f7]149<sect3><title>mogrify</title>
150<para>Transforms an image.</para></sect3>
[69980ed3]151
[52d29f7]152<sect3><title>montage</title>
153<para>Composites various images into a new image.</para></sect3>
[69980ed3]154
155<sect3><title>Wand-config</title>
156<para>Get the options required to use the Wand library.</para></sect3>
157
[52d29f7]158</sect2>
[f828f6a]159
160</sect1>
Note: See TracBrowser for help on using the repository browser.