Changeset 69980ed3


Ignore:
Timestamp:
06/19/2004 06:59:03 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
864b06f4
Parents:
2d38730
Message:

updated to ImageMagick-6.0.2-7

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2d38730 r69980ed3  
    9191<!ENTITY rep-gtk-version              "0.18">
    9292<!ENTITY compface-version             "1.4">
    93 <!ENTITY imagemagick-version          "5.5.7">
     93<!ENTITY imagemagick-version          "6.0.2">
    9494<!ENTITY hd2u-version                 "0.9.1">
    9595                                                                                     
  • general/genutils/imagemagick.xml

    r2d38730 r69980ed3  
    55  %general-entities;
    66
    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">
     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">
    1212  <!ENTITY imagemagick-time          "3.80 SBU">
    1313]>
     
    2020<title>Introduction to <application>ImageMagick</application></title>
    2121                                                                               
    22 <para><application>ImageMagick</application> is a collection of tools and libraries
    23 to read, write, and
    24 manipulate an image in various image formats. Image processing operations are
    25 available from the command line. Bindings to various programming languages
    26 are also available.</para>
     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>
    2726                                                                               
    2827<sect3><title>Package information</title>
     
    5857<ulink url="http://www.i3a.org/i_flashpix.html">FlashPIX</ulink>,
    5958<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>
     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>
    6262</para></sect4>
    6363                                                                               
     
    8181<title>Additional Configure Options</title>
    8282                                                                               
    83 <para>There are additional switches that can be passed to <application>ImageMagick</application>
    84 to customize the installation to your need. Check out the <application>ImageMagick</application>
    85 installation instructions at <ulink url="http://www.imagemagick.org/www/Install-unix.html"/>.</para>
     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>
    8688                                                                               
    8789</sect2>
     
    9092<title>Contents</title>
    9193                                                                               
    92 <para><application>ImageMagick</application> contains <command>animate</command>,
     94<para><application>ImageMagick</application> contains
     95<command>animate</command>,
     96<command>compare</command>,
    9397<command>composite</command>,
    9498<command>conjure</command>,
     
    97101<command>identify</command>,
    98102<command>import</command>,
     103<command>Magick-config</command>,
     104<command>Magick++-config</command>,
    99105<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                                                                                
     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 
    104112</sect2>
    105                                                                                
     113
    106114<sect2><title>Description</title>
    107                                                                               
     115 
    108116<sect3><title>animate</title>
    109117<para>Animates a sequence of images.</para></sect3>
    110                                                                                
     118 
     119<sect3><title>compare</title>
     120<para>Compares an image to a reconstructed image.</para></sect3>
     121 
    111122<sect3><title>composite</title>
    112123<para>Composites various images into the given base image.</para></sect3>
    113                                                                               
     124 
    114125<sect3><title>conjure</title>
    115126<para>Processes a Magick Scripting Language (MSL) script to create
    116127an image.</para></sect3>
    117                                                                               
     128 
    118129<sect3><title>convert</title>
    119130<para>Convert image(s) from one format to another.</para></sect3>
    120                                                                               
     131 
    121132<sect3><title>display</title>
    122133<para>Display the image.</para></sect3>
    123                                                                               
     134 
    124135<sect3><title>identify</title>
    125 <para>Describes the format and characteristics of an image file.</para></sect3>                                                                               
     136<para>Describes the format and characteristics of an image file.</para></sect3>
     137
    126138<sect3><title>import</title>
    127139<para>Captures an X window.</para></sect3>
    128                                                                                
     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 
    129145<sect3><title>mogrify</title>
    130146<para>Transforms an image.</para></sect3>
    131                                                                               
     147 
    132148<sect3><title>montage</title>
    133149<para>Composites various images into a new image.</para></sect3>
    134                                                                                
     150 
     151<sect3><title>Wand-config</title>
     152<para>Get the options required to use the Wand library.</para></sect3>
     153 
    135154</sect2>
    136155
  • introduction/welcome/changelog.xml

    r2d38730 r69980ed3  
    1818
    1919<itemizedlist>
     20
     21<listitem><para>June 19th, 2004 [randy]: Updated to ImageMagick-6.0.2-7.</para></listitem>
    2022
    2123<listitem><para>June 19th, 2004 [randy]: Misc. corrections and fixes.</para></listitem>
Note: See TracChangeset for help on using the changeset viewer.