Changeset 255

Show
Ignore:
Timestamp:
09/30/09 07:04:37 (7 weeks ago)
Author:
cristy
Message:
 
Files:
110 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/ImageMagick.spec

    r228 r255  
    11%define VERSION  6.5.6 
    2 %define Patchlevel  6 
     2%define Patchlevel  7 
    33 
    44Name:           ImageMagick 
  • ImageMagick/trunk/README.txt

    r233 r255  
    11Introduction to ImageMagick 
    22 
    3 ImageMagick® is a software suite to create, edit, and compose bitmap images. 
    4 It can read, convert and write images in a variety of formats (over 100) 
    5 including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, 
    6 and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and 
    7 transform images, adjust image colors, apply various special effects, or draw 
    8 text, lines, polygons, ellipses and Bézier curves. 
     3  ImageMagick® is a software suite to create, edit, and compose bitmap 
     4  images. It can read, convert and write images in a variety of formats 
     5  (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, 
     6  Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, 
     7  rotate, scale, shear and transform images, adjust image colors, apply various 
     8  special effects, or draw text, lines, polygons, ellipses and Bézier curves. 
    99 
    10 The functionality of ImageMagick is typically utilized from the command line 
    11 or you can use the features from programs written in your favorite programming 
    12 language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand 
    13 (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++), JMagick (Java), 
    14 L-Magick (Lisp), NMagick (Neko/haXe), MagickNet (.NET), PascalMagick (Pascal), 
    15 PerlMagick (Perl), MagickWand for PHP (PHP), IMagick (PHP), PythonMagick 
    16 (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, 
    17 use ImageMagick to modify or create images dynamically and automagically. 
     10  The functionality of ImageMagick is typically utilized from the command 
     11  line or you can use the features from programs written in your favorite 
     12  programming language. Choose from these interfaces: G2F (Ada), MagickCore 
     13  (C), MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ 
     14  (C++), JMagick (Java), L-Magick (Lisp), NMagick (Neko/haXe), MagickNet 
     15  (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP 
     16  (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick 
     17  (Tcl/TK). With a language interface, use ImageMagick to modify or create 
     18  images dynamically and automagically. 
    1819 
    19 ImageMagick is free software delivered as a ready-to-run binary distribution 
    20 or as source code that you may freely use, copy, modify, and distribute. Its 
    21 license is compatible with the GPL. It runs on all major operating systems. 
     20  ImageMagick is free software delivered as a ready-to-run binary distribution 
     21  or as source code that you may freely use, copy, modify, and distribute. Its 
     22  license is compatible with the GPL. It runs on all major operating systems. 
     23 
    2224Features and Capabilities 
    2325 
    24 Here are just a few examples of what ImageMagick can do: 
     26  Here are just a few examples of what ImageMagick can do: 
    2527 
    2628    * Format conversion: convert an image from one format to another (e.g. PNG 
     
    4042    * Image calculator: apply a mathematical expression to an image or image 
    4143      channels 
     44    * Discrete Fourier transform: implements the forward and inverse DFT. 
    4245    * High dynamic-range images: accurately represent the wide range of 
    43     * intensity levels found in real scenes ranging from the brightest direct 
     46      intensity levels found in real scenes ranging from the brightest direct 
    4447      sunlight to the deepest darkest shadows 
    45     * Large image support: read, process, or write mibi- and gibi-pixel image 
    46       sizes 
    4748    * Encipher or decipher an image: convert ordinary images into 
    4849      unintelligible gibberish and back again 
    49     * Threads of execution support: ImageMagick is thread safe and many 
    50       internal algorithms are already threaded to take advantage of speed-ups 
     50    * Virtual pixel support: convenient access to pixels outside the image 
     51      region 
     52    * Large image support: read, process, or write mebi- and gibi-pixel image 
     53      sizes 
     54    * Threads of execution support: ImageMagick is thread safe and most 
     55      internal algorithms are OpenMP-enabled to take advantage of speed-ups 
    5156      offered by the dual and quad-core processor technologies 
    5257 
    53 For more information, see http://www.imagemagick.org. 
    54  
    55 Examples of Imagemagick Usage, http://www.imagemagick.org/usage/, 
    56 shows how to use ImageMagick from the command-line to accomplish any 
    57 of these tasks and much more. Also, see Fred's ImageMagick Scripts, 
    58 http://www.fmwconcepts.com/imagemagick/, a plethora of command-line scripts 
    59 that perform geometric transforms, blurs, sharpens, edging, noise removal, 
    60 and color manipulations. 
    61  
     58  Examples of ImageMagick Usage, http://www.imagemagick.org/Usage/, 
     59  shows how to use ImageMagick from the command-line to accomplish any 
     60  of these tasks and much more. Also, see Fred's ImageMagick Scripts at 
     61  http://www.fmwconcepts.com/imagemagick/, a plethora of command-line scripts 
     62  that perform geometric transforms, blurs, sharpens, edging, noise removal, 
     63  and color manipulations. 
  • ImageMagick/trunk/config/configure.xml

    r240 r255  
    99  <configure name="NAME" value="ImageMagick"/> 
    1010  <configure name="LIB_VERSION" value="0x656"/> 
    11   <configure name="LIB_VERSION_NUMBER" value="6,5,6,6"/> 
    12   <configure name="RELEASE_DATE" value="2009-09-28"/> 
     11  <configure name="LIB_VERSION_NUMBER" value="6,5,6,7"/> 
     12  <configure name="RELEASE_DATE" value="2009-09-30"/> 
    1313  <configure name="CONFIGURE" value="./configure "/> 
    1414  <configure name="PREFIX" value="/usr/local"/> 
  • ImageMagick/trunk/configure

    r240 r255  
    3154731547_ACEOF 
    3154831548 
    31549     { $as_echo "$as_me:$LINENO: checking whether clock_gettime supports CLOCK_REALTIME" >&5 
     31549  { $as_echo "$as_me:$LINENO: checking whether clock_gettime supports CLOCK_REALTIME" >&5 
    3155031550$as_echo_n "checking whether clock_gettime supports CLOCK_REALTIME... " >&6; } 
    31551     cat >conftest.$ac_ext <<_ACEOF 
     31551  cat >conftest.$ac_ext <<_ACEOF 
    3155231552/* confdefs.h.  */ 
    3155331553_ACEOF 
     
    3156031560{ 
    3156131561clockid_t clockType = CLOCK_REALTIME; 
    31562  
    3156331562  ; 
    3156431563  return 0; 
     
    3171031709 
    3171131710fi 
    31712  
    3171331711 
    3171431712 
  • ImageMagick/trunk/index.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    187190  <li><a href="www/cipher.html">Encipher or decipher an image</a>: convert ordinary images into unintelligible gibberish and back again</li> 
    188191  <li>Virtual pixel support: convenient access to pixels outside the image region</li> 
    189   <li>Large image support: read, process, or write mega- and giga-pixel image sizes</li> 
     192  <li>Large image support: read, process, or write mebi- and gibi-pixel image sizes</li> 
    190193  <li><a href="www/architecture.html#threads">Threads of execution support</a>: ImageMagick is thread safe and most internal algorithms are OpenMP-enabled to take advantage of speed-ups offered by the dual and quad-core processor technologies</li> 
    191194</ul> 
     
    215218      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    216219      <a href="www/mailing-list.html">Mailing Lists</a> &bull; 
    217     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     220    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    218221    </span> 
    219222    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/libtool

    r228 r255  
    22 
    33# libtool - Provide generalized library-building support services. 
    4 # Generated automatically by config.status (ImageMagick) 6.5.6-6 
     4# Generated automatically by config.status (ImageMagick) 6.5.6-7 
    55# Libtool was configured on host magick.imagemagick.org: 
    66# NOTE: Changes made to this file will be lost: look at ltmain.sh. 
  • ImageMagick/trunk/magick/version.h

    r240 r255  
    3131#define MagickLibVersionText  "6.5.6" 
    3232#define MagickLibVersionNumber  2,0,0 
    33 #define MagickLibSubversion  "-6" 
    34 #define MagickReleaseDate  "2009-09-28" 
     33#define MagickLibSubversion  "-7" 
     34#define MagickReleaseDate  "2009-09-30" 
    3535#define MagickChangeDate   "20090925" 
    3636#define MagickAuthoritativeURL  "http://www.imagemagick.org" 
  • ImageMagick/trunk/version.sh

    r228 r255  
    1313PACKAGE_VERSION='6.5.6' 
    1414PACKAGE_LIB_VERSION="0x656" 
    15 PACKAGE_RELEASE="6" 
     15PACKAGE_RELEASE="7" 
    1616PACKAGE_LIB_VERSION_NUMBER="6,5,6,${PACKAGE_RELEASE}" 
    1717PACKAGE_RELEASE_DATE=`date +%F` 
  • ImageMagick/trunk/www/ImageMagickObject.html

    r228 r255  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
     127   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     128</div> 
     129<div  class="sponsor"> 
    127130  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    128131</div> 
     
    174177<p>C++ programmers should have a look at the <kbd>MagickCMD.cpp</kbd> command line utility for an example of how to call the object from C++.  The object requires a variable size list of BSTR's to emulate the command line argc, argv style calling conventions of the COM component which is more complex in C++ then in VBS or VB.</p> 
    175178 
    176 <p>MagickCMD is a C++ sample, but it also serves as a replacement for all the other command line utilities in most applications. Instead of using <kbd>convert xxxx yyyy</kbd> you can use <kbd>MagickCMD convert xxxx yyyy</kbd> instead. MagickCMD calls the COM object to accomplish the designated task.  This small tight combination replaces the entire usual binary distribution in just a few megabytes.</p> 
     179<p>MagickCMD is a C++ sample, but it also serves as a replacement for all the other command line utilities in most applications. Instead of using <kbd>convert xxxx yyyy</kbd> you can use <kbd>MagickCMD convert xxxx yyyy</kbd> instead. MagickCMD calls the COM object to accomplish the designated task.  This small tight combination replaces the entire usual binary distribution in just a few mebibytes.</p> 
    177180 
    178181</div> 
     
    205208      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    206209      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    207     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     210    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    208211    </span> 
    209212    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/advanced-unix-installation.html

    r228 r255  
    123123 
    124124<div class="sponsbox"> 
     125<div  class="sponsor"> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127</div> 
    125128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     
    520523          <p><a href="../www/download.html">Download</a> the ImageMagick source distribution and verify the distribution against its <a href="http://www.imagemagick.org/download/digest.rdf">message digest</a>.</p> 
    521524          <p>Unpack and change into the top-level ImageMagick directory:</p> 
    522                 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvfz ImageMagick-6.5.6-5.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.5.6</span></p>      <p>Choose an architecture and set your CFLAGS environment variable.  Here we set CFLAGS for an Intel build:</p> 
     525                <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvfz ImageMagick-6.5.6-6.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.5.6</span></p>      <p>Choose an architecture and set your CFLAGS environment variable.  Here we set CFLAGS for an Intel build:</p> 
    523526        <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk/ \ <br/> 
    524527        -arch i386 -I/sw/include/"</span></p>     <p>Set your LDFLAGS environment variable to:</p> 
     
    595598      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    596599      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    597     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     600    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    598601    </span> 
    599602    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/advanced-windows-installation.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    425428        <ol> 
    426429        <li>Double-click on 
    427         <kbd>VisualMagick/bin/ImageMagick-6.5.6-5-Q16-windows-dll.exe</kbd> 
     430        <kbd>VisualMagick/bin/ImageMagick-6.5.6-6-Q16-windows-dll.exe</kbd> 
    428431        to launch the ImageMagick binary distribution.</li> 
    429432        <li>Complete the installer screens to install ImageMagick on your system.</li> 
  • ImageMagick/trunk/www/animate.html

    r228 r255  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
    127    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    128128</div> 
    129129<div  class="sponsor"> 
  • ImageMagick/trunk/www/api.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    160160</div> 
    161161 
    162 <p><a href="https://gna.org/projects/g2f/" target="1096107296">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</p> 
     162<p><a href="https://gna.org/projects/g2f/" target="1814971336">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</p> 
    163163 
    164164<div style="margin: auto;"> 
     
    172172</div> 
    173173 
    174 <p><a href="http://www.imagemagick.org/ChMagick" target="821801785">ChMagick</a> is a <a href="http://www.softintegration.com/" target="1861822614">Ch</a> binding to the MagickCore and MagickWand API.  Ch is an embeddable C/C++ interpreter for cross-platform scripting.</p> 
     174<p><a href="http://www.imagemagick.org/ChMagick" target="2072959318">ChMagick</a> is a <a href="http://www.softintegration.com/" target="134927011">Ch</a> binding to the MagickCore and MagickWand API.  Ch is an embeddable C/C++ interpreter for cross-platform scripting.</p> 
    175175 
    176176<div style="margin: auto;"> 
     
    184184</div> 
    185185 
    186 <p><a href="http://www.imagemagick.org/Magick++" target="871692085">Magick++</a> provides an object-oriented C++ interface to ImageMagick.  See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="1702390952">A Gentle Introduction to Magick++</a> for an introductory tutorial to Magick++.  We include the <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.odt" target="601015003">source</a> if you want to correct, enhance, or expand the tutorial.</p> 
     186<p><a href="http://www.imagemagick.org/Magick++" target="108537268">Magick++</a> provides an object-oriented C++ interface to ImageMagick.  See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="1996220872">A Gentle Introduction to Magick++</a> for an introductory tutorial to Magick++.  We include the <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.odt" target="1354672101">source</a> if you want to correct, enhance, or expand the tutorial.</p> 
    187187 
    188188<div style="margin: auto;"> 
     
    190190</div> 
    191191 
    192 <p><a href="http://www.jmagick.org" target="311918344">JMagick</a> provides an object-oriented Java interface to ImageMagick.  <a href="http://im4java.sourceforge.net" target="709017781">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p> 
     192<p><a href="http://www.jmagick.org" target="1328415576">JMagick</a> provides an object-oriented Java interface to ImageMagick.  <a href="http://im4java.sourceforge.net" target="2016369573">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p> 
    193193 
    194194<div style="margin: auto;"> 
     
    196196</div> 
    197197 
    198 <p><a href="http://forums.lavag.org/downloads-file90.html" target="1085499642">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p> 
     198<p><a href="http://forums.lavag.org/downloads-file90.html" target="889883247">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p> 
    199199 
    200200<div style="margin: auto;"> 
     
    202202</div> 
    203203 
    204 <p><a href="http://common-lisp.net/project/cl-magick/" target="1926589449">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p> 
     204<p><a href="http://common-lisp.net/project/cl-magick/" target="952591219">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p> 
    205205 
    206206<div style="margin: auto;"> 
     
    208208</div> 
    209209 
    210 <p><a href="http://code.google.com/p/nmagick" target="792715701">NMagick</a> is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.</p> 
     210<p><a href="http://code.google.com/p/nmagick" target="789624565">NMagick</a> is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.</p> 
    211211 
    212212<div style="margin: auto;"> 
     
    222222</div> 
    223223 
    224 <p><a href="http://wiki.lazarus.freepascal.org/PascalMagick" target="699874704">PascalMagick</a> a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.</p> 
     224<p><a href="http://wiki.lazarus.freepascal.org/PascalMagick" target="243937505">PascalMagick</a> a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.</p> 
    225225 
    226226<div style="margin: auto;"> 
     
    234234</div> 
    235235 
    236 <p><a href="http://www.magickwand.org/" target="1473775810">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</p> 
    237  
    238 <p><a href="http://pecl.html.net/package/imagick" target="12403770">IMagick</a> is a native PHP extension to create and modify images using the ImageMagick API.  Documentation for the extension is available <a href="http://php.net/imagick" target="1699390540">here</a>.</p> 
    239  
    240 <p><a href="http://www.francodacosta.com/phmagick" target="1377213436">phMagick</a> is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.</p> 
     236<p><a href="http://www.magickwand.org/" target="537437320">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</p> 
     237 
     238<p><a href="http://pecl.html.net/package/imagick" target="522516755">IMagick</a> is a native PHP extension to create and modify images using the ImageMagick API.  Documentation for the extension is available <a href="http://php.net/imagick" target="2092064048">here</a>.</p> 
     239 
     240<p><a href="http://www.francodacosta.com/phmagick" target="690928749">phMagick</a> is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.</p> 
    241241 
    242242<div style="margin: auto;"> 
     
    245245</div> 
    246246 
    247 <p><a href="http://www.imagemagick.org/download/python/" target="2126849186">PythonMagick</a> an object-oriented Python interface to ImageMagick.</p> 
    248  
    249 <p><a href="http://www.procoders.net/?p=39" target="2145209081">PythonMagickWand</a> an object-oriented Python interface to MagickWand based on ctypes.</p> 
     247<p><a href="http://www.imagemagick.org/download/python/" target="1657406050">PythonMagick</a> an object-oriented Python interface to ImageMagick.</p> 
     248 
     249<p><a href="http://www.procoders.net/?p=39" target="454281417">PythonMagickWand</a> an object-oriented Python interface to MagickWand based on ctypes.</p> 
    250250 
    251251<div style="margin: auto;"> 
     
    253253</div> 
    254254 
    255 <p>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml" target="73033552">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</p> 
     255<p>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml" target="1689549375">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</p> 
    256256 
    257257<div style="margin: auto;"> 
     
    259259</div> 
    260260 
    261 <p><a href="http://rmagick.rubyforge.org/" target="1477030660">RMagick</a> is an interface between the Ruby programming language and the <a href="../www/magick-core.html">MagickCore</a> image processing libraries.  Get started with RMagick by perusing the <a href="http://www.imagemagick.org/RMagick/doc/" target="440673617">documentation</a>.</p> 
    262  
    263 <p><a href="http://magickwand.rubyforge.org/" target="1880197727">MagickWand for Ruby</a> is an interface between the Ruby programming language and the <a href="../www/magick-wand.html">MagickWand</a> image processing libraries.  Get started with MagickWand for PHP by perusing the <a href="http://magickwand.rubyforge.org/" target="1501137759">documentation</a>.</p> 
    264  
    265 <p><a href="http://rubyforge.org/projects/mini-magick" target="1771084984">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</p> 
    266  
    267 <p><a href="http://quickmagick.rubyforge.org/quick_magick" target="1838417994">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</p> 
     261<p><a href="http://rmagick.rubyforge.org/" target="497295464">RMagick</a> is an interface between the Ruby programming language and the <a href="../www/magick-core.html">MagickCore</a> image processing libraries.  Get started with RMagick by perusing the <a href="http://www.imagemagick.org/RMagick/doc/" target="872844960">documentation</a>.</p> 
     262 
     263<p><a href="http://magickwand.rubyforge.org/" target="1108573829">MagickWand for Ruby</a> is an interface between the Ruby programming language and the <a href="../www/magick-wand.html">MagickWand</a> image processing libraries.  Get started with MagickWand for PHP by perusing the <a href="http://magickwand.rubyforge.org/" target="2093984817">documentation</a>.</p> 
     264 
     265<p><a href="http://rubyforge.org/projects/mini-magick" target="1764468896">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</p> 
     266 
     267<p><a href="http://quickmagick.rubyforge.org/quick_magick" target="1506063170">QuickMagick</a> is a gem for easily accessing ImageMagick command line tools from Ruby programs.</p> 
    268268 
    269269<div style="margin: auto;"> 
     
    271271</div> 
    272272 
    273 <p><a href="http://tclmagick.sourceforge.net/" target="912019869">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p> 
     273<p><a href="http://tclmagick.sourceforge.net/" target="585884799">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p> 
    274274 
    275275<div style="margin: auto;"> 
     
    277277</div> 
    278278 
    279 <p><a href="http://code.google.com/p/remotemagick/" target="864623815">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p> 
     279<p><a href="http://code.google.com/p/remotemagick/" target="258241882">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p> 
    280280 
    281281</div> 
  • ImageMagick/trunk/www/api/animate.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/annotate.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/blob.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    341344      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    342345      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    343     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     346    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    344347    </span> 
    345348    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/cache-view.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/cache.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/cipher.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    356356      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    357357      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    358     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     358    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    359359    </span> 
    360360    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/color.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    547550      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    548551      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    549     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     552    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    550553    </span> 
    551554    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/compare.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/composite.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/constitute.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/decorate.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    234237      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    235238      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    236     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     239    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    237240    </span> 
    238241    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/deprecate.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    25952598      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    25962599      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    2597     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     2600    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    25982601    </span> 
    25992602    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/display.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    234237      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    235238      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    236     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     239    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    237240    </span> 
    238241    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/distort.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/draw.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    376379      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    377380      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    378     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     381    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    379382    </span> 
    380383    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/drawing-wand.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/effect.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    686689      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    687690      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    688     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     691    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    689692    </span> 
    690693    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/enhance.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    696696      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    697697      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    698     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     698    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    699699    </span> 
    700700    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/exception.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    463466      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    464467      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    465     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     468    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    466469    </span> 
    467470    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/fx.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    826826      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    827827      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    828     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     828    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    829829    </span> 
    830830    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/histogram.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    191194      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    192195      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    193     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     196    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    194197    </span> 
    195198    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/image.html

    r228 r255  
    10381038      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    10391039      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    1040     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     1040    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    10411041    </span> 
    10421042    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/layer.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    445448      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    446449      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    447     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     450    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    448451    </span> 
    449452    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/list.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    643646      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    644647      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    645     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     648    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    646649    </span> 
    647650    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/magick-deprecate.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/magick-image.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/magick-property.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/magick-wand.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    630633      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    631634      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    632     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     635    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    633636    </span> 
    634637    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/magick.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/memory.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/module.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    499499      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    500500      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    501     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     501    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    502502    </span> 
    503503    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/monitor.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    225228      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    226229      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    227     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     230    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    228231    </span> 
    229232    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/montage.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    251254      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    252255      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    253     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     256    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    254257    </span> 
    255258    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/paint.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/pixel-iterator.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    504507      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    505508      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    506     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     509    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    507510    </span> 
    508511    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/pixel-view.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    568568      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    569569      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    570     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     570    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    571571    </span> 
    572572    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/pixel-wand.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/profile.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/property.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/quantize.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/registry.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/resize.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/resource.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    322322      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    323323      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    324     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     324    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    325325    </span> 
    326326    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/shear.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    263266      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    264267      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    265     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     268    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    266269    </span> 
    267270    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/signature.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/stream.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    209209      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    210210      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    211     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     211    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    212212    </span> 
    213213    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/transform.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/api/version.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/architecture.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    238238<p>When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache.  For example, a 1-channel 1-bit monochrome PBM image is scaled to a 4 channel 8-bit RGBA image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version.  You can determine which version you have using the <a href="../www/command-line-options.html#version">&#x2011;version</a> option, as with this command: </p> 
    239239 
    240 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.5.6-5 2009-09-55 Q16 http://www.imagemagick.org</span></p> 
     240<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.5.6-6 2009-10-01 Q16 http://www.imagemagick.org</span></p> 
    241241<p>As you can see, the convenience of the pixel cache sometimes comes with a trade-off in storage (e.g. storing a 1-bit monochrome image as 16-bit RGBA is wasteful) and speed (i.e. storing the entire image in memory is generally slower than accessing one scanline of pixels at a time).</p> 
    242242</div> 
     
    352352<div class="doc-section"> 
    353353 
    354 <p>We mentioned previously that this simple and elegant design of the ImageMagick pixel cache comes at a cost in terms of storage and processing speed.  The pixel cache storage requirements scales with the area of the image and the bit depth of the pixel components.  For example, if we have a 640 by 480 image and we're using the Q16 version of ImageMagick, the pixel cache consumes image <em>width * height * bit-depth / 8 * channels</em> bytes or approximately 2.3 megabytes (i.e. 640 * 480 * 2 * 4).  Not too bad, but what if your image is 25000 by 25000 pixels?  The pixel cache requires approximately 4.7 gigabytes of storage.  Ouch.  ImageMagick accounts for possible huge storage requirements by caching large images to disk rather than memory.  Typically the pixel cache is stored in memory using heap memory. If heap memory is exhausted, pixels are stored in in an anonymous map; if the anonymous memory map is exhausted, we create the pixel cache on disk and attempt to memory-map it; and if memory-map memory is exhausted, we simply use standard disk I/O.  Disk storage is cheap but it is also very slow, upwards of 1000 times slower than memory.  We can get some speed improvements, up to 5 times, if we use memory mapping to the disk-based cache.  These decisions about storage are made <em>automagically</em> by the pixel cache manager negotiating with the operating system.  However, you can influence how the pixel cache manager allocates the pixel cache with <em>cache resource limits</em>.  The limits include:</p> 
     354<p>We mentioned previously that this simple and elegant design of the ImageMagick pixel cache comes at a cost in terms of storage and processing speed.  The pixel cache storage requirements scales with the area of the image and the bit depth of the pixel components.  For example, if we have a 640 by 480 image and we're using the Q16 version of ImageMagick, the pixel cache consumes image <em>width * height * bit-depth / 8 * channels</em> bytes or approximately 2.3 mebibytes (i.e. 640 * 480 * 2 * 4).  Not too bad, but what if your image is 25000 by 25000 pixels?  The pixel cache requires approximately 4.7 gibibytes of storage.  Ouch.  ImageMagick accounts for possible huge storage requirements by caching large images to disk rather than memory.  Typically the pixel cache is stored in memory using heap memory. If heap memory is exhausted, pixels are stored in in an anonymous map; if the anonymous memory map is exhausted, we create the pixel cache on disk and attempt to memory-map it; and if memory-map memory is exhausted, we simply use standard disk I/O.  Disk storage is cheap but it is also very slow, upwards of 1000 times slower than memory.  We can get some speed improvements, up to 5 times, if we use memory mapping to the disk-based cache.  These decisions about storage are made <em>automagically</em> by the pixel cache manager negotiating with the operating system.  However, you can influence how the pixel cache manager allocates the pixel cache with <em>cache resource limits</em>.  The limits include:</p> 
    355355 
    356356<dl class="doc"> 
     
    369369<p>To determine the current setting of these limits, use this command:</p> 
    370370 
    371 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -list resource</span><span class='crtout'><pre>File       Area     Memory        Map       Disk  Thread       Time 
    372 ------------------------------------------------------------------- 
    373  768   3.8187gb    2.864gb   7.6375gb       16eb       2  unlimited</pre></span></p> 
    374 <p>You can set these limits either with  <a href="../www/resources.html#environment">environment variables</a>, the <a href="../www/command-line-options.html#limit">-limit</a> command line option, or the <a href="../www/api/resource.html#SetMagickResourceLimit">SetMagickResourceLimit()</a> MagickCore API method. As an example, our online web interface to ImageMagick, <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">ImageMagick Studio</a>, has an area limit of 64 megabytes, a memory limit of 128 megabytes and a map limit of 256 megabytes and a disk limit of 1 gigabytes.  Since we process multiple simultaneous sessions, we don't want any one session consuming all the available memory.  Instead large images are cached to disk.  If the image is too large and exceeds the pixel cache disk limit, the program exits.  In addition, we place a 60 second time limit to prevent any run-away processing tasks.</p> 
     371<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -list resource</span><span class='crtout'><pre>File        Area      Memory         Map        Disk  Thread        Time 
     372------------------------------------------------------------------------ 
     373 768   11.551GiB   8.6631GiB   23.102GiB       16EiB       8   unlimited</pre></span></p> 
     374<p>You can set these limits either with  <a href="../www/resources.html#environment">environment variables</a>, the <a href="../www/command-line-options.html#limit">-limit</a> command line option, or the <a href="../www/api/resource.html#SetMagickResourceLimit">SetMagickResourceLimit()</a> MagickCore API method. As an example, our online web interface to ImageMagick, <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">ImageMagick Studio</a>, has an area limit of 64 mebibytes, a memory limit of 128 mebibytes and a map limit of 256 mebibytes and a disk limit of 1 gibibytes.  Since we process multiple simultaneous sessions, we don't want any one session consuming all the available memory.  Instead large images are cached to disk.  If the image is too large and exceeds the pixel cache disk limit, the program exits.  In addition, we place a 60 second time limit to prevent any run-away processing tasks.</p> 
    375375 
    376376<p>Note, the cache limits are global, meaning if you create several images, the combined resource requirements are compared to the limit to determine the pixel cache storage disposition.</p> 
     
    12211221      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    12221222      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    1223     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     1223    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    12241224    </span> 
    12251225    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/binary-releases.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    171174 
    172175  <tr> 
    173       <td valign="top">ImageMagick-6.5.6-5.i386.rpm</td> 
    174     <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/i386/ImageMagick-6.5.6-5.i386.rpm">download</a></td> 
    175     <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/fedora/i386/ImageMagick-6.5.6-5.i386.rpm">download</a></td> 
     176      <td valign="top">ImageMagick-6.5.6-6.i386.rpm</td> 
     177    <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/i386/ImageMagick-6.5.6-6.i386.rpm">download</a></td> 
     178    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/fedora/i386/ImageMagick-6.5.6-6.i386.rpm">download</a></td> 
    176179    <td valign="top">Fedora Core 10 i386 RPM</td> 
    177180  </tr> 
    178181 
    179182  <tr> 
    180       <td valign="top">ImageMagick-6.5.6-5.x86_64.rpm</td> 
    181       <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/x86_64/ImageMagick-6.5.6-5.x86_64.rpm">download</a></td> 
    182     <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/fedora/x86_64/ImageMagick-6.5.6-5.x86_64.rpm">download</a></td> 
     183      <td valign="top">ImageMagick-6.5.6-6.x86_64.rpm</td> 
     184      <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/x86_64/ImageMagick-6.5.6-6.x86_64.rpm">download</a></td> 
     185    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/fedora/x86_64/ImageMagick-6.5.6-6.x86_64.rpm">download</a></td> 
    183186    <td valign="top">Fedora Core 10 x86_64 RPM</td> 
    184187  </tr> 
     
    217220<p>ImageMagick RPM's are self-installing.  Simply type the following command and you're ready to start using ImageMagick:</p> 
    218221 
    219 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpm -Uvh ImageMagick-6.5.6-5.i386.rpm</span></p> 
     222<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpm -Uvh ImageMagick-6.5.6-6.i386.rpm</span></p> 
    220223<p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p> 
    221224 
     
    299302 
    300303<p>The Windows version of ImageMagick is self-installing.  Simply click on the appropriate version below and it will launch itself and ask you a few installation questions.  Versions with <em>Q8</em> in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas,  <em>Q16</em> in the filename are 16 bits-per-pixel component. A Q16 version permits you to read or write 16-bit images without losing precision but requires twice as much resources as the Q8 version.  Versions with <em>dll</em> in the filename include ImageMagick libraries as <a href="http://www.answers.com/topic/dll">dynamic link libraries</a>. If you are not sure which version is appropriate, choose 
    301 <a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-5-Q16-windows-dll.exe' >ImageMagick-6.5.6-5-Q16-windows-dll.exe</a>.</p> 
     304<a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-6-Q16-windows-dll.exe' >ImageMagick-6.5.6-6-Q16-windows-dll.exe</a>.</p> 
    302305 
    303306<table class="doc"> 
     
    311314 
    312315  <tr> 
    313         <td valign="top">ImageMagick-6.5.6-5-Q16-windows-dll.exe</td> 
    314         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-5-Q16-windows-dll.exe">download</a></td> 
    315       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.6-5-Q16-windows-dll.exe">download</a></td> 
     316        <td valign="top">ImageMagick-6.5.6-6-Q16-windows-dll.exe</td> 
     317        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-6-Q16-windows-dll.exe">download</a></td> 
     318      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.6-6-Q16-windows-dll.exe">download</a></td> 
    316319    <td valign="top">Win32 dynamic at 16 bits-per-pixel</td> 
    317320  </tr> 
    318321 
    319322  <tr> 
    320         <td valign="top">ImageMagick-6.5.6-5-Q16-windows-static.exe</td> 
    321         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-5-Q16-windows-static.exe">download</a></td> 
    322       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.6-5-Q16-windows-static.exe">download</a></td> 
     323        <td valign="top">ImageMagick-6.5.6-6-Q16-windows-static.exe</td> 
     324        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-6-Q16-windows-static.exe">download</a></td> 
     325      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.6-6-Q16-windows-static.exe">download</a></td> 
    323326    <td valign="top">Win32 static at 16 bits-per-pixel</td> 
    324327  </tr> 
    325328 
    326329  <tr> 
    327         <td valign="top">ImageMagick-6.5.6-5-Q16-windows-x64-static.exe</td> 
    328         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-5-Q16-windows-x64-static.exe">download</a></td> 
    329       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.6-5-Q16-windows-x64-static.exe">download</a></td> 
     330        <td valign="top">ImageMagick-6.5.6-6-Q16-windows-x64-static.exe</td> 
     331        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-6-Q16-windows-x64-static.exe">download</a></td> 
     332      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.6-6-Q16-windows-x64-static.exe">download</a></td> 
    330333   <td valign="top">x64 static at 16 bits-per-pixel</td> 
    331334  </tr> 
    332335 
    333336  <tr> 
    334         <td valign="top">ImageMagick-6.5.6-5-Q8-windows-dll.exe</td> 
    335         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-5-Q8-windows-dll.exe">download</a></td> 
    336       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.6-5-Q8-windows-dll.exe">download</a></td> 
     337        <td valign="top">ImageMagick-6.5.6-6-Q8-windows-dll.exe</td> 
     338        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-6-Q8-windows-dll.exe">download</a></td> 
     339      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.6-6-Q8-windows-dll.exe">download</a></td> 
    337340    <td valign="top">Win32 dynamic at 8 bits-per-pixel</td> 
    338341  </tr> 
    339342 
    340343  <tr> 
    341         <td valign="top">ImageMagick-6.5.6-5-Q8-windows-static.exe</td> 
    342         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-5-Q8-windows-static.exe">download</a></td> 
    343       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.6-5-Q8-windows-static.exe">download</a></td> 
     344        <td valign="top">ImageMagick-6.5.6-6-Q8-windows-static.exe</td> 
     345        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-6-Q8-windows-static.exe">download</a></td> 
     346      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.6-6-Q8-windows-static.exe">download</a></td> 
    344347    <td valign="top">Win32 static at 8 bits-per-pixel</td> 
    345348  </tr> 
  • ImageMagick/trunk/www/changelog.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    149152<div class="main"> 
    150153 
    151 <ul><dt>2009-09-25  6.5.6-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
     154<ul><dt>2009-09-25  6.5.6-6 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
     155  <li> Permit percentage of hue for HSL (e.g. hsl(12%,...)).</li><br /> 
     156<dt>2009-09-25  6.5.6-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
    152157  <li> Support -clamp option.</li> 
    153158  <li> Patch for IsMagickColorEqual() for HDRI.</li> 
     
    157162<dt>2009-09-22  6.5.6-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
    158163  <li> Don't compile Huffman2DEncodeImage() unless the TIFF delegate library    is enabled.</li> 
    159   <li> Hue in hsl() format is 0-359 and does not use %.</li><br /> 
     164  <li> Hue in hsl() format is 0-360 and does not use %.</li><br /> 
    160165<dt>2009-09-21  6.5.6-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
    161166  <li> Deprecate LevelImageColors(), replace with LevelColorsImage().</li><br /> 
  • ImageMagick/trunk/www/cipher.html

    r228 r255  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
     127   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     128</div> 
     129<div  class="sponsor"> 
    127130  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    128131</div> 
     
    203206      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    204207      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    205     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     208    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    206209    </span> 
    207210    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/color.html

    r228 r255  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
     127   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     128</div> 
     129<div  class="sponsor"> 
    127130  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    128131</div> 
     
    153156 
    154157<div class="doc-section"> 
    155 <p>A number of ImageMagick options and methods take a color as an argument. The color can then be given as a color name (there is a limited but large set of these; see below) or it can be given as a set of numbers (in decimal or hexadecimal), each corresponding to a channel in an RGB, RGBA,  HSL,  HSLA,  CMYK, or CMYKA specification. These topics are briefly described in the sections below.</p> 
     158<p>A number of ImageMagick options and methods take a color as an argument. The color can then be given as a color name (there is a limited but large set of these; see below) or it can be given as a set of numbers (in decimal or hexadecimal), each corresponding to a channel in an RGB, RGBA,  HSL,  HSLA,  HSB, HSBA, CMYK, or CMYKA specification. These topics are briefly described in the sections below.</p> 
    156159</div> 
    157160 
     
    169172<div class="doc-section"> 
    170173 
    171 <p>The RGB, CMYK, and HSL color models are used in numerical color specifications. These examples all specify the same red RGB color:</p> 
     174<p>The RGB, CMYK, HSL and HSB color models are used in numerical color specifications. These examples all specify the same red RGB color:</p> 
    172175 
    173176<pre class="text"> 
    174   #f00                #rgb 
    175   #ff0000             #rrggbb 
    176   #ffff00000000       #rrrrggggbbbb 
    177   #ffff000000000ffff  #rrrrggggbbbbaaaa 
    178   rgb(255, 0, 0)      an integer in the range 0&mdash;255 for each component 
     177  #f00                      #rgb 
     178  #ff0000                   #rrggbb 
     179  #ffff00000000             #rrrrggggbbbb 
     180  #ffff00000000ffff         #rrrrggggbbbbaaaa 
     181  rgb(255, 0, 0)            an integer in the range 0&mdash;255 for each component 
     182  rgb(100.0%, 0.0%, 0.0%)   a float in the range 0&mdash;100% for each component 
    179183</pre > 
    180184 
    181185<p>The format of an RGB value in hexadecimal notation is a '#' immediately followed by either three, six, or twelve hexadecimal characters. The three-digit RGB notation (#rgb) is converted into six-digit form (#rrggbb) by replicating digits, not by adding zeros. For example,  #fb0 expands to #ffbb00. This ensures that white (#ffffff) can be specified with the short notation (#fff) and removes any dependencies on the color depth of the image. Use the hexadecimal notation whenever performance is an issue.  ImageMagick does not need to load the expansive color table to interpret a hexadecimal color, e.g., <kbd>#000000</kbd>, but it does if <kbd>black</kbd> is used instead.</p> 
    182186 
    183 <p>The format of an RGB value in the functional notation is 'rgb(<em>r</em>,<em>g</em>,<em>b</em>)',  where  <em>r</em>, <em>g</em>, and <em>b</em> are either three integer values or three percentage values. RGB values range from 0 to 255 (or 0% to 100%). The integer value 255 corresponds to 100%, and to #F or #FF in the hexadecimal notation: rgb(255, 255, 255) = rgb(100%, 100%, 100%) = #FFF = #FFFFFF. </p> 
     187<p>The format of an RGB value in the functional notation is 'rgb(<em>r</em>,<em>g</em>,<em>b</em>)',  where  <em>r</em>, <em>g</em>, and <em>b</em> are either three integer or float values in the range 0&mdash;255 or three integer or float percentage values in the range 0&mdash;100%. The value 255 corresponds to 100%, and to #F or #FF in the hexadecimal notation: rgb(255, 255, 255) = rgb(100%, 100%, 100%) = #FFF = #FFFFFF. </p> 
    184188 
    185189<p>White space characters are allowed around the numerical values, at least if the entire color argument is enclosed in quotes ('single quotes' for Unix-like systems, "double quotes" for Windows).</p> 
     
    188192 
    189193<pre class="text"> 
    190   rgb(255, 0, 0)                 integer range 0 - 255 
     194  rgb(255, 0, 0)                 range 0 - 255 
    191195  rgba(255, 0, 0, 1.0)           the same, with an explicit alpha value 
    192   rgb(100.0%, 0.0%, 0.0%)        float range 0.0% - 100.0% 
    193   rgba(100.0%, 0.0%, 0.0%, 1.0)  the same, with an explicit alpha value 
     196  rgb(100%, 0%, 0%)              range 0.0% - 100.0% 
     197  rgba(100%, 0%, 0%, 1.0)        the same, with an explicit alpha value 
    194198</pre> 
    195199 
     
    205209</pre> 
    206210 
    207 <p>The ImageMagick color model also supports hue-saturation-lightness (HSL) colors as a complement to numerical RGB colors. HSL colors are encoding as a triple (hue, saturation,  lightness). </p> 
    208  
    209 <p>Hue is represented as an angle of the color circle (i.e. the rainbow represented in a circle). This angle is so typically measured in degrees that the unit is implicit in CSS; syntactically,  only a <em>number</em> is given. By definition red=0=360,  and the other colors are spread around the circle,  so green=120,  blue=240,  etc. As an angle,  it implicitly wraps around such that -120=240 and 480=120, for instance. (Students of trigonometry would say that "coterminal angles are equivalent" here; an angle <em>&theta;</em> can be standardized by computing the equivalent angle, <em>&theta;</em>&nbsp;mod&nbsp;360.) </p> 
    210  
    211 <p>Saturation and lightness are represented as percentages. 100% is full saturation,  and 0% is a shade of grey. 0% lightness is black,  100% lightness is white,  and 50% lightness is 'normal'.  For example:</p> 
     211<p>The ImageMagick color model also supports hue-saturation-lightness (HSL) and hue-saturation-brightness (HSB) colors as a complement to numerical RGB colors. HSL colors are encoding as a triple (hue, saturation, lightness). Likewise HSB colors are encoding as a triple (hue, saturation, brightness). HSL or HSB triples are either direct values (hue 0&mdash;360, saturation 0&mdash;255, ligthness or brightness 0&mdash;255) or as percentage values relative to these ranges.</p> 
     212 
     213<p>The HSB color system is geometrically represented as a cone with its apex pointing downward. Hue is measured around the perimeter. Saturation is measured from the axis outward. Brightness is measured from the apex upward.</p> 
     214 
     215<p>The HSL color system is geometrically represented as a stacked double cone with one apex pointing downward and the other pointing upward. The widest ends of both cones are stacked together one on top of the other. Hue is measured around the perimeter. Saturation is measured from the axis outward. Lightness is measured from the bottom apex upward.</p> 
     216 
     217<p>See <a href="http://en.wikipedia.org/wiki/HSL_and_HSV" target="_blank">http://en.wikipedia.org/wiki/HSL_and_HSV</a> for more details on HSL and HSB color systems.</p> 
     218 
     219<p>Hue is represented as an angle of the color around the circular perimeter of the cone(s) (i.e. the rainbow represented in a circle). Hue values are either integer or floats in the range 0&mdash;360 or integer or float percentage values in the range 0&mdash;100%. By definition red=0=360 (or 0%=100%),  and the other colors are spread around the circle,  so green=120 (or 33.3333%),  blue=240 (or (66.6667%), etc. As an angle, it implicitly wraps around such that -120=240 and 480=120, for instance. (Students of trigonometry would say that "coterminal angles are equivalent" here; an angle <em>&theta;</em> can be standardized by computing the equivalent angle, <em>&theta;</em>&nbsp;mod&nbsp;360.)</p> 
     220 
     221<p>Saturation is measure outward from the central axis of the cone(s) toward the perimeter of the cone(s). Saturation may be expressed as an integer or float in the range 0&mdash;255 or as an integer or float percentage in the range 0&mdash;100. Saturation may be thought of as the absence of any "white" mixed with the base color. Thus 255 or 100% is full saturation and corresponds to a point on the outside surface of the cone (HSB) or double cone (HSL). It will be the most "colorful" region. 0 or 0% is no saturation which results in some shade of gray. It occurs along the central axis of the cone or double cone with black at the bottom apex and white at the top.</p> 
     222 
     223<p>Brightness and Lightness also may be represented as integers or floats in the range 0&mdash;255 or as integer or float percentages in the range 0&mdash;100%. Brightness and Lightness are measured from the bottom apex upward to the top of the cone or double cone along the cone(s) central axis. 0 or 0% corresponds to the bottom apex and 255 or 100% corresponds to the top center of the cone for Brightness and to the top apex of the double cone for Lightness.</p> 
     224 
     225<p>The HSB color system is a little easier to understand than the HSL color system. In the HSB color system, black is at the bottom apex and white is at the top center of the cone on the central axis. The most colorful or saturated colors will then be at the outer edge of the top of the cone at the widest part. Thus at Saturation=100% and Brightness=100%</p> 
    212226 
    213227<pre class="text"> 
    214   hsl(0, 100%,  50%)    red 
    215   hsl(120, 100%,  50%)  green 
    216   hsl(120, 100%,  25%)  light green 
    217   hsl(120, 100%,  75%)  dark green 
    218   hsl(120, 50%,  50%)   pastel green 
     228  hsb(0%, 100%,  100%)          or    hsl(0, 255,  255)          full red 
     229  hsb(33.3333%, 100%,  100%)    or    hsl(120, 255,   255)       full green 
     230  hsb(33.3333%, 100%,  75%)     or    hsl(120, 255,   191.25)    medium green 
     231  hsb(33.3333%, 100%,  50%)     or    hsl(120, 255,   127.5)     dark green 
     232  hsb(33.3333%, 100%,  25%)     or    hsl(120, 255,   63.75)     very dark green 
     233  hsb(33.3333%, 50%,   50%)     or    hsl(120, 127.5, 127.5)     pastel green 
    219234</pre> 
    220235 
    221 <p>One advantage of HSL over RGB is that it can be more intuitive: you can guess at the colors you want, and then tweak. It is also easier to create sets of matching colors (by keeping the hue the same and varying the lightness and saturation, for example).</p> 
    222  
    223 <p>The format of an HSL color value in the functional notation is hsl(<em>h</em>,<em>s</em>,<em>l</em>).  The hue value <em>h</em> ranges from 0 to 360.  Saturation and lightness (<em>s</em> and <em>l</em>) range from 0 to 255</p> 
    224  
    225 <p>Just as the 'rgb()' functional notation has the 'rgba()' alpha counterpart, the 'hsl()' functional notation has its 'hsla()' alpha counterpart. These examples specify the same color:</p> 
     236<p>In the HSL color system, black is at the bottom apex and white is at the top apex. However, saturation is largest at the middle of the double cone on its outer perimeter and thus at a lightness value of 50%. The most colorful or saturated colors will then be at the outer edge of the double cone at its widest part. Thus at Saturation=100% and Brightness=50%</p> 
    226237 
    227238<pre class="text"> 
    228   hsl(120, 100%,  50%)         green 
    229   hsla(120, 100%,  50%,  1.0)  the same, with an alpha value of 1.0 
     239  hsl(0%, 100%,  50%)           or    hsl(0, 255,  127.5)        full red 
     240  hsb(33.3333%, 100%,  100%)    or    hsl(120, 255,   255)       white 
     241  hsl(33.3333%, 100%,  75%)     or    hsl(120, 255,   191.25)    pastel green 
     242  hsl(33.3333%, 100%,  50%)     or    hsl(120, 255,   127.5)     full green 
     243  hsl(33.3333%, 100%,  25%)     or    hsl(120, 255,   63.75)     dark green 
     244  hsl(33.3333%, 50%,   50%)     or    hsl(120, 127.5, 127.5)     medium green 
    230245</pre> 
     246 
     247<p>One advantage of HSB or HSL over RGB is that it can be more intuitive: you can guess at the colors you want, and then tweak. It is also easier to create sets of matching colors (by keeping the hue the same and varying the brightness or lightness and saturation, for example).</p> 
     248 
     249<p>Just as the 'rgb()' functional notation has the 'rgba()' alpha counterpart, the 'hsl()' and 'hsb()' functional notations have their 'hsla()' 'hsba()' alpha counterparts. These examples specify the same color:</p> 
     250 
     251<pre class="text"> 
     252  hsb(33.3333%, 100%,  100%)         full green in hsb 
     253  hsba(33.3333%, 100%,  100%,  1.0)  the same, with an alpha value of 1.0 
     254  hsb(120, 255,  255)                full green in hsb 
     255  hsba(120, 255,  255,  1.0)         the same, with an alpha value of 1.0 
     256 
     257  hsl(33.3333%, 100%,  50%)          full green in hsl 
     258  hsla(33.3333%, 100%,  50%,  1.0)   the same, with an alpha value of 1.0 
     259  hsl(120, 255,  127.5)              full green in hsl 
     260  hsla(120, 255,  127.5,  1.0)       the same, with an alpha value of 1.0 
     261</pre> 
     262 
     263<p>Prior to ImageMagick 6.5.6-6, HSL (HSB) could only be specified with Hue in range 0&mdash;360, but Saturation and Lightness (Brightness) as percent in range 0&mdash;100%.</p> 
    231264 
    232265</div> 
  • ImageMagick/trunk/www/command-line-options.html

    r228 r255  
    127127 
    128128<div class="sponsbox"> 
     129<div  class="sponsor"> 
     130   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     131</div> 
    129132<div  class="sponsor"> 
    130133  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
  • ImageMagick/trunk/www/command-line-processing.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    631634      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    632635      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    633     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     636    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    634637    </span> 
    635638    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/command-line-tools.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    151154<p class="navigation-index">[<a href="#animate">animate</a> &bull; <a href="#compare">compare</a> &bull; <a href="#composite">composite</a> &bull; <a href="#conjure">conjure</a> &bull; <a href="#convert">convert</a> &bull; <a href="#display">display</a> &bull; <a href="#identify">identify</a> &bull; <a href="#import">import</a> &bull; <a href="#mogrify">mogrify</a> &bull; <a href="#montage">montage</a> &bull; <a href="#stream">stream</a>]</p> 
    152155 
    153 <p>ImageMagick includes a number of command-line utilities for manipulating images.  Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as <a href="http://www.gimp.org" target="2108985052">gimp</a> or <a href="http://www.adobe.com" target="623133828">Photoshop</a>.  However, a GUI is not always convenient.  Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image.  For these types of operations, the command-line image processing utility is appropriate.</p> 
     156<p>ImageMagick includes a number of command-line utilities for manipulating images.  Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as <a href="http://www.gimp.org" target="403044462">gimp</a> or <a href="http://www.adobe.com" target="1058900659">Photoshop</a>.  However, a GUI is not always convenient.  Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image.  For these types of operations, the command-line image processing utility is appropriate.</p> 
    154157 
    155158<p>The ImageMagick command-line tools exit with a status of 0 if the command line arguments have a proper syntax and no problems are encountered.  Expect a descriptive message and an exit status of 1 if any exception occurs such as improper syntax, a problem reading or writing an image, or any other problem that prevents the command from completing successfully.</p> 
    156159 
    157 <p>In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves.  If you are just getting acquainted with ImageMagick, start with the <a href="#convert">convert</a> program.  Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to <a href="http://www.imagemagick.org/Usage/" target="254239426">convert, compose, or edit</a> images from the command-line.</p> 
     160<p>In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves.  If you are just getting acquainted with ImageMagick, start with the <a href="#convert">convert</a> program.  Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to <a href="http://www.imagemagick.org/Usage/" target="1316414918">convert, compose, or edit</a> images from the command-line.</p> 
    158161 
    159162<div style="margin: auto;"> 
  • ImageMagick/trunk/www/compare.html

    r228 r255  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
     127   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     128</div> 
     129<div  class="sponsor"> 
    127130  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    128131</div> 
     
    394397      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    395398      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    396     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     399    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    397400    </span> 
    398401    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/composite.html

    r228 r255  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
     127   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     128</div> 
     129<div  class="sponsor"> 
    127130  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    128131</div> 
     
    598601      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    599602      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    600     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     603    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    601604    </span> 
    602605    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/conjure.html

    r228 r255  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
     127   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     128</div> 
     129<div  class="sponsor"> 
    127130  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    128131</div> 
     
    304307      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    305308      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    306     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     309    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    307310    </span> 
    308311    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/contact.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    166169  </ul> 
    167170 
    168 <p>You will receive a reply within 24-48 hours if your submission is any of these topics. For all other topics, do not expect a reply. Instead post your message to the <a href="http://www.imagemagick.org/discourse-server" target="1127558536">discourse server</a> or the <a href="../www/mailing-list.html">mailing list</a>.</p> 
     171<p>You will receive a reply within 24-48 hours if your submission is any of these topics. For all other topics, do not expect a reply. Instead post your message to the <a href="http://www.imagemagick.org/discourse-server" target="160282087">discourse server</a> or the <a href="../www/mailing-list.html">mailing list</a>.</p> 
    169172  <fieldset> 
    170173  <legend>Contact the Wizards</legend> 
     
    216219      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    217220      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    218     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     221    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    219222    </span> 
    220223    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/convert.html

    r228 r255  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
     127   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     128</div> 
     129<div  class="sponsor"> 
    127130  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    128131</div> 
     
    12581261      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    12591262      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    1260     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     1263    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    12611264    </span> 
    12621265    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/display.html

    r228 r255  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
     127   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     128</div> 
     129<div  class="sponsor"> 
    127130  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    128131</div> 
     
    636639      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    637640      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    638     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     641    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    639642    </span> 
    640643    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/download.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    151154<p class="navigation-index"></p> 
    152155<p>ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors around the world listed below.  ImageMagick stable and development source releases are also available from <a href="../www/subversion.html">Subversion</a>.  Before you download, you may want to review recent <a href="../www/changelog.html">changes</a> to the ImageMagick distribution.</p> 
    153 <p>The latest release of ImageMagick is version 6.5.6-5.</p> 
     156<p>The latest release of ImageMagick is version 6.5.6-6.</p> 
    154157<dl class="doc"> 
    155158  <dt class="doc">Australia</dt> 
  • ImageMagick/trunk/www/escape.html

    r228 r255  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
    127    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    128128</div> 
    129129<div  class="sponsor"> 
  • ImageMagick/trunk/www/examples.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    149152<div class="main"> 
    150153 
    151 <p>Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script.  You can generate this image yourself with this <a href="../www/perl-magick.html">PerlMagick</a> script, <a href="../www/source/examples.pl" target="817383692">examples.pl</a>.</p><br /> 
     154<p>Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script.  You can generate this image yourself with this <a href="../www/perl-magick.html">PerlMagick</a> script, <a href="../www/source/examples.pl" target="888866030">examples.pl</a>.</p><br /> 
    152155 
    153156<div class="viewport"> 
  • ImageMagick/trunk/www/exception.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    352355      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    353356      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    354     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     357    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    355358    </span> 
    356359    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/formats.html

    r228 r255  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
    127    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     127   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    128128</div> 
    129129<div  class="sponsor"> 
     
    686686    <td valign="top">W</td> 
    687687    <td valign="top">HP Page Control Language</td> 
    688     <td valign="top">For output to HP laser printers.</td> 
     688    <td valign="top">Use <a href="../www/command-line-options.html#define">-define</a> to specify fit to page option (e.g. <kbd>-define pcl:fit-to-page=true</kbd>).</td> 
    689689  </tr> 
    690690 
     
    17431743      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    17441744      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    1745     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     1745    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    17461746    </span> 
    17471747    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/fx.html

    r228 r255  
    124124 
    125125<div class="sponsbox"> 
     126<div  class="sponsor"> 
     127   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     128</div> 
    126129<div  class="sponsor"> 
    127130  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     
    464467      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    465468      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    466     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     469    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    467470    </span> 
    468471    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/high-dynamic-range.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    183183<p>To verify HDRI is properly configured, look for "HDRI" in the version string:</p> 
    184184 
    185 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.5.6-5 2009-09-55 Q16 HDRI http://www.imagemagick.org</span></p> 
     185<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.5.6-6 2009-10-01 Q16 HDRI http://www.imagemagick.org</span></p> 
    186186</div> 
    187187 
     
    193193      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    194194      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    195     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     195    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    196196    </span> 
    197197    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/history.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    160163<p>The next generation of ImageMagick, version 5, started when Bob Friesenhahn contacted me and suggested I improve the application programming interface so users could leverage the image-processing algorithms from other languages or scripts.  Bob also wrote a C++ wrapper for ImageMagick called Magick++, and began contributing enhancements such as the module loader facility, automatic file identification, and test suites.  In the mean-time, the project picked up a few other notable contributors: Glenn Randers-Pehrson, William Radcliffe, and Leonard Rosenthol.  By now, ImageMagick was being utilized by tens of thousands of users, who reacted gruffly when a new release broke an existing API call or script.  The other members of the group wanted to freeze the API and command line but I was not quite ready, since ImageMagick was not quite what I had envisioned it could be. Bob and the others created a fork of ImageMagick. I alone continued to develop ImageMagick.</p> 
    161164 
    162 <p>I did not work alone for long.  Anthony Thyssen contacted me about deficiencies in the ImageMagick command line programs.  He pointed out that the command line was confusing when dealing with more than one image. He suggested an orderly, well-defined method for dealing with the command line, and this became ImageMagick version 6 (the current release). His efforts are detailed on his web pages, <a href="http://www.imagemagick.org/Usage/" target="338292903">Examples of ImageMagick Usage</a>.  I highly recommend that you peruse his site. He has illustrated the power of ImageMagick in ways that even I did not know were possible.</p> 
     165<p>I did not work alone for long.  Anthony Thyssen contacted me about deficiencies in the ImageMagick command line programs.  He pointed out that the command line was confusing when dealing with more than one image. He suggested an orderly, well-defined method for dealing with the command line, and this became ImageMagick version 6 (the current release). His efforts are detailed on his web pages, <a href="http://www.imagemagick.org/Usage/" target="93375362">Examples of ImageMagick Usage</a>.  I highly recommend that you peruse his site. He has illustrated the power of ImageMagick in ways that even I did not know were possible.</p> 
    163166 
    164167<p>It has been 20 years since ImageMagick was first conceived, and it looks likely that it will be here for another 20 and beyond. The command line and the application programming interface are stable, but there is still work to do.  We are currently working on improving the conjure utility, Scalable Vector Graphics (SVG) support, and adding better support for video formats.</p> 
     
    173176      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    174177      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    175     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     178    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    176179    </span> 
    177180    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/identify.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
    126    <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    222222    Filesize: 3.97266kb  <br/> 
    223223    Number pixels: 3.14453kb  <br/> 
    224     Version: ImageMagick 6.5.6-5 2009-09-55 Q16 http://www.imagemagick.org</span></p> 
     224    Version: ImageMagick 6.5.6-6 2009-10-01 Q16 http://www.imagemagick.org</span></p> 
    225225<p>To get the print size in inches of an image at 72 DPI, use:</p> 
    226226 
  • ImageMagick/trunk/www/import.html

    r228 r255  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
     127   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     128</div> 
     129<div  class="sponsor"> 
    127130  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    128131</div> 
     
    493496      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    494497      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    495     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     498    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    496499    </span> 
    497500    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/index.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    187190  <li><a href="../www/cipher.html">Encipher or decipher an image</a>: convert ordinary images into unintelligible gibberish and back again</li> 
    188191  <li>Virtual pixel support: convenient access to pixels outside the image region</li> 
    189   <li>Large image support: read, process, or write mega- and giga-pixel image sizes</li> 
     192  <li>Large image support: read, process, or write mebi- and gibi-pixel image sizes</li> 
    190193  <li><a href="../www/architecture.html#threads">Threads of execution support</a>: ImageMagick is thread safe and most internal algorithms are OpenMP-enabled to take advantage of speed-ups offered by the dual and quad-core processor technologies</li> 
    191194</ul> 
     
    215218      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    216219      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    217     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     220    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    218221    </span> 
    219222    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/install-source.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
     
    221224      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    222225      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    223     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     226    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    224227    </span> 
    225228    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/jp2.html

    r228 r255  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
     127   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     128</div> 
     129<div  class="sponsor"> 
    127130  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    128131</div> 
     
    260263      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    261264      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    262     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     265    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    263266    </span> 
    264267    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/license.html

    r228 r255  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20090501000200 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
  • ImageMagick/trunk/www/links.html

    r228 r255  
    160160</div> 
    161161<ul> 
    162   <dt><a href="http://www.imagemagick.org/Usage/" target="1790213520">Examples of ImageMagick Usage</a></dt> 
    163   <dt><a href="http://software.newsforge.com/article.pl?sid=05/04/29/1358220" target="1410344787">Advanced image editing from the command line with ImageMagick</a></dt> 
    164   <dt><a href="http://www.applematters.com/index.html/section/comments/1113/" target="57083973">Best Open Source Software for the Macintosh</a></dt> 
    165   <dt><a href="http://software.newsforge.com/article.pl?sid=05/07/01/1959251" target="233318867">Command-line animations using ImageMagick</a></dt> 
    166   <dt><a href="http://www.builderau.com.au/program/linux/soa/Convert_images_with_open_source_ImageMagick/0,339028299,339271774,00.htm" target="1930501762">Convert Images with Open Source ImageMagick</a></dt> 
    167   <dt><a href="http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/" target="123176900">Enchanting Pictures with ImageMagick</a></dt> 
    168   <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428" target="829854262">Graphics from the Command Line</a></dt> 
    169   <dt><a href="http://www.ars-informatica.ca/article.html?article=22" target="326791052">Image creation, conversion and manipulation with ImageMagick</a></dt> 
    170   <dt><a href="http://www.applematters.com/index.html/section/comments/2104/" target="722986153">Image Editing for Power Users on the Mac</a></dt> 
    171   <dt><a href="http://applications.linux.com/article.pl?sid=05/03/29/1525217" target="772076002">ImageMagick: A graphics wizard for the command line</a></dt> 
    172   <dt><a href="http://www.ioncannon.net/linux/81/5-imagemagick-command-line-examples-part-1/" target="1394481366">ImageMagick command line examples - part 1</a></dt> 
    173   <dt><a href="http://www.ioncannon.net/linux/72/5-imagemagick-command-line-examples-part-2/" target="129650075">ImageMagick command line examples - part 2</a></dt> 
    174   <dt><a href="http://www.rabuser.info/jmagick.html" target="1014267405">ImageMagick &amp; Java</a></dt> 
    175   <dt><a href="http://www.jpeek.com/articles/linuxmag/0606.pdf" target="1911585502">ImageMagick, Part One</a></dt> 
    176   <dt><a href="http://www.jpeek.com/articles/linuxmag/0607.pdf" target="316904882">ImageMagick, Part Two</a></dt> 
    177   <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine" target="718698089">More Graphics from the Command Line</a></dt> 
    178   <dt><a href="http://www.ffnn.nl/pages/projects/ubuntu-firefox-themes.html" target="779076904">Ubuntu Firefox Themes</a></dt> 
     162  <dt><a href="http://www.imagemagick.org/Usage/" target="97463057">Examples of ImageMagick Usage</a></dt> 
     163  <dt><a href="http://software.newsforge.com/article.pl?sid=05/04/29/1358220" target="1534324021">Advanced image editing from the command line with ImageMagick</a></dt> 
     164  <dt><a href="http://www.applematters.com/index.html/section/comments/1113/" target="2077981338">Best Open Source Software for the Macintosh</a></dt> 
     165  <dt><a href="http://software.newsforge.com/article.pl?sid=05/07/01/1959251" target="22938727">Command-line animations using ImageMagick</a></dt> 
     166  <dt><a href="http://www.builderau.com.au/program/linux/soa/Convert_images_with_open_source_ImageMagick/0,339028299,339271774,00.htm" target="1669251033">Convert Images with Open Source ImageMagick</a></dt> 
     167  <dt><a href="http://polishlinux.org/apps/graphics/enchanting-pictures-with-imagemagick/" target="39034958">Enchanting Pictures with ImageMagick</a></dt> 
     168  <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf/?ca=dnt-428" target="2019159599">Graphics from the Command Line</a></dt> 
     169  <dt><a href="http://www.ars-informatica.ca/article.html?article=22" target="876439486">Image creation, conversion and manipulation with ImageMagick</a></dt> 
     170  <dt><a href="http://www.applematters.com/index.html/section/comments/2104/" target="1367450534">Image Editing for Power Users on the Mac</a></dt> 
     171  <dt><a href="http://applications.linux.com/article.pl?sid=05/03/29/1525217" target="1888045525">ImageMagick: A graphics wizard for the command line</a></dt> 
     172  <dt><a href="http://www.ioncannon.net/linux/81/5-imagemagick-command-line-examples-part-1/" target="1766322733">ImageMagick command line examples - part 1</a></dt> 
     173  <dt><a href="http://www.ioncannon.net/linux/72/5-imagemagick-command-line-examples-part-2/" target="172558105">ImageMagick command line examples - part 2</a></dt> 
     174  <dt><a href="http://www.rabuser.info/jmagick.html" target="530186442">ImageMagick &amp; Java</a></dt> 
     175  <dt><a href="http://www.jpeek.com/articles/linuxmag/0606.pdf" target="2010260238">ImageMagick, Part One</a></dt> 
     176  <dt><a href="http://www.jpeek.com/articles/linuxmag/0607.pdf" target="709995426">ImageMagick, Part Two</a></dt> 
     177  <dt><a href="http://www-106.ibm.com/developerworks/library/l-graf2/?ca=dgr-lnxw15GraphicsLine" target="1052703197">More Graphics from the Command Line</a></dt> 
     178  <dt><a href="http://www.ffnn.nl/pages/projects/ubuntu-firefox-themes.html" target="1954840638">Ubuntu Firefox Themes</a></dt> 
    179179</ul> 
    180180 
     
    184184 
    185185<ul> 
    186   <dt><a href="http://www-128.ibm.com/developerworks/openwww/source/library/os-mosaic/?ca=dgr-lnxw09MosaicImages" target="225580165">Create Mosaic Images with Perl and ImageMagick</a></dt> 
    187   <dt><a href="http://builder.com.com/5100-6371-5924990.html" target="2100004425">Convert images for printing with MagickWand for PHP</a></dt> 
    188   <dt><a href="http://www.sitepoint.com/article/dynamic-images-imagemagick" target="1523987582">Create Dynamic Images with ImageMagick</a></dt> 
    189   <dt><a href="http://www.clearimageonline.com/builder/pdf/imageservices.pdf" target="1624025159">Image Services Add-on for Aestiva's HTML/OS and H2O</a></dt> 
    190   <dt><a href="http://www.ioncannon.net/php/75/how-to-compile-imagemagick-for-php-by-hand/" target="423157212">How to compile ImageMagick for PHP by hand</a></dt> 
    191   <dt><a href="http://members.shaw.ca/el.supremo/MagickWand/" target="768159687">MagickWand Examples in C</a></dt> 
    192   <dt><a href="http://www.html-editors.com/contest/1/82-read.html" target="508334052">PHP Extensions: MagickWand for PHP</a></dt> 
    193   <dt><a href="http://www.evolt.org/article/PHP_frontend_to_ImageMagick/17/55650/" target="1137288588">PHP frontend to ImageMagick</a></dt> 
    194   <dt><a href="http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/" target="1654555292">PHP ImageMagick MagickWand Examples</a></dt> 
    195   <dt><a href="http://www.imagemagick.org/RMagick/doc/rvgtut.html" target="1630419031">RVG - Ruby Vector Graphics</a></dt> 
    196   <dt><a href="http://www.devshed.com/c/a/PHP/Security-Images-with-PHP-and-ImageMagick/" target="1738644310">Security Images with PHP and ImageMagick</a></dt> 
    197   <dt><a href="http://www.rubblewebs.co.uk/imagemagick/" target="1141647548">Simple Uses of PHP and ImageMagick</a></dt> 
     186  <dt><a href="http://www-128.ibm.com/developerworks/openwww/source/library/os-mosaic/?ca=dgr-lnxw09MosaicImages" target="1400924175">Create Mosaic Images with Perl and ImageMagick</a></dt> 
     187  <dt><a href="http://builder.com.com/5100-6371-5924990.html" target="562625599">Convert images for printing with MagickWand for PHP</a></dt> 
     188  <dt><a href="http://www.sitepoint.com/article/dynamic-images-imagemagick" target="261638407">Create Dynamic Images with ImageMagick</a></dt> 
     189  <dt><a href="http://www.clearimageonline.com/builder/pdf/imageservices.pdf" target="942989902">Image Services Add-on for Aestiva's HTML/OS and H2O</a></dt> 
     190  <dt><a href="http://www.ioncannon.net/php/75/how-to-compile-imagemagick-for-php-by-hand/" target="1059921063">How to compile ImageMagick for PHP by hand</a></dt> 
     191  <dt><a href="http://members.shaw.ca/el.supremo/MagickWand/" target="1134483367">MagickWand Examples in C</a></dt> 
     192  <dt><a href="http://www.html-editors.com/contest/1/82-read.html" target="2051563732">PHP Extensions: MagickWand for PHP</a></dt> 
     193  <dt><a href="http://www.evolt.org/article/PHP_frontend_to_ImageMagick/17/55650/" target="1006422233">PHP frontend to ImageMagick</a></dt> 
     194  <dt><a href="http://www.ioncannon.net/php/61/php-imagemagick-magickwand-examples/" target="751468616">PHP ImageMagick MagickWand Examples</a></dt> 
     195  <dt><a href="http://www.imagemagick.org/RMagick/doc/rvgtut.html" target="1410143254">RVG - Ruby Vector Graphics</a></dt> 
     196  <dt><a href="http://www.devshed.com/c/a/PHP/Security-Images-with-PHP-and-ImageMagick/" target="1592307032">Security Images with PHP and ImageMagick</a></dt> 
     197  <dt><a href="http://www.rubblewebs.co.uk/imagemagick/" target="1009710498">Simple Uses of PHP and ImageMagick</a></dt> 
    198198</ul> 
    199199 
     
    203203 
    204204<ul> 
    205   <dt><a href="http://beta.bigmedium.com/blog/imagemagick-install-osx.shtml" target="365246757">Installing ImageMagick on Mac OS X</a></dt> 
    206   <dt><a href="http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/" target="1872237419">ImageMagick on iPhone</a></dt> 
    207   <dt><a href="http://www.cloudgoessocial.net/2009/07/09/imagemagick-on-iphone-xcode/" target="784377420">ImageMagick on iPhone - Xcode</a></dt> 
     205  <dt><a href="http://beta.bigmedium.com/blog/imagemagick-install-osx.shtml" target="377001305">Installing ImageMagick on Mac OS X</a></dt> 
     206  <dt><a href="http://www.cloudgoessocial.net/2009/06/09/imagemagick-on-iphone-with-jpeg-png/" target="1855317034">ImageMagick on iPhone</a></dt> 
     207  <dt><a href="http://www.cloudgoessocial.net/2009/07/09/imagemagick-on-iphone-xcode/" target="1107173556">ImageMagick on iPhone - Xcode</a></dt> 
    208208</ul> 
    209209 
     
    213213 
    214214<ul> 
    215   <dt><a href="http://www.xs4all.nl/%7Ebvdwolf/main/foto/down_sample/down_sample.htm" target="1775591544">Down-sampling Methods</a></dt> 
     215  <dt><a href="http://www.xs4all.nl/%7Ebvdwolf/main/foto/down_sample/down_sample.htm" target="1911325327">Down-sampling Methods</a></dt> 
    216216</ul> 
    217217 
     
    220220</div> 
    221221<ul> 
    222   <dt><a href="http://www.linux.com/article.pl?sid=06/09/29/1917210" target="1929321392">Book review: ImageMagick Tricks</a></dt> 
    223   <dt><a href="http://books.slashdot.org/books/06/03/13/1442239.shtml" target="1017696287">The Definitive Guide To ImageMagick</a></dt> 
     222  <dt><a href="http://www.linux.com/article.pl?sid=06/09/29/1917210" target="1785814724">Book review: ImageMagick Tricks</a></dt> 
     223  <dt><a href="http://books.slashdot.org/books/06/03/13/1442239.shtml" target="1130112283">The Definitive Guide To ImageMagick</a></dt> 
    224224</ul> 
    225225 
     
    228228</div> 
    229229<ul> 
    230   <dt><a href="http://www.archivesat.com/ImageMagick_Users_List/" target="1558609658">ImageMagick Users List</a></dt> 
    231   <dt><a href="http://www.archivesat.com/ImageMagick_Developer_List/" target="2052498292">ImageMagick Developers List</a></dt> 
    232   <dt><a href="http://www.archivesat.com/ImageMagick_Defect_Support/" target="1847550549">ImageMagick Bugs List</a></dt> 
     230  <dt><a href="http://www.archivesat.com/ImageMagick_Users_List/" target="1433092712">ImageMagick Users List</a></dt> 
     231  <dt><a href="http://www.archivesat.com/ImageMagick_Developer_List/" target="1824849682">ImageMagick Developers List</a></dt> 
     232  <dt><a href="http://www.archivesat.com/ImageMagick_Defect_Support/" target="1001788235">ImageMagick Bugs List</a></dt> 
    233233</ul> 
    234234 
     
    238238<dl> 
    239239  <dt>Denmark</dt> 
    240     <dd><a href="http://imagemagick.europnews.de" target="1885400710">http://imagemagick.europnews.de</a></dd><br /> 
     240    <dd><a href="http://imagemagick.europnews.de" target="162048550">http://imagemagick.europnews.de</a></dd><br /> 
    241241  <dt>Germany</dt> 
    242