Changeset 228

Show
Ignore:
Timestamp:
09/27/09 06:55:46 (6 months ago)
Author:
cristy
Message:
 
Files:
110 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/ImageMagick.spec

    r190 r228  
    11%define VERSION  6.5.6 
    2 %define Patchlevel  5 
     2%define Patchlevel  6 
    33 
    44Name:           ImageMagick 
  • ImageMagick/trunk/config/configure.xml

    r225 r228  
    99  <configure name="NAME" value="ImageMagick"/> 
    1010  <configure name="LIB_VERSION" value="0x656"/> 
    11   <configure name="LIB_VERSION_NUMBER" value="6,5,6,5"/> 
    12   <configure name="RELEASE_DATE" value="2009-09-26"/> 
     11  <configure name="LIB_VERSION_NUMBER" value="6,5,6,6"/> 
     12  <configure name="RELEASE_DATE" value="2009-09-27"/> 
    1313  <configure name="CONFIGURE" value="./configure "/> 
    1414  <configure name="PREFIX" value="/usr/local"/> 
  • ImageMagick/trunk/index.html

    r178 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
  • ImageMagick/trunk/libtool

    r190 r228  
    22 
    33# libtool - Provide generalized library-building support services. 
    4 # Generated automatically by config.status (ImageMagick) 6.5.6-5 
     4# Generated automatically by config.status (ImageMagick) 6.5.6-6 
    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/color.c

    r218 r228  
    33173317            pixel; 
    33183318 
    3319           geometry_info.rho=fmod(fmod(scale*geometry_info.rho,360.0)+360.0, 
    3320             360.0)/360.0; 
     3319          geometry_info.rho=fmod(fmod(geometry_info.rho,360.0)+360.0,360.0)/ 
     3320            360.0; 
    33213321          scale=1.0/255.0; 
    33223322          if ((flags & PercentValue) != 0) 
     
    33363336            pixel; 
    33373337 
    3338           geometry_info.rho=fmod(fmod(scale*geometry_info.rho,360.0)+360.0, 
    3339             360.0)/360.0; 
     3338          geometry_info.rho=fmod(fmod(geometry_info.rho,360.0)+360.0,360.0)/ 
     3339            360.0; 
    33403340          scale=1.0/255.0; 
    33413341          if ((flags & PercentValue) != 0) 
     
    33553355            pixel; 
    33563356 
    3357           geometry_info.rho=fmod(fmod(scale*geometry_info.rho,360.0)+360.0, 
    3358             360.0)/360.0; 
     3357          geometry_info.rho=fmod(fmod(geometry_info.rho,360.0)+360.0,360.0)/ 
     3358            360.0; 
    33593359          scale=1.0/255.0; 
    33603360          if ((flags & PercentValue) != 0) 
  • ImageMagick/trunk/magick/version.h

    r225 r228  
    3131#define MagickLibVersionText  "6.5.6" 
    3232#define MagickLibVersionNumber  2,0,0 
    33 #define MagickLibSubversion  "-5" 
    34 #define MagickReleaseDate  "2009-09-26" 
     33#define MagickLibSubversion  "-6" 
     34#define MagickReleaseDate  "2009-09-27" 
    3535#define MagickChangeDate   "20090925" 
    3636#define MagickAuthoritativeURL  "http://www.imagemagick.org" 
  • ImageMagick/trunk/version.sh

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

    r138 r228  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
     127  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     128</div> 
     129<div  class="sponsor"> 
    127130   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    128131</div> 
     
    132135<div  class="sponsor"> 
    133136  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    134 </div> 
    135 <div  class="sponsor"> 
    136   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    137137</div> 
    138138<div  class="sponsor"> 
     
    205205      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    206206      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    207     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     207    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    208208    </span> 
    209209    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/advanced-unix-installation.html

    r190 r228  
    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.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    134134<div  class="sponsor"> 
    135135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    136 </div> 
    137 <div  class="sponsor"> 
    138   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    139136</div> 
    140137<div  class="sponsor"> 
     
    523520          <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> 
    524521          <p>Unpack and change into the top-level ImageMagick directory:</p> 
    525                 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvfz ImageMagick-6.5.6-4.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> 
     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> 
    526523        <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk/ \ <br/> 
    527524        -arch i386 -I/sw/include/"</span></p>     <p>Set your LDFLAGS environment variable to:</p> 
     
    598595      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    599596      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    600     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     597    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    601598    </span> 
    602599    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/advanced-windows-installation.html

    r190 r228  
    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.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    134134<div  class="sponsor"> 
    135135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    136 </div> 
    137 <div  class="sponsor"> 
    138   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    139136</div> 
    140137<div  class="sponsor"> 
     
    428425        <ol> 
    429426        <li>Double-click on 
    430         <kbd>VisualMagick/bin/ImageMagick-6.5.6-4-Q16-windows-dll.exe</kbd> 
     427        <kbd>VisualMagick/bin/ImageMagick-6.5.6-5-Q16-windows-dll.exe</kbd> 
    431428        to launch the ImageMagick binary distribution.</li> 
    432429        <li>Complete the installer screens to install ImageMagick on your system.</li> 
     
    484481      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    485482      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    486     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     483    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    487484    </span> 
    488485    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/animate.html

    r190 r228  
    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"> 
     130  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     131</div> 
     132<div  class="sponsor"> 
    127133   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    128134</div> 
     
    132138<div  class="sponsor"> 
    133139  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    134 </div> 
    135 <div  class="sponsor"> 
    136   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    137140</div> 
    138141<div  class="sponsor"> 
     
    605608      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    606609      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    607     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     610    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    608611    </span> 
    609612    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api.html

    r190 r228  
    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"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     130</div> 
     131<div  class="sponsor"> 
    126132   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127133</div> 
     
    133139</div> 
    134140<div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136 </div> 
    137 <div  class="sponsor"> 
    138141  <a href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 201002010000 --> 
    139142</div> 
     
    157160</div> 
    158161 
    159 <p><a href="https://gna.org/projects/g2f/" target="1462326722">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="1096107296">G2F</a> implements an Ada 95 binding to a subset of the low-level MagickCore library.</p> 
    160163 
    161164<div style="margin: auto;"> 
     
    169172</div> 
    170173 
    171 <p><a href="http://www.imagemagick.org/ChMagick" target="1581666663">ChMagick</a> is a <a href="http://www.softintegration.com/" target="424821927">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="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> 
    172175 
    173176<div style="margin: auto;"> 
     
    181184</div> 
    182185 
    183 <p><a href="http://www.imagemagick.org/Magick++" target="803883124">Magick++</a> provides an object-oriented C++ interface to ImageMagick.  See <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf" target="436856218">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="938073521">source</a> if you want to correct, enhance, or expand the tutorial.</p> 
     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> 
    184187 
    185188<div style="margin: auto;"> 
     
    187190</div> 
    188191 
    189 <p><a href="http://www.jmagick.org" target="1780267172">JMagick</a> provides an object-oriented Java interface to ImageMagick.  <a href="http://im4java.sourceforge.net" target="1891183645">Im4java</a> is a pure-java interface to the ImageMagick command-line.</p> 
     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> 
    190193 
    191194<div style="margin: auto;"> 
     
    193196</div> 
    194197 
    195 <p><a href="http://forums.lavag.org/downloads-file90.html" target="1980461678">LVOOP ImageMagick</a> is an object-oriented LabVIEW interface to ImageMagick.</p> 
     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> 
    196199 
    197200<div style="margin: auto;"> 
     
    199202</div> 
    200203 
    201 <p><a href="http://common-lisp.net/project/cl-magick/" target="1770547481">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="1926589449">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p> 
    202205 
    203206<div style="margin: auto;"> 
     
    205208</div> 
    206209 
    207 <p><a href="http://code.google.com/p/nmagick" target="93822624">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="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> 
    208211 
    209212<div style="margin: auto;"> 
     
    219222</div> 
    220223 
    221 <p><a href="http://wiki.lazarus.freepascal.org/PascalMagick" target="1747101065">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="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> 
    222225 
    223226<div style="margin: auto;"> 
     
    231234</div> 
    232235 
    233 <p><a href="http://www.magickwand.org/" target="819499195">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</p> 
    234  
    235 <p><a href="http://pecl.html.net/package/imagick" target="1543530494">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="577332749">here</a>.</p> 
    236  
    237 <p><a href="http://www.francodacosta.com/phmagick" target="1943767340">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="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> 
    238241 
    239242<div style="margin: auto;"> 
     
    242245</div> 
    243246 
    244 <p><a href="http://www.imagemagick.org/download/python/" target="264780576">PythonMagick</a> an object-oriented Python interface to ImageMagick.</p> 
    245  
    246 <p><a href="http://www.procoders.net/?p=39" target="1161957279">PythonMagickWand</a> an object-oriented Python interface to MagickWand based on ctypes.</p> 
     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> 
    247250 
    248251<div style="margin: auto;"> 
     
    250253</div> 
    251254 
    252 <p>The <a href="http://www.monkeybreadsoftware.de/realbasic/plugin-imagemagick.shtml" target="2005985903">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="73033552">MBS Realbasic ImageMagick</a> is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.</p> 
    253256 
    254257<div style="margin: auto;"> 
     
    256259</div> 
    257260 
    258 <p><a href="http://rmagick.rubyforge.org/" target="11351672">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="714811841">documentation</a>.</p> 
    259  
    260 <p><a href="http://magickwand.rubyforge.org/" target="1047373210">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="828413053">documentation</a>.</p> 
    261  
    262 <p><a href="http://rubyforge.org/projects/mini-magick" target="289372883">MiniMagick</a> is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.</p> 
    263  
    264 <p><a href="http://quickmagick.rubyforge.org/quick_magick" target="440737184">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="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> 
    265268 
    266269<div style="margin: auto;"> 
     
    268271</div> 
    269272 
    270 <p><a href="http://tclmagick.sourceforge.net/" target="837191773">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p> 
     273<p><a href="http://tclmagick.sourceforge.net/" target="912019869">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p> 
    271274 
    272275<div style="margin: auto;"> 
     
    274277</div> 
    275278 
    276 <p><a href="http://code.google.com/p/remotemagick/" target="191426588">RemoteMagick</a> is an XML-RPC web service that creates image thumbnails.</p> 
     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> 
    277280 
    278281</div> 
     
    283286      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    284287      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    285     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     288    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    286289    </span> 
    287290    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/animate.html

    r165 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    181181      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    182182      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    183     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     183    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    184184    </span> 
    185185    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/annotate.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/blob.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    341341      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    342342      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    343     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     343    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    344344    </span> 
    345345    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/cache-view.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/cache.html

    r178 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    510510      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    511511      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    512     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     512    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    513513    </span> 
    514514    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/cipher.html

    r190 r228  
    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.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     127</div> 
     128<div  class="sponsor"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
    128131<div  class="sponsor"> 
     
    134137<div  class="sponsor"> 
    135138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    136 </div> 
    137 <div  class="sponsor"> 
    138   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    139139</div> 
    140140<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://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     358    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    359359    </span> 
    360360    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/color.html

    r190 r228  
    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.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    134134<div  class="sponsor"> 
    135135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    136 </div> 
    137 <div  class="sponsor"> 
    138   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    139136</div> 
    140137<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/compare.html

    r153 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/composite.html

    r165 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/constitute.html

    r165 r228  
    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"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     130</div> 
     131<div  class="sponsor"> 
    126132   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127133</div> 
     
    131137<div  class="sponsor"> 
    132138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136139</div> 
    137140<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/decorate.html

    r153 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/deprecate.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/display.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/distort.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/draw.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    376376      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    377377      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    378     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     378    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    379379    </span> 
    380380    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/drawing-wand.html

    r178 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    30653065      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    30663066      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    3067     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     3067    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    30683068    </span> 
    30693069    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/effect.html

    r190 r228  
    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.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    134134<div  class="sponsor"> 
    135135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    136 </div> 
    137 <div  class="sponsor"> 
    138   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    139136</div> 
    140137<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/enhance.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     127</div> 
     128<div  class="sponsor"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     130</div> 
     131<div  class="sponsor"> 
    126132   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127133</div> 
     
    131137<div  class="sponsor"> 
    132138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136139</div> 
    137140<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/exception.html

    r190 r228  
    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.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    134134<div  class="sponsor"> 
    135135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    136 </div> 
    137 <div  class="sponsor"> 
    138   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    139136</div> 
    140137<div  class="sponsor"> 
     
    466463      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    467464      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    468     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     465    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    469466    </span> 
    470467    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/fx.html

    r190 r228  
    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.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     127</div> 
     128<div  class="sponsor"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127130</div> 
    128131<div  class="sponsor"> 
     
    134137<div  class="sponsor"> 
    135138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    136 </div> 
    137 <div  class="sponsor"> 
    138   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    139139</div> 
    140140<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://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     828    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    829829    </span> 
    830830    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/histogram.html

    r178 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/image.html

    r178 r228  
    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"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     130</div> 
     131<div  class="sponsor"> 
    126132   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127133</div> 
     
    131137<div  class="sponsor"> 
    132138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136139</div> 
    137140<div  class="sponsor"> 
     
    10351038      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    10361039      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    1037     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     1040    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    10381041    </span> 
    10391042    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/layer.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    445445      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    446446      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    447     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     447    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    448448    </span> 
    449449    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/list.html

    r190 r228  
    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.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    134134<div  class="sponsor"> 
    135135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    136 </div> 
    137 <div  class="sponsor"> 
    138   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    139136</div> 
    140137<div  class="sponsor"> 
     
    646643      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    647644      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    648     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     645    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    649646    </span> 
    650647    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/magick-deprecate.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    898898      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    899899      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    900     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     900    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    901901    </span> 
    902902    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/magick-image.html

    r190 r228  
    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.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    136136</div> 
    137137<div  class="sponsor"> 
    138   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    139 </div> 
    140 <div  class="sponsor"> 
    141138  <a href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 201002010000 --> 
    142139</div> 
     
    152149<div class="main"> 
    153150 
    154 <p class="navigation-index">[<a href="#GetImageFromMagickWand">GetImageFromMagickWand</a> &bull; <a href="#MagickAdaptiveBlurImage">MagickAdaptiveBlurImage</a> &bull; <a href="#MagickAdaptiveResizeImage">MagickAdaptiveResizeImage</a> &bull; <a href="#MagickAdaptiveSharpenImage">MagickAdaptiveSharpenImage</a> &bull; <a href="#MagickAdaptiveThresholdImage">MagickAdaptiveThresholdImage</a> &bull; <a href="#MagickAddImage">MagickAddImage</a> &bull; <a href="#MagickAddNoiseImage">MagickAddNoiseImage</a> &bull; <a href="#MagickAffineTransformImage">MagickAffineTransformImage</a> &bull; <a href="#MagickAnnotateImage">MagickAnnotateImage</a> &bull; <a href="#MagickAnimateImages">MagickAnimateImages</a> &bull; <a href="#MagickAppendImages">MagickAppendImages</a> &bull; <a href="#MagickAutoGammaImage">MagickAutoGammaImage</a> &bull; <a href="#MagickAutoLevelImage">MagickAutoLevelImage</a> &bull; <a href="#MagickAverageImages">MagickAverageImages</a> &bull; <a href="#MagickBlackThresholdImage">MagickBlackThresholdImage</a> &bull; <a href="#MagickBlueShiftImage">MagickBlueShiftImage</a> &bull; <a href="#MagickBlurImage">MagickBlurImage</a> &bull; <a href="#MagickBorderImage">MagickBorderImage</a> &bull; <a href="#MagickCharcoalImage">MagickCharcoalImage</a> &bull; <a href="#MagickChopImage">MagickChopImage</a> &bull; <a href="#MagickClipImage">MagickClipImage</a> &bull; <a href="#MagickClipImagePath">MagickClipImagePath</a> &bull; <a href="#MagickClutImage">MagickClutImage</a> &bull; <a href="#MagickCoalesceImages">MagickCoalesceImages</a> &bull; <a href="#MagickColorDecisionListImage">MagickColorDecisionListImage</a> &bull; <a href="#MagickColorizeImage">MagickColorizeImage</a> &bull; <a href="#MagickCombineImages">MagickCombineImages</a> &bull; <a href="#MagickCommentImage">MagickCommentImage</a> &bull; <a href="#MagickCompareImageChannels">MagickCompareImageChannels</a> &bull; <a href="#MagickCompareImageLayers">MagickCompareImageLayers</a> &bull; <a href="#MagickCompareImages">MagickCompareImages</a> &bull; <a href="#MagickCompositeImage">MagickCompositeImage</a> &bull; <a href="#MagickContrastImage">MagickContrastImage</a> &bull; <a href="#MagickContrastStretchImage">MagickContrastStretchImage</a> &bull; <a href="#MagickConvolveImage">MagickConvolveImage</a> &bull; <a href="#MagickCropImage">MagickCropImage</a> &bull; <a href="#MagickCycleColormapImage">MagickCycleColormapImage</a> &bull; <a href="#MagickConstituteImage">MagickConstituteImage</a> &bull; <a href="#MagickDecipherImage">MagickDecipherImage</a> &bull; <a href="#MagickDeconstructImages">MagickDeconstructImages</a> &bull; <a href="#MagickDeskewImage">MagickDeskewImage</a> &bull; <a href="#MagickDespeckleImage">MagickDespeckleImage</a> &bull; <a href="#MagickDestroyImage">MagickDestroyImage</a> &bull; <a href="#MagickDisplayImage">MagickDisplayImage</a> &bull; <a href="#MagickDisplayImages">MagickDisplayImages</a> &bull; <a href="#MagickDistortImage">MagickDistortImage</a> &bull; <a href="#MagickDrawImage">MagickDrawImage</a> &bull; <a href="#MagickEdgeImage">MagickEdgeImage</a> &bull; <a href="#MagickEmbossImage">MagickEmbossImage</a> &bull; <a href="#MagickEncipherImage">MagickEncipherImage</a> &bull; <a href="#MagickEnhanceImage">MagickEnhanceImage</a> &bull; <a href="#MagickEqualizeImage">MagickEqualizeImage</a> &bull; <a href="#MagickEvaluateImage">MagickEvaluateImage</a> &bull; <a href="#MagickExportImagePixels">MagickExportImagePixels</a> &bull; <a href="#MagickExtentImage">MagickExtentImage</a> &bull; <a href="#MagickFlipImage">MagickFlipImage</a> &bull; <a href="#MagickFloodfillPaintImage">MagickFloodfillPaintImage</a> &bull; <a href="#MagickFlopImage">MagickFlopImage</a> &bull; <a href="#MagickForwardFourierTransformImage">MagickForwardFourierTransformImage</a> &bull; <a href="#MagickFrameImage">MagickFrameImage</a> &bull; <a href="#MagickFunctionImage">MagickFunctionImage</a> &bull; <a href="#MagickFxImage">MagickFxImage</a> &bull; <a href="#MagickGammaImage">MagickGammaImage</a> &bull; <a href="#MagickGaussianBlurImage">MagickGaussianBlurImage</a> &bull; <a href="#MagickGetImage">MagickGetImage</a> &bull; <a href="#MagickGetImageAlphaChannel">MagickGetImageAlphaChannel</a> &bull; <a href="#MagickGetImageClipMask">MagickGetImageClipMask</a> &bull; <a href="#MagickGetImageBackgroundColor">MagickGetImageBackgroundColor</a> &bull; <a href="#MagickGetImageBlob">MagickGetImageBlob</a> &bull; <a href="#MagickGetImageBlob">MagickGetImageBlob</a> &bull; <a href="#MagickGetImageBluePrimary">MagickGetImageBluePrimary</a> &bull; <a href="#MagickGetImageBorderColor">MagickGetImageBorderColor</a> &bull; <a href="#MagickGetImageChannelDepth">MagickGetImageChannelDepth</a> &bull; <a href="#MagickGetImageChannelDistortion">MagickGetImageChannelDistortion</a> &bull; <a href="#MagickGetImageChannelDistortions">MagickGetImageChannelDistortions</a> &bull; <a href="#MagickGetImageChannelMean">MagickGetImageChannelMean</a> &bull; <a href="#MagickGetImageChannelKurtosis">MagickGetImageChannelKurtosis</a> &bull; <a href="#MagickGetImageChannelRange">MagickGetImageChannelRange</a> &bull; <a href="#MagickGetImageChannelStatistics">MagickGetImageChannelStatistics</a> &bull; <a href="#MagickGetImageColormapColor">MagickGetImageColormapColor</a> &bull; <a href="#MagickGetImageColors">MagickGetImageColors</a> &bull; <a href="#MagickGetImageColorspace">MagickGetImageColorspace</a> &bull; <a href="#MagickGetImageCompose">MagickGetImageCompose</a> &bull; <a href="#MagickGetImageCompression">MagickGetImageCompression</a> &bull; <a href="#MagickGetImageCompression">MagickGetImageCompression</a> &bull; <a href="#MagickGetImageDelay">MagickGetImageDelay</a> &bull; <a href="#MagickGetImageDepth">MagickGetImageDepth</a> &bull; <a href="#MagickGetImageDistortion">MagickGetImageDistortion</a> &bull; <a href="#MagickGetImageDispose">MagickGetImageDispose</a> &bull; <a href="#MagickGetImageFilename">MagickGetImageFilename</a> &bull; <a href="#MagickGetImageFormat">MagickGetImageFormat</a> &bull; <a href="#MagickGetImageFuzz">MagickGetImageFuzz</a> &bull; <a href="#MagickGetImageGamma">MagickGetImageGamma</a> &bull; <a href="#MagickGetImageGravity">MagickGetImageGravity</a> &bull; <a href="#MagickGetImageGreenPrimary">MagickGetImageGreenPrimary</a> &bull; <a href="#MagickGetImageHeight">MagickGetImageHeight</a> &bull; <a href="#MagickGetImageHistogram">MagickGetImageHistogram</a> &bull; <a href="#MagickGetImageInterlaceScheme">MagickGetImageInterlaceScheme</a> &bull; <a href="#MagickGetImageInterpolateMethod">MagickGetImageInterpolateMethod</a> &bull; <a href="#MagickGetImageIterations">MagickGetImageIterations</a> &bull; <a href="#MagickGetImageLength">MagickGetImageLength</a> &bull; <a href="#MagickGetImageMatteColor">MagickGetImageMatteColor</a> &bull; <a href="#MagickGetImageOrientation">MagickGetImageOrientation</a> &bull; <a href="#MagickGetImagePage">MagickGetImagePage</a> &bull; <a href="#MagickGetImagePixelColor">MagickGetImagePixelColor</a> &bull; <a href="#MagickGetImageRedPrimary">MagickGetImageRedPrimary</a> &bull; <a href="#MagickGetImageRegion">MagickGetImageRegion</a> &bull; <a href="#MagickGetImageRenderingIntent">MagickGetImageRenderingIntent</a> &bull; <a href="#MagickGetImageResolution">MagickGetImageResolution</a> &bull; <a href="#MagickGetImageScene">MagickGetImageScene</a> &bull; <a href="#MagickGetImageSignature">MagickGetImageSignature</a> &bull; <a href="#MagickGetImageTicksPerSecond">MagickGetImageTicksPerSecond</a> &bull; <a href="#MagickGetImageType">MagickGetImageType</a> &bull; <a href="#MagickGetImageUnits">MagickGetImageUnits</a> &bull; <a href="#MagickGetImageVirtualPixelMethod">MagickGetImageVirtualPixelMethod</a> &bull; <a href="#MagickGetImageWhitePoint">MagickGetImageWhitePoint</a> &bull; <a href="#MagickGetImageWidth">MagickGetImageWidth</a> &bull; <a href="#MagickGetNumberImages">MagickGetNumberImages</a> &bull; <a href="#MagickGetImageTotalInkDensity">MagickGetImageTotalInkDensity</a> &bull; <a href="#MagickHaldClutImage">MagickHaldClutImage</a> &bull; <a href="#MagickHasNextImage">MagickHasNextImage</a> &bull; <a href="#MagickHasPreviousImage">MagickHasPreviousImage</a> &bull; <a href="#MagickIdentifyImage">MagickIdentifyImage</a> &bull; <a href="#MagickImplodeImage">MagickImplodeImage</a> &bull; <a href="#MagickImportImagePixels">MagickImportImagePixels</a> &bull; <a href="#MagickInverseFourierTransformImage">MagickInverseFourierTransformImage</a> &bull; <a href="#MagickLabelImage">MagickLabelImage</a> &bull; <a href="#MagickLevelImage">MagickLevelImage</a> &bull; <a href="#MagickLinearStretchImage">MagickLinearStretchImage</a> &bull; <a href="#MagickLiquidRescaleImage">MagickLiquidRescaleImage</a> &bull; <a href="#MagickMagnifyImage">MagickMagnifyImage</a> &bull; <a href="#MagickMedianFilterImage">MagickMedianFilterImage</a> &bull; <a href="#MagickMergeImageLayers">MagickMergeImageLayers</a> &bull; <a href="#MagickMinifyImage">MagickMinifyImage</a> &bull; <a href="#MagickModulateImage">MagickModulateImage</a> &bull; <a href="#MagickMontageImage">MagickMontageImage</a> &bull; <a href="#MagickMorphImages">MagickMorphImages</a> &bull; <a href="#MagickMotionBlurImage">MagickMotionBlurImage</a> &bull; <a href="#MagickNegateImage">MagickNegateImage</a> &bull; <a href="#MagickNewImage">MagickNewImage</a> &bull; <a href="#MagickNextImage">MagickNextImage</a> &bull; <a href="#MagickNormalizeImage">MagickNormalizeImage</a> &bull; <a href="#MagickOilPaintImage">MagickOilPaintImage</a> &bull; <a href="#MagickOpaquePaintImage">MagickOpaquePaintImage</a> &bull; <a href="#MagickOptimizeImageLayers">MagickOptimizeImageLayers</a> &bull; <a href="#MagickOrderedPosterizeImage">MagickOrderedPosterizeImage</a> &bull; <a href="#MagickPingImage">MagickPingImage</a> &bull; <a href="#MagickPingImageBlob">MagickPingImageBlob</a> &bull; <a href="#MagickPingImageFile">MagickPingImageFile</a> &bull; <a href="#MagickPolaroidImage">MagickPolaroidImage</a> &bull; <a href="#MagickPosterizeImage">MagickPosterizeImage</a> &bull; <a href="#MagickPreviewImages">MagickPreviewImages</a> &bull; <a href="#MagickPreviousImage">MagickPreviousImage</a> &bull; <a href="#MagickQuantizeImage">MagickQuantizeImage</a> &bull; <a href="#MagickQuantizeImages">MagickQuantizeImages</a> &bull; <a href="#MagickRadialBlurImage">MagickRadialBlurImage</a> &bull; <a href="#MagickRaiseImage">MagickRaiseImage</a> &bull; <a href="#MagickRandomThresholdImage">MagickRandomThresholdImage</a> &bull; <a href="#MagickReadImage">MagickReadImage</a> &bull; <a href="#MagickReadImageBlob">MagickReadImageBlob</a> &bull; <a href="#MagickReadImageFile">MagickReadImageFile</a> &bull; <a href="#MagickRecolorImage">MagickRecolorImage</a> &bull; <a href="#MagickReduceNoiseImage">MagickReduceNoiseImage</a> &bull; <a href="#MagickRemapImage">MagickRemapImage</a> &bull; <a href="#MagickRemoveImage">MagickRemoveImage</a> &bull; <a href="#MagickResampleImage">MagickResampleImage</a> &bull; <a href="#MagickResetImagePage">MagickResetImagePage</a> &bull; <a href="#MagickResizeImage">MagickResizeImage</a> &bull; <a href="#MagickRollImage">MagickRollImage</a> &bull; <a href="#MagickRotateImage">MagickRotateImage</a> &bull; <a href="#MagickSampleImage">MagickSampleImage</a> &bull; <a href="#MagickScaleImage">MagickScaleImage</a> &bull; <a href="#MagickSegmentImage">MagickSegmentImage</a> &bull; <a href="#MagickSelectiveBlurImage">MagickSelectiveBlurImage</a> &bull; <a href="#MagickSeparateImageChannel">MagickSeparateImageChannel</a> &bull; <a href="#MagickSepiaToneImage">MagickSepiaToneImage</a> &bull; <a href="#MagickSetImage">MagickSetImage</a> &bull; <a href="#MagickSetImageAlphaChannel">MagickSetImageAlphaChannel</a> &bull; <a href="#MagickSetImageBackgroundColor">MagickSetImageBackgroundColor</a> &bull; <a href="#MagickSetImageBias">MagickSetImageBias</a> &bull; <a href="#MagickSetImageBluePrimary">MagickSetImageBluePrimary</a> &bull; <a href="#MagickSetImageBorderColor">MagickSetImageBorderColor</a> &bull; <a href="#MagickSetImageChannelDepth">MagickSetImageChannelDepth</a> &bull; <a href="#MagickSetImageClipMask">MagickSetImageClipMask</a> &bull; <a href="#MagickSetImageColormapColor">MagickSetImageColormapColor</a> &bull; <a href="#MagickSetImageColorspace">MagickSetImageColorspace</a> &bull; <a href="#MagickSetImageCompose">MagickSetImageCompose</a> &bull; <a href="#MagickSetImageCompression">MagickSetImageCompression</a> &bull; <a href="#MagickSetImageCompressionQuality">MagickSetImageCompressionQuality</a> &bull; <a href="#MagickSetImageDelay">MagickSetImageDelay</a> &bull; <a href="#MagickSetImageDepth">MagickSetImageDepth</a> &bull; <a href="#MagickSetImageDispose">MagickSetImageDispose</a> &bull; <a href="#MagickSetImageExtent">MagickSetImageExtent</a> &bull; <a href="#MagickSetImageFilename">MagickSetImageFilename</a> &bull; <a href="#MagickSetImageFormat">MagickSetImageFormat</a> &bull; <a href="#MagickSetImageFuzz">MagickSetImageFuzz</a> &bull; <a href="#MagickSetImageGamma">MagickSetImageGamma</a> &bull; <a href="#MagickSetImageGravity">MagickSetImageGravity</a> &bull; <a href="#MagickSetImageGreenPrimary">MagickSetImageGreenPrimary</a> &bull; <a href="#MagickSetImageInterlaceScheme">MagickSetImageInterlaceScheme</a> &bull; <a href="#MagickSetImageInterpolateMethod">MagickSetImageInterpolateMethod</a> &bull; <a href="#MagickSetImageIterations">MagickSetImageIterations</a> &bull; <a href="#MagickSetImageMatte">MagickSetImageMatte</a> &bull; <a href="#MagickSetImageMatteColor">MagickSetImageMatteColor</a> &bull; <a href="#MagickSetImageOpacity">MagickSetImageOpacity</a> &bull; <a href="#MagickSetImageOrientation">MagickSetImageOrientation</a> &bull; <a href="#MagickSetImagePage">MagickSetImagePage</a> &bull; <a href="#MagickSetImageProgressMonitor">MagickSetImageProgressMonitor</a> &bull; <a href="#MagickSetImageRedPrimary">MagickSetImageRedPrimary</a> &bull; <a href="#MagickSetImageRenderingIntent">MagickSetImageRenderingIntent</a> &bull; <a href="#MagickSetImageResolution">MagickSetImageResolution</a> &bull; <a href="#MagickSetImageScene">MagickSetImageScene</a> &bull; <a href="#MagickSetImageTicksPerSecond">MagickSetImageTicksPerSecond</a> &bull; <a href="#MagickSetImageType">MagickSetImageType</a> &bull; <a href="#MagickSetImageUnits">MagickSetImageUnits</a> &bull; <a href="#MagickSetImageVirtualPixelMethod">MagickSetImageVirtualPixelMethod</a> &bull; <a href="#MagickSetImageWhitePoint">MagickSetImageWhitePoint</a> &bull; <a href="#MagickShadeImage">MagickShadeImage</a> &bull; <a href="#MagickShadowImage">MagickShadowImage</a> &bull; <a href="#MagickSharpenImage">MagickSharpenImage</a> &bull; <a href="#MagickShaveImage">MagickShaveImage</a> &bull; <a href="#MagickShearImage">MagickShearImage</a> &bull; <a href="#MagickSigmoidalContrastImage">MagickSigmoidalContrastImage</a> &bull; <a href="#MagickSimilarityImage">MagickSimilarityImage</a> &bull; <a href="#MagickSketchImage">MagickSketchImage</a> &bull; <a href="#MagickSolarizeImage">MagickSolarizeImage</a> &bull; <a href="#MagickSparseColorImage">MagickSparseColorImage</a> &bull; <a href="#MagickSpliceImage">MagickSpliceImage</a> &bull; <a href="#MagickSpreadImage">MagickSpreadImage</a> &bull; <a href="#MagickSteganoImage">MagickSteganoImage</a> &bull; <a href="#MagickStereoImage">MagickStereoImage</a> &bull; <a href="#MagickStripImage">MagickStripImage</a> &bull; <a href="#MagickSwirlImage">MagickSwirlImage</a> &bull; <a href="#MagickTextureImage">MagickTextureImage</a> &bull; <a href="#MagickThresholdImage">MagickThresholdImage</a> &bull; <a href="#MagickThumbnailImage">MagickThumbnailImage</a> &bull; <a href="#MagickTintImage">MagickTintImage</a> &bull; <a href="#MagickTransformImage">MagickTransformImage</a> &bull; <a href="#MagickTransformImageColorspace">MagickTransformImageColorspace</a> &bull; <a href="#MagickTransparentPaintImage">MagickTransparentPaintImage</a> &bull; <a href="#MagickTransposeImage">MagickTransposeImage</a> &bull; <a href="#MagickTransverseImage">MagickTransverseImage</a> &bull; <a href="#MagickTrimImage">MagickTrimImage</a> &bull; <a href="#MagickUniqueImageColors">MagickUniqueImageColors</a> &bull; <a href="#MagickUnsharpMaskImage">MagickUnsharpMaskImage</a> &bull; <a href="#MagickVignetteImage">MagickVignetteImage</a> &bull; <a href="#MagickWaveImage">MagickWaveImage</a> &bull; <a href="#MagickWhiteThresholdImage">MagickWhiteThresholdImage</a> &bull; <a href="#MagickWriteImage">MagickWriteImage</a> &bull; <a href="#MagickWriteImageFile">MagickWriteImageFile</a> &bull; <a href="#MagickWriteImages">MagickWriteImages</a> &bull; <a href="#MagickWriteImagesFile">MagickWriteImagesFile</a>]</p> 
     151<p class="navigation-index">[<a href="#GetImageFromMagickWand">GetImageFromMagickWand</a> &bull; <a href="#MagickAdaptiveBlurImage">MagickAdaptiveBlurImage</a> &bull; <a href="#MagickAdaptiveResizeImage">MagickAdaptiveResizeImage</a> &bull; <a href="#MagickAdaptiveSharpenImage">MagickAdaptiveSharpenImage</a> &bull; <a href="#MagickAdaptiveThresholdImage">MagickAdaptiveThresholdImage</a> &bull; <a href="#MagickAddImage">MagickAddImage</a> &bull; <a href="#MagickAddNoiseImage">MagickAddNoiseImage</a> &bull; <a href="#MagickAffineTransformImage">MagickAffineTransformImage</a> &bull; <a href="#MagickAnnotateImage">MagickAnnotateImage</a> &bull; <a href="#MagickAnimateImages">MagickAnimateImages</a> &bull; <a href="#MagickAppendImages">MagickAppendImages</a> &bull; <a href="#MagickAutoGammaImage">MagickAutoGammaImage</a> &bull; <a href="#MagickAutoLevelImage">MagickAutoLevelImage</a> &bull; <a href="#MagickAverageImages">MagickAverageImages</a> &bull; <a href="#MagickBlackThresholdImage">MagickBlackThresholdImage</a> &bull; <a href="#MagickBlueShiftImage">MagickBlueShiftImage</a> &bull; <a href="#MagickBlurImage">MagickBlurImage</a> &bull; <a href="#MagickBorderImage">MagickBorderImage</a> &bull; <a href="#MagickCharcoalImage">MagickCharcoalImage</a> &bull; <a href="#MagickChopImage">MagickChopImage</a> &bull; <a href="#MagickClampImage">MagickClampImage</a> &bull; <a href="#MagickClipImage">MagickClipImage</a> &bull; <a href="#MagickClipImagePath">MagickClipImagePath</a> &bull; <a href="#MagickClutImage">MagickClutImage</a> &bull; <a href="#MagickCoalesceImages">MagickCoalesceImages</a> &bull; <a href="#MagickColorDecisionListImage">MagickColorDecisionListImage</a> &bull; <a href="#MagickColorizeImage">MagickColorizeImage</a> &bull; <a href="#MagickCombineImages">MagickCombineImages</a> &bull; <a href="#MagickCommentImage">MagickCommentImage</a> &bull; <a href="#MagickCompareImageChannels">MagickCompareImageChannels</a> &bull; <a href="#MagickCompareImageLayers">MagickCompareImageLayers</a> &bull; <a href="#MagickCompareImages">MagickCompareImages</a> &bull; <a href="#MagickCompositeImage">MagickCompositeImage</a> &bull; <a href="#MagickContrastImage">MagickContrastImage</a> &bull; <a href="#MagickContrastStretchImage">MagickContrastStretchImage</a> &bull; <a href="#MagickConvolveImage">MagickConvolveImage</a> &bull; <a href="#MagickCropImage">MagickCropImage</a> &bull; <a href="#MagickCycleColormapImage">MagickCycleColormapImage</a> &bull; <a href="#MagickConstituteImage">MagickConstituteImage</a> &bull; <a href="#MagickDecipherImage">MagickDecipherImage</a> &bull; <a href="#MagickDeconstructImages">MagickDeconstructImages</a> &bull; <a href="#MagickDeskewImage">MagickDeskewImage</a> &bull; <a href="#MagickDespeckleImage">MagickDespeckleImage</a> &bull; <a href="#MagickDestroyImage">MagickDestroyImage</a> &bull; <a href="#MagickDisplayImage">MagickDisplayImage</a> &bull; <a href="#MagickDisplayImages">MagickDisplayImages</a> &bull; <a href="#MagickDistortImage">MagickDistortImage</a> &bull; <a href="#MagickDrawImage">MagickDrawImage</a> &bull; <a href="#MagickEdgeImage">MagickEdgeImage</a> &bull; <a href="#MagickEmbossImage">MagickEmbossImage</a> &bull; <a href="#MagickEncipherImage">MagickEncipherImage</a> &bull; <a href="#MagickEnhanceImage">MagickEnhanceImage</a> &bull; <a href="#MagickEqualizeImage">MagickEqualizeImage</a> &bull; <a href="#MagickEvaluateImage">MagickEvaluateImage</a> &bull; <a href="#MagickExportImagePixels">MagickExportImagePixels</a> &bull; <a href="#MagickExtentImage">MagickExtentImage</a> &bull; <a href="#MagickFlipImage">MagickFlipImage</a> &bull; <a href="#MagickFloodfillPaintImage">MagickFloodfillPaintImage</a> &bull; <a href="#MagickFlopImage">MagickFlopImage</a> &bull; <a href="#MagickForwardFourierTransformImage">MagickForwardFourierTransformImage</a> &bull; <a href="#MagickFrameImage">MagickFrameImage</a> &bull; <a href="#MagickFunctionImage">MagickFunctionImage</a> &bull; <a href="#MagickFxImage">MagickFxImage</a> &bull; <a href="#MagickGammaImage">MagickGammaImage</a> &bull; <a href="#MagickGaussianBlurImage">MagickGaussianBlurImage</a> &bull; <a href="#MagickGetImage">MagickGetImage</a> &bull; <a href="#MagickGetImageAlphaChannel">MagickGetImageAlphaChannel</a> &bull; <a href="#MagickGetImageClipMask">MagickGetImageClipMask</a> &bull; <a href="#MagickGetImageBackgroundColor">MagickGetImageBackgroundColor</a> &bull; <a href="#MagickGetImageBlob">MagickGetImageBlob</a> &bull; <a href="#MagickGetImageBlob">MagickGetImageBlob</a> &bull; <a href="#MagickGetImageBluePrimary">MagickGetImageBluePrimary</a> &bull; <a href="#MagickGetImageBorderColor">MagickGetImageBorderColor</a> &bull; <a href="#MagickGetImageChannelDepth">MagickGetImageChannelDepth</a> &bull; <a href="#MagickGetImageChannelDistortion">MagickGetImageChannelDistortion</a> &bull; <a href="#MagickGetImageChannelDistortions">MagickGetImageChannelDistortions</a> &bull; <a href="#MagickGetImageChannelMean">MagickGetImageChannelMean</a> &bull; <a href="#MagickGetImageChannelKurtosis">MagickGetImageChannelKurtosis</a> &bull; <a href="#MagickGetImageChannelRange">MagickGetImageChannelRange</a> &bull; <a href="#MagickGetImageChannelStatistics">MagickGetImageChannelStatistics</a> &bull; <a href="#MagickGetImageColormapColor">MagickGetImageColormapColor</a> &bull; <a href="#MagickGetImageColors">MagickGetImageColors</a> &bull; <a href="#MagickGetImageColorspace">MagickGetImageColorspace</a> &bull; <a href="#MagickGetImageCompose">MagickGetImageCompose</a> &bull; <a href="#MagickGetImageCompression">MagickGetImageCompression</a> &bull; <a href="#MagickGetImageCompression">MagickGetImageCompression</a> &bull; <a href="#MagickGetImageDelay">MagickGetImageDelay</a> &bull; <a href="#MagickGetImageDepth">MagickGetImageDepth</a> &bull; <a href="#MagickGetImageDistortion">MagickGetImageDistortion</a> &bull; <a href="#MagickGetImageDispose">MagickGetImageDispose</a> &bull; <a href="#MagickGetImageFilename">MagickGetImageFilename</a> &bull; <a href="#MagickGetImageFormat">MagickGetImageFormat</a> &bull; <a href="#MagickGetImageFuzz">MagickGetImageFuzz</a> &bull; <a href="#MagickGetImageGamma">MagickGetImageGamma</a> &bull; <a href="#MagickGetImageGravity">MagickGetImageGravity</a> &bull; <a href="#MagickGetImageGreenPrimary">MagickGetImageGreenPrimary</a> &bull; <a href="#MagickGetImageHeight">MagickGetImageHeight</a> &bull; <a href="#MagickGetImageHistogram">MagickGetImageHistogram</a> &bull; <a href="#MagickGetImageInterlaceScheme">MagickGetImageInterlaceScheme</a> &bull; <a href="#MagickGetImageInterpolateMethod">MagickGetImageInterpolateMethod</a> &bull; <a href="#MagickGetImageIterations">MagickGetImageIterations</a> &bull; <a href="#MagickGetImageLength">MagickGetImageLength</a> &bull; <a href="#MagickGetImageMatteColor">MagickGetImageMatteColor</a> &bull; <a href="#MagickGetImageOrientation">MagickGetImageOrientation</a> &bull; <a href="#MagickGetImagePage">MagickGetImagePage</a> &bull; <a href="#MagickGetImagePixelColor">MagickGetImagePixelColor</a> &bull; <a href="#MagickGetImageRedPrimary">MagickGetImageRedPrimary</a> &bull; <a href="#MagickGetImageRegion">MagickGetImageRegion</a> &bull; <a href="#MagickGetImageRenderingIntent">MagickGetImageRenderingIntent</a> &bull; <a href="#MagickGetImageResolution">MagickGetImageResolution</a> &bull; <a href="#MagickGetImageScene">MagickGetImageScene</a> &bull; <a href="#MagickGetImageSignature">MagickGetImageSignature</a> &bull; <a href="#MagickGetImageTicksPerSecond">MagickGetImageTicksPerSecond</a> &bull; <a href="#MagickGetImageType">MagickGetImageType</a> &bull; <a href="#MagickGetImageUnits">MagickGetImageUnits</a> &bull; <a href="#MagickGetImageVirtualPixelMethod">MagickGetImageVirtualPixelMethod</a> &bull; <a href="#MagickGetImageWhitePoint">MagickGetImageWhitePoint</a> &bull; <a href="#MagickGetImageWidth">MagickGetImageWidth</a> &bull; <a href="#MagickGetNumberImages">MagickGetNumberImages</a> &bull; <a href="#MagickGetImageTotalInkDensity">MagickGetImageTotalInkDensity</a> &bull; <a href="#MagickHaldClutImage">MagickHaldClutImage</a> &bull; <a href="#MagickHasNextImage">MagickHasNextImage</a> &bull; <a href="#MagickHasPreviousImage">MagickHasPreviousImage</a> &bull; <a href="#MagickIdentifyImage">MagickIdentifyImage</a> &bull; <a href="#MagickImplodeImage">MagickImplodeImage</a> &bull; <a href="#MagickImportImagePixels">MagickImportImagePixels</a> &bull; <a href="#MagickInverseFourierTransformImage">MagickInverseFourierTransformImage</a> &bull; <a href="#MagickLabelImage">MagickLabelImage</a> &bull; <a href="#MagickLevelImage">MagickLevelImage</a> &bull; <a href="#MagickLinearStretchImage">MagickLinearStretchImage</a> &bull; <a href="#MagickLiquidRescaleImage">MagickLiquidRescaleImage</a> &bull; <a href="#MagickMagnifyImage">MagickMagnifyImage</a> &bull; <a href="#MagickMedianFilterImage">MagickMedianFilterImage</a> &bull; <a href="#MagickMergeImageLayers">MagickMergeImageLayers</a> &bull; <a href="#MagickMinifyImage">MagickMinifyImage</a> &bull; <a href="#MagickModulateImage">MagickModulateImage</a> &bull; <a href="#MagickMontageImage">MagickMontageImage</a> &bull; <a href="#MagickMorphImages">MagickMorphImages</a> &bull; <a href="#MagickMotionBlurImage">MagickMotionBlurImage</a> &bull; <a href="#MagickNegateImage">MagickNegateImage</a> &bull; <a href="#MagickNewImage">MagickNewImage</a> &bull; <a href="#MagickNextImage">MagickNextImage</a> &bull; <a href="#MagickNormalizeImage">MagickNormalizeImage</a> &bull; <a href="#MagickOilPaintImage">MagickOilPaintImage</a> &bull; <a href="#MagickOpaquePaintImage">MagickOpaquePaintImage</a> &bull; <a href="#MagickOptimizeImageLayers">MagickOptimizeImageLayers</a> &bull; <a href="#MagickOrderedPosterizeImage">MagickOrderedPosterizeImage</a> &bull; <a href="#MagickPingImage">MagickPingImage</a> &bull; <a href="#MagickPingImageBlob">MagickPingImageBlob</a> &bull; <a href="#MagickPingImageFile">MagickPingImageFile</a> &bull; <a href="#MagickPolaroidImage">MagickPolaroidImage</a> &bull; <a href="#MagickPosterizeImage">MagickPosterizeImage</a> &bull; <a href="#MagickPreviewImages">MagickPreviewImages</a> &bull; <a href="#MagickPreviousImage">MagickPreviousImage</a> &bull; <a href="#MagickQuantizeImage">MagickQuantizeImage</a> &bull; <a href="#MagickQuantizeImages">MagickQuantizeImages</a> &bull; <a href="#MagickRadialBlurImage">MagickRadialBlurImage</a> &bull; <a href="#MagickRaiseImage">MagickRaiseImage</a> &bull; <a href="#MagickRandomThresholdImage">MagickRandomThresholdImage</a> &bull; <a href="#MagickReadImage">MagickReadImage</a> &bull; <a href="#MagickReadImageBlob">MagickReadImageBlob</a> &bull; <a href="#MagickReadImageFile">MagickReadImageFile</a> &bull; <a href="#MagickRecolorImage">MagickRecolorImage</a> &bull; <a href="#MagickReduceNoiseImage">MagickReduceNoiseImage</a> &bull; <a href="#MagickRemapImage">MagickRemapImage</a> &bull; <a href="#MagickRemoveImage">MagickRemoveImage</a> &bull; <a href="#MagickResampleImage">MagickResampleImage</a> &bull; <a href="#MagickResetImagePage">MagickResetImagePage</a> &bull; <a href="#MagickResizeImage">MagickResizeImage</a> &bull; <a href="#MagickRollImage">MagickRollImage</a> &bull; <a href="#MagickRotateImage">MagickRotateImage</a> &bull; <a href="#MagickSampleImage">MagickSampleImage</a> &bull; <a href="#MagickScaleImage">MagickScaleImage</a> &bull; <a href="#MagickSegmentImage">MagickSegmentImage</a> &bull; <a href="#MagickSelectiveBlurImage">MagickSelectiveBlurImage</a> &bull; <a href="#MagickSeparateImageChannel">MagickSeparateImageChannel</a> &bull; <a href="#MagickSepiaToneImage">MagickSepiaToneImage</a> &bull; <a href="#MagickSetImage">MagickSetImage</a> &bull; <a href="#MagickSetImageAlphaChannel">MagickSetImageAlphaChannel</a> &bull; <a href="#MagickSetImageBackgroundColor">MagickSetImageBackgroundColor</a> &bull; <a href="#MagickSetImageBias">MagickSetImageBias</a> &bull; <a href="#MagickSetImageBluePrimary">MagickSetImageBluePrimary</a> &bull; <a href="#MagickSetImageBorderColor">MagickSetImageBorderColor</a> &bull; <a href="#MagickSetImageChannelDepth">MagickSetImageChannelDepth</a> &bull; <a href="#MagickSetImageClipMask">MagickSetImageClipMask</a> &bull; <a href="#MagickSetImageColormapColor">MagickSetImageColormapColor</a> &bull; <a href="#MagickSetImageColorspace">MagickSetImageColorspace</a> &bull; <a href="#MagickSetImageCompose">MagickSetImageCompose</a> &bull; <a href="#MagickSetImageCompression">MagickSetImageCompression</a> &bull; <a href="#MagickSetImageCompressionQuality">MagickSetImageCompressionQuality</a> &bull; <a href="#MagickSetImageDelay">MagickSetImageDelay</a> &bull; <a href="#MagickSetImageDepth">MagickSetImageDepth</a> &bull; <a href="#MagickSetImageDispose">MagickSetImageDispose</a> &bull; <a href="#MagickSetImageExtent">MagickSetImageExtent</a> &bull; <a href="#MagickSetImageFilename">MagickSetImageFilename</a> &bull; <a href="#MagickSetImageFormat">MagickSetImageFormat</a> &bull; <a href="#MagickSetImageFuzz">MagickSetImageFuzz</a> &bull; <a href="#MagickSetImageGamma">MagickSetImageGamma</a> &bull; <a href="#MagickSetImageGravity">MagickSetImageGravity</a> &bull; <a href="#MagickSetImageGreenPrimary">MagickSetImageGreenPrimary</a> &bull; <a href="#MagickSetImageInterlaceScheme">MagickSetImageInterlaceScheme</a> &bull; <a href="#MagickSetImageInterpolateMethod">MagickSetImageInterpolateMethod</a> &bull; <a href="#MagickSetImageIterations">MagickSetImageIterations</a> &bull; <a href="#MagickSetImageMatte">MagickSetImageMatte</a> &bull; <a href="#MagickSetImageMatteColor">MagickSetImageMatteColor</a> &bull; <a href="#MagickSetImageOpacity">MagickSetImageOpacity</a> &bull; <a href="#MagickSetImageOrientation">MagickSetImageOrientation</a> &bull; <a href="#MagickSetImagePage">MagickSetImagePage</a> &bull; <a href="#MagickSetImageProgressMonitor">MagickSetImageProgressMonitor</a> &bull; <a href="#MagickSetImageRedPrimary">MagickSetImageRedPrimary</a> &bull; <a href="#MagickSetImageRenderingIntent">MagickSetImageRenderingIntent</a> &bull; <a href="#MagickSetImageResolution">MagickSetImageResolution</a> &bull; <a href="#MagickSetImageScene">MagickSetImageScene</a> &bull; <a href="#MagickSetImageTicksPerSecond">MagickSetImageTicksPerSecond</a> &bull; <a href="#MagickSetImageType">MagickSetImageType</a> &bull; <a href="#MagickSetImageUnits">MagickSetImageUnits</a> &bull; <a href="#MagickSetImageVirtualPixelMethod">MagickSetImageVirtualPixelMethod</a> &bull; <a href="#MagickSetImageWhitePoint">MagickSetImageWhitePoint</a> &bull; <a href="#MagickShadeImage">MagickShadeImage</a> &bull; <a href="#MagickShadowImage">MagickShadowImage</a> &bull; <a href="#MagickSharpenImage">MagickSharpenImage</a> &bull; <a href="#MagickShaveImage">MagickShaveImage</a> &bull; <a href="#MagickShearImage">MagickShearImage</a> &bull; <a href="#MagickSigmoidalContrastImage">MagickSigmoidalContrastImage</a> &bull; <a href="#MagickSimilarityImage">MagickSimilarityImage</a> &bull; <a href="#MagickSketchImage">MagickSketchImage</a> &bull; <a href="#MagickSolarizeImage">MagickSolarizeImage</a> &bull; <a href="#MagickSparseColorImage">MagickSparseColorImage</a> &bull; <a href="#MagickSpliceImage">MagickSpliceImage</a> &bull; <a href="#MagickSpreadImage">MagickSpreadImage</a> &bull; <a href="#MagickSteganoImage">MagickSteganoImage</a> &bull; <a href="#MagickStereoImage">MagickStereoImage</a> &bull; <a href="#MagickStripImage">MagickStripImage</a> &bull; <a href="#MagickSwirlImage">MagickSwirlImage</a> &bull; <a href="#MagickTextureImage">MagickTextureImage</a> &bull; <a href="#MagickThresholdImage">MagickThresholdImage</a> &bull; <a href="#MagickThumbnailImage">MagickThumbnailImage</a> &bull; <a href="#MagickTintImage">MagickTintImage</a> &bull; <a href="#MagickTransformImage">MagickTransformImage</a> &bull; <a href="#MagickTransformImageColorspace">MagickTransformImageColorspace</a> &bull; <a href="#MagickTransparentPaintImage">MagickTransparentPaintImage</a> &bull; <a href="#MagickTransposeImage">MagickTransposeImage</a> &bull; <a href="#MagickTransverseImage">MagickTransverseImage</a> &bull; <a href="#MagickTrimImage">MagickTrimImage</a> &bull; <a href="#MagickUniqueImageColors">MagickUniqueImageColors</a> &bull; <a href="#MagickUnsharpMaskImage">MagickUnsharpMaskImage</a> &bull; <a href="#MagickVignetteImage">MagickVignetteImage</a> &bull; <a href="#MagickWaveImage">MagickWaveImage</a> &bull; <a href="#MagickWhiteThresholdImage">MagickWhiteThresholdImage</a> &bull; <a href="#MagickWriteImage">MagickWriteImage</a> &bull; <a href="#MagickWriteImageFile">MagickWriteImageFile</a> &bull; <a href="#MagickWriteImages">MagickWriteImages</a> &bull; <a href="#MagickWriteImagesFile">MagickWriteImagesFile</a>]</p> 
    155152 
    156153<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image 
     
    653650<ol><p>the region y offset.</p></ol> 
    654651 
     652 
     653 </div> 
     654<h2><a href="http://www.imagemagick.org/api/MagickWand/magick-image 
     655_8c.html" target="source" name="MagickClampImage">MagickClampImage</a></h2> 
     656<div class="doc-section"> 
     657 
     658<p>MagickClampImage() restricts the color range from 0 to the quantum depth.</p></ol> 
     659 
     660<p>The format of the MagickClampImage method is:</p> 
     661 
     662<pre class="code"> 
     663  MagickBooleanType MagickClampImage(MagickWand *wand) 
     664  MagickBooleanType MagickClampImageChannel(MagickWand *wand, 
     665    const ChannelType channel) 
     666</pre> 
     667 
     668<p>A description of each parameter follows:</p></ol> 
     669 
     670<h5>wand</h5> 
     671<ol><p>the magick wand.</p></ol> 
     672 
     673<h5>channel</h5> 
     674<ol><p>the channel.</p></ol> 
    655675 
    656676 </div> 
     
    63136333      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    63146334      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    6315     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     6335    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    63166336    </span> 
    63176337    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/magick-property.html

    r190 r228  
    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.print24.de/">Druckerei</a><!-- 201009010720 --> 
    127127</div> 
    128128<div  class="sponsor"> 
     
    134134<div  class="sponsor"> 
    135135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    136 </div> 
    137 <div  class="sponsor"> 
    138   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    139136</div> 
    140137<div  class="sponsor"> 
     
    15131510      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    15141511      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    1515     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     1512    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    15161513    </span> 
    15171514    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/magick-wand.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    630630      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    631631      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    632     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     632    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    633633    </span> 
    634634    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/magick.html

    r165 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    207207      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    208208      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    209     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     209    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    210210    </span> 
    211211    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/memory.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    402402      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    403403      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    404     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     404    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    405405    </span> 
    406406    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/module.html

    r190 r228  
    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"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     130</div> 
     131<div  class="sponsor"> 
    126132   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127133</div> 
     
    131137<div  class="sponsor"> 
    132138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136139</div> 
    137140<div  class="sponsor"> 
     
    496499      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    497500      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    498     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     501    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    499502    </span> 
    500503    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/monitor.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    225225      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    226226      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    227     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     227    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    228228    </span> 
    229229    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/montage.html

    r178 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    251251      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    252252      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    253     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     253    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    254254    </span> 
    255255    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/paint.html

    r178 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    324324      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    325325      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    326     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     326    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    327327    </span> 
    328328    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/pixel-iterator.html

    r165 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/pixel-view.html

    r190 r228  
    127127</div> 
    128128<div  class="sponsor"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     130</div> 
     131<div  class="sponsor"> 
    129132   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    130133</div> 
     
    134137<div  class="sponsor"> 
    135138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    136 </div> 
    137 <div  class="sponsor"> 
    138   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    139139</div> 
    140140<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/pixel-wand.html

    r190 r228  
    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"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     130</div> 
     131<div  class="sponsor"> 
    126132   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127133</div> 
     
    131137<div  class="sponsor"> 
    132138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136139</div> 
    137140<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/profile.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    374374      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    375375      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    376     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     376    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    377377    </span> 
    378378    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/property.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/quantize.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     127</div> 
     128<div  class="sponsor"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     130</div> 
     131<div  class="sponsor"> 
    126132   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127133</div> 
     
    131137<div  class="sponsor"> 
    132138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136139</div> 
    137140<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/registry.html

    r190 r228  
    127127</div> 
    128128<div  class="sponsor"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     130</div> 
     131<div  class="sponsor"> 
    129132   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    130133</div> 
     
    134137<div  class="sponsor"> 
    135138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    136 </div> 
    137 <div  class="sponsor"> 
    138   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    139139</div> 
    140140<div  class="sponsor"> 
     
    315315      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    316316      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    317     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     317    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    318318    </span> 
    319319    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/resize.html

    r178 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126   <a href="http://www.hygi.de">Reinigungsmittel</a><!-- 201002000400+ --> 
     127</div> 
     128<div  class="sponsor"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     130</div> 
     131<div  class="sponsor"> 
    126132   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127133</div> 
     
    131137<div  class="sponsor"> 
    132138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136139</div> 
    137140<div  class="sponsor"> 
     
    450453      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    451454      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    452     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     455    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    453456    </span> 
    454457    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/resource.html

    r178 r228  
    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"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     130</div> 
     131<div  class="sponsor"> 
    126132   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127133</div> 
     
    131137<div  class="sponsor"> 
    132138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136139</div> 
    137140<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/segment.html

    r190 r228  
    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"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     130</div> 
     131<div  class="sponsor"> 
    126132   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127133</div> 
     
    131137<div  class="sponsor"> 
    132138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136139</div> 
    137140<div  class="sponsor"> 
     
    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/shear.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    263263      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    264264      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    265     <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> 
    266266    </span> 
    267267    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/signature.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/stream.html

    r190 r228  
    127127</div> 
    128128<div  class="sponsor"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     130</div> 
     131<div  class="sponsor"> 
    129132   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    130133</div> 
     
    134137<div  class="sponsor"> 
    135138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    136 </div> 
    137 <div  class="sponsor"> 
    138   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    139139</div> 
    140140<div  class="sponsor"> 
  • ImageMagick/trunk/www/api/transform.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    495495      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    496496      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    497     <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     497    <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    498498    </span> 
    499499    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/api/version.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    269269      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    270270      <a href="../../www/mailing-list.html">Mailing Lists</a> &bull; 
    271     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     271    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    272272    </span> 
    273273    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/architecture.html

    r190 r228  
    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"> 
     129  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     130</div> 
     131<div  class="sponsor"> 
    126132   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127133</div> 
     
    131137<div  class="sponsor"> 
    132138  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136139</div> 
    137140<div  class="sponsor"> 
     
    235238<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> 
    236239 
    237 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.5.6-4 2009-09-45 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-5 2009-09-55 Q16 http://www.imagemagick.org</span></p> 
    238241<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> 
    239242</div> 
  • ImageMagick/trunk/www/binary-releases.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    171171 
    172172  <tr> 
    173       <td valign="top">ImageMagick-6.5.6-4.i386.rpm</td> 
    174     <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/i386/ImageMagick-6.5.6-4.i386.rpm">download</a></td> 
    175     <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/fedora/i386/ImageMagick-6.5.6-4.i386.rpm">download</a></td> 
     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> 
    176176    <td valign="top">Fedora Core 10 i386 RPM</td> 
    177177  </tr> 
    178178 
    179179  <tr> 
    180       <td valign="top">ImageMagick-6.5.6-4.x86_64.rpm</td> 
    181       <td valign="top"><a href= "http://www.imagemagick.org/download/linux/fedora/x86_64/ImageMagick-6.5.6-4.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-4.x86_64.rpm">download</a></td> 
     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> 
    183183    <td valign="top">Fedora Core 10 x86_64 RPM</td> 
    184184  </tr> 
     
    217217<p>ImageMagick RPM's are self-installing.  Simply type the following command and you're ready to start using ImageMagick:</p> 
    218218 
    219 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpm -Uvh ImageMagick-6.5.6-4.i386.rpm</span></p> 
     219<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpm -Uvh ImageMagick-6.5.6-5.i386.rpm</span></p> 
    220220<p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p> 
    221221 
     
    299299 
    300300<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-4-Q16-windows-dll.exe' >ImageMagick-6.5.6-4-Q16-windows-dll.exe</a>.</p> 
     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> 
    302302 
    303303<table class="doc"> 
     
    311311 
    312312  <tr> 
    313         <td valign="top">ImageMagick-6.5.6-4-Q16-windows-dll.exe</td> 
    314         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-4-Q16-windows-dll.exe">download</a></td> 
    315       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.6-4-Q16-windows-dll.exe">download</a></td> 
     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> 
    316316    <td valign="top">Win32 dynamic at 16 bits-per-pixel</td> 
    317317  </tr> 
    318318 
    319319  <tr> 
    320         <td valign="top">ImageMagick-6.5.6-4-Q16-windows-static.exe</td> 
    321         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-4-Q16-windows-static.exe">download</a></td> 
    322       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.6-4-Q16-windows-static.exe">download</a></td> 
     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> 
    323323    <td valign="top">Win32 static at 16 bits-per-pixel</td> 
    324324  </tr> 
    325325 
    326326  <tr> 
    327         <td valign="top">ImageMagick-6.5.6-4-Q16-windows-x64-static.exe</td> 
    328         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-4-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-4-Q16-windows-x64-static.exe">download</a></td> 
     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> 
    330330   <td valign="top">x64 static at 16 bits-per-pixel</td> 
    331331  </tr> 
    332332 
    333333  <tr> 
    334         <td valign="top">ImageMagick-6.5.6-4-Q8-windows-dll.exe</td> 
    335         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-4-Q8-windows-dll.exe">download</a></td> 
    336       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.6-4-Q8-windows-dll.exe">download</a></td> 
     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> 
    337337    <td valign="top">Win32 dynamic at 8 bits-per-pixel</td> 
    338338  </tr> 
    339339 
    340340  <tr> 
    341         <td valign="top">ImageMagick-6.5.6-4-Q8-windows-static.exe</td> 
    342         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.5.6-4-Q8-windows-static.exe">download</a></td> 
    343       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.5.6-4-Q8-windows-static.exe">download</a></td> 
     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> 
    344344    <td valign="top">Win32 static at 8 bits-per-pixel</td> 
    345345  </tr> 
     
    371371      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    372372      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    373     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     373    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    374374    </span> 
    375375    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/changelog.html

    r190 r228  
    124124<div class="sponsbox"> 
    125125<div  class="sponsor"> 
     126  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     127</div> 
     128<div  class="sponsor"> 
    126129   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    127130</div> 
     
    131134<div  class="sponsor"> 
    132135  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    133 </div> 
    134 <div  class="sponsor"> 
    135   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    136136</div> 
    137137<div  class="sponsor"> 
     
    149149<div class="main"> 
    150150 
    151 <ul><dt>2009-09-22  6.5.6-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
    152   <li> Don't compile Huffman2DEncodeImage() unless the TIFF delegate library    is enabled.</li><br /> 
     151<ul><dt>2009-09-25  6.5.6-5 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
     152  <li> Support -clamp option.</li> 
     153  <li> Patch for IsMagickColorEqual() for HDRI.</li> 
     154  <li> Permit non-percentage HSL colors (e.g. hsl(12.6316,134.58339,219.00012)).</li><br /> 
     155<dt>2009-09-25  6.5.6-5 Elf  &lt;elf@ephem...&gt;</dt> 
     156  <li> Patch to fix configure's framework's undefinedness (only if the gslib    tests are run).</li><br /> 
     157<dt>2009-09-22  6.5.6-4 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
     158  <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 /> 
    153160<dt>2009-09-21  6.5.6-3 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
    154161  <li> Deprecate LevelImageColors(), replace with LevelColorsImage().</li><br /> 
     
    202209  <li> OpenMP-enable GetSimilarityMetric().</li><br /> 
    203210<dt>2009-07-30  6.5.4-7 Bernhard Rosenkraenzer &lt;bero@arkli...&gt;</dt> 
    204   <li> Structure trans_values was renamed to trans_color. in PNG version 1.4.</li><br /> 
     211  <li> Structure trans_values was renamed to trans_color and trans was    renamed to trans_alpha in PNG version 1.4.</li><br /> 
    205212<dt>2009-07-29  6.5.4-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
    206213  <li> Replace color blending in DrawGradientImage() to use Composite Blend.    this makes Gradients handle transparency correctly!</li><br /> 
     
    224231  <li> Final testing and bug fixes for all mathematical compose methods    Including non-overlapping regions bugs found in in operators Divide,    ColorDodge,  VividLight.  And the handling of transparency to follow    standard 'Over' Blending in Divide.  Only math methods not looked at are    the addition methods Plus, Add, Minus, and Subtract, which do not follow    normal 'Over' alpha blending behaviour, for the purposes of mask handling.</li><br /> 
    225232<dt>2009-07-12  6.5.4-3 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt> 
    226   <li> Addition of user diffinable 'Mathematics' compose method      -compose Mathematics -set option:compose:args A,B,C,D -composite    Will implement the formula    f(Sc,Dc) = A*Sc*Dc + B*Sc + C*Dc + D    this lets you implement most smooth polynomal compose methods.    (requested by Fred WienHaus)</li><br /> 
     233  <li> Addition of user definable 'Mathematics' compose method      -compose Mathematics -set option:compose:args A,B,C,D -composite    Will implement the formula    f(Sc,Dc) = A*Sc*Dc + B*Sc + C*Dc + D    this lets you implement most smooth polynomial compose methods.    (requested by Fred WienHaus)</li><br /> 
    227234<dt>2009-07-11  6.5.4-3 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt> 
    228235  <li> Finished the recoding of Composite methods to allow easier debugging    and faster access.</li> 
    229   <li> Added PegtopLight compose method as an alturnative simplier Softlight    alturnative.  See notes and comparision to SoftLight in...       http://www.pegtop.net/delphi/articles/blendmodes/softlight.htm</li> 
     236  <li> Added PegtopLight compose method as an alternative simpler Softlight    alternative.  See notes and comparision to SoftLight in...       http://www.pegtop.net/delphi/articles/blendmodes/softlight.htm</li> 
    230237  <li> From the notes on Photoshop blend modes at       http://www.simplefilter.de/en/basics/mixmods.html    Added extra composition modes:       VividLight, PinLight, LinearBurn, LinearDodge    NOTE: 'LinearBurn' the same as 'Plus' but with the normal 'Over' blending.</li><br /> 
    231238<dt>2009-07-10  6.5.4-3 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt> 
    232   <li> Re-coding of Composte methods HardLight, SoftLight, Overlay, LinearLight,    ColorBurn, ColorDodge, Multiply, Screen  to make it more readable, easier    to debug, and directly comparable to SVG specifications.</li> 
     239  <li> Re-coding of Composite methods HardLight, SoftLight, Overlay, LinearLight,    ColorBurn, ColorDodge, Multiply, Screen  to make it more readable, easier    to debug, and directly comparable to SVG specifications.</li> 
    233240  <li> Specifications changed for  SoftLight, ColorBurn, ColorDodge    Though only SoftLight changed to significantly.</li> 
    234241  <li> However implementation errors were found for  ColorBurn, LinearLight</li><br /> 
     
    12371244      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull; 
    12381245      <a href="../www/mailing-list.html">Mailing Lists</a> &bull; 
    1239     <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
     1246    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 
    12401247    </span> 
    12411248    <span id="linkbar-east">&nbsp;</span> 
  • ImageMagick/trunk/www/cipher.html

    r190 r228  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
     127  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     128</div> 
     129<div  class="sponsor"> 
    127130   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    128131</div> 
     
    132135<div  class="sponsor"> 
    133136  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    134 </div> 
    135 <div  class="sponsor"> 
    136   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    137137</div> 
    138138<div  class="sponsor"> 
  • ImageMagick/trunk/www/color.html

    r157 r228  
    125125<div class="sponsbox"> 
    126126<div  class="sponsor"> 
     127  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
     128</div> 
     129<div  class="sponsor"> 
    127130   <a href="http://www.goyax.de">Börse</a><!-- 201001000240 Gewiese digital-finance.de --> 
    128131</div> 
     
    132135<div  class="sponsor"> 
    133136  <a href="http://www.blumenversender.com">Blumenversand</a><!-- 200911010120 --> 
    134 </div> 
    135 <div  class="sponsor"> 
    136   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    137137</div> 
    138138<div  class="sponsor"> 
  • ImageMagick/trunk/www/command-line-options.html

    r190 r228  
    128128<div class="sponsbox"> 
    129129<div  class="sponsor"> 
    130    <a href="http://www.buerodruck.de/stempel-service/index.html">Stempel bestellen</a><!-- 200910000035+ --> 
     130  <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 --> 
    131131</div> 
    132132<div  class="sponsor"> 
     
    140140</div> 
    141141<div  class="sponsor"> 
    142   <a href="http://www.print24.de/">Druckerei</a><!-- 200911010480 --> 
    143 </div> 
    144 <div  class="sponsor"> 
    145142  <a href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 201002010000 --> 
    146143</div> 
     
    157154 
    158155<p class="navigation-index"> 
    159 [ <a href="../www/command-line-options.html#adaptive-blur">&#x2011;adaptive&#x2011;blur</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#adaptive-resize">&#x2011;adaptive&#x2011;resize</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#adaptive-sharpen">&#x2011;adaptive&#x2011;sharpen</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#adjoin">&#x2011;adjoin</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#affine">&#x2011;affine</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#alpha">&#x2011;alpha</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#annotate">&#x2011;annotate</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#antialias">&#x2011;antialias</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#append">&#x2011;append</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#attenuate">&#x2011;attenuate</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#authenticate">&#x2011;authenticate</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#auto-gamma">&#x2011;auto&#x2011;gamma</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#auto-level">&#x2011;auto&#x2011;level</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#auto-orient">&#x2011;auto&#x2011;orient</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#average">&#x2011;average</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#backdrop">&#x2011;backdrop</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#background">&#x2011;background</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#bench">&#x2011;bench</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#bias">&#x2011;bias</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#blackpoint-compensation">&#x2011;blackpoint&#x2011;compensation</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#black-threshold">&#x2011;black&#x2011;threshold</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#blend">&#x2011;blend</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#blue-primary">&#x2011;blue&#x2011;primary</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#blue-shift">&#x2011;blue&#x2011;shift</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#blur">&#x2011;blur</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#border">&#x2011;border</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#bordercolor">&#x2011;bordercolor</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#borderwidth">&#x2011;borderwidth</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#cache">&#x2011;cache</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#caption">&#x2011;caption</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#cdl">&#x2011;cdl</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#channel">&#x2011;channel</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#charcoal">&#x2011;charcoal</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#chop">&#x2011;chop</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#clip">&#x2011;clip</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#clip-mask">&#x2011;clip&#x2011;mask</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#clip-path">&#x2011;clip&#x2011;path</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#clone">&#x2011;clone</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#clut">&#x2011;clut</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#coalesce">&#x2011;coalesce</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#colorize">&#x2011;colorize</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#colormap">&#x2011;colormap</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#colors">&#x2011;colors</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#colorspace">&#x2011;colorspace</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#combine">&#x2011;combine</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#comment">&#x2011;comment</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#compose">&#x2011;compose</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#composite">&#x2011;composite</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#compress">&#x2011;compress</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#contrast">&#x2011;contrast</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#contrast-stretch">&#x2011;contrast&#x2011;stretch</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#convolve">&#x2011;convolve</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#crop">&#x2011;crop</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#cycle">&#x2011;cycle</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#debug">&#x2011;debug</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#decipher">&#x2011;decipher</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#deconstruct">&#x2011;deconstruct</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#define">&#x2011;define</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#delay">&#x2011;delay</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#delete">&#x2011;delete</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#density">&#x2011;density</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#depth">&#x2011;depth</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#descend">&#x2011;descend</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#deskew">&#x2011;deskew</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#despeckle">&#x2011;despeckle</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#displace">&#x2011;displace</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#display">&#x2011;display</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#dispose">&#x2011;dispose</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#dissimilarity-threshold">&#x2011;dissimilarity&#x2011;threshold</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#dissolve">&#x2011;dissolve</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#distort">&#x2011;distort</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#dither">&#x2011;dither</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#draw">&#x2011;draw</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#edge">&#x2011;edge</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#emboss">&#x2011;emboss</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#encipher">&#x2011;encipher</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#encoding">&#x2011;encoding</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#endian">&#x2011;endian</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#enhance">&#x2011;enhance</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#equalize">&#x2011;equalize</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#evaluate">&#x2011;evaluate</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#extent">&#x2011;extent</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#extract">&#x2011;extract</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#family">&#x2011;family</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#fft">&#x2011;fft</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#fill">&#x2011;fill</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#filter">&#x2011;filter</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#flatten">&#x2011;flatten</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#flip">&#x2011;flip</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#floodfill">&#x2011;floodfill</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#flop">&#x2011;flop</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#font">&#x2011;font</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#foreground">&#x2011;foreground</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#format">&#x2011;format</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#format_identify_">&#x2011;format[identify]</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#frame">&#x2011;frame</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#frame_import_">&#x2011;frame[import]</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#function">&#x2011;function</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#fuzz">&#x2011;fuzz</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#fx">&#x2011;fx</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#gamma">&#x2011;gamma</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#gaussian-blur">&#x2011;gaussian&#x2011;blur</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#geometry">&#x2011;geometry</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#gravity">&#x2011;gravity</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#green-primary">&#x2011;green&#x2011;primary</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#hald-clut">&#x2011;hald&#x2011;clut</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#help">&#x2011;help</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#highlight-color">&#x2011;highlight&#x2011;color</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#iconGeometry">&#x2011;iconGeometry</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#iconic">&#x2011;iconic</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#identify">&#x2011;identify</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#ift">&#x2011;ift</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#immutable">&#x2011;immutable</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#implode">&#x2011;implode</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#insert">&#x2011;insert</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#intent">&#x2011;intent</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#interlace">&#x2011;interlace</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#interpolate">&#x2011;interpolate</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#interline-spacing">&#x2011;interline&#x2011;spacing</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#interword-spacing">&#x2011;interword&#x2011;spacing</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#kerning">&#x2011;kerning</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#label">&#x2011;label</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#lat">&#x2011;lat</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#layers">&#x2011;layers</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#level">&#x2011;level</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#level-colors">&#x2011;level&#x2011;colors</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#limit">&#x2011;limit</a> <span class='bull'>&nbsp;&bull; </span> <a href="../www/command-line-options.html#linear-stretch">