Changeset 4628


Ignore:
Timestamp:
06/15/11 18:59:00 (2 years ago)
Author:
cristy
Message:
 
Location:
ImageMagick/trunk
Files:
113 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/config/configure.xml

    r4621 r4628  
    1212  <configure name="LIB_VERSION_NUMBER" value="6,7,0,8"/> 
    1313  <configure name="SVN_REVISION" value="4615" /> 
    14   <configure name="RELEASE_DATE" value="2011-06-13"/> 
     14  <configure name="RELEASE_DATE" value="2011-06-15"/> 
    1515  <configure name="CONFIGURE" value="./configure "/> 
    1616  <configure name="PREFIX" value="/usr/local"/> 
  • ImageMagick/trunk/index.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
    200203</div> 
    201204</div> 
     
    222225<p>The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="http://www.valgrind.org">memory and thread</a> error detection to prevent security vulnerabilities.</p> 
    223226 
    224 <p>The current release is ImageMagick 6.7.0-7.</p> 
     227<p>The current release is ImageMagick 6.7.0-8.</p> 
    225228 
    226229</div> 
  • ImageMagick/trunk/magick/version.h

    r4621 r4628  
    3535#define MagickLibInterface  4 
    3636#define MagickLibMinInterface  4 
    37 #define MagickReleaseDate  "2011-06-13" 
    38 #define MagickChangeDate   "20110613" 
     37#define MagickReleaseDate  "2011-06-15" 
     38#define MagickChangeDate   "20110615" 
    3939#define MagickAuthoritativeURL  "http://www.imagemagick.org" 
    4040#if defined(MAGICKCORE_OPENMP_SUPPORT) 
  • ImageMagick/trunk/www/ImageMagickObject.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
     203   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/advanced-unix-installation.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
     202   <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
    200203</div> 
    201204</div> 
     
    234237<p>The configure script looks at your environment and decides what it can cobble together to get ImageMagick compiled and installed on your system.  This includes finding a compiler, where your compiler header files are located (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick to use (e.g. JPEG, PNG, TIFF, etc.).  If you are willing to accept configure's default options, and build from within the source directory, you can simply type:</p> 
    235238 
    236 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.7.0-7</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure</span></p> 
     239<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.7.0-8</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure</span></p> 
    237240<p>Watch the configure script output to verify that it finds everything that 
    238241 you think it should.  Pay particular attention to the last lines of the script output.  For example, here is a recent report from our system:</p> 
     
    586589          <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> 
    587590          <p>Unpack and change into the top-level ImageMagick directory:</p> 
    588                 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvfz ImageMagick-6.7.0-7.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.7.0-7</span></p>    <p>Configure ImageMagick:</p> 
     591                <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvfz ImageMagick-6.7.0-8.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.7.0-8</span></p>    <p>Configure ImageMagick:</p> 
    589592        <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure --prefix=/opt --with-quantum-depth=16 \ <br/> 
    590593                --disable-dependency-tracking --with-x=yes \ <br/> 
     
    606609<p>Although you can download and install delegate libraries yourself, many are already available in the <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a> distribution.  Download and install whichever delegate libraries you require such as JPEG, PNG, TIFF, etc.  Make sure you specify the development headers when you install a package.  Next type,</p> 
    607610 
    608 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar jxvf ImageMagick-6.7.0-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.7.0-7</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo make install</span></p></div> 
     611<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar jxvf ImageMagick-6.7.0-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.7.0-8</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo make install</span></p></div> 
    609612 
    610613<h2><a id="problems"></a>Dealing with Unexpected Problems</h2> 
  • ImageMagick/trunk/www/advanced-windows-installation.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
     202   <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
    200203</div> 
    201204</div> 
     
    486489        <ol> 
    487490        <li>Double-click on 
    488         <kbd>VisualMagick/bin/ImageMagick-6.7.0-7-Q16-windows-dll.exe</kbd> 
     491        <kbd>VisualMagick/bin/ImageMagick-6.7.0-8-Q16-windows-dll.exe</kbd> 
    489492        to launch the ImageMagick binary distribution.</li> 
    490493        <li>Complete the installer screens to install ImageMagick on your system.</li> 
  • ImageMagick/trunk/www/animate.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
     203   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/api.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
     202   <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/animate.html

    r4607 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/annotate.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
     202   <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/attribute.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/blob.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
     202   <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/cache-view.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule--> 
     202   <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/cache.html

    r4607 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
     202   <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/cipher.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule--> 
     202   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/color.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/colormap.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia--> 
     202   <a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/compare.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
     202   <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/composite.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
     202   <a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/constitute.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
     202   <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/decorate.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
     202   <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/deprecate.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/display.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
     202   <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/distort.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/draw.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/drawing-wand.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule--> 
     202   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/effect.html

    r4607 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/enhance.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
     202   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/exception.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
     202   <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/feature.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
     202   <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/fourier.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
     202   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/fx.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/histogram.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/image-view.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
     202   <a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/image.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
     202   <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/layer.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
     202   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/list.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
     202   <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/magick-deprecate.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/magick-image.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
     202   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/magick-property.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule--> 
     202   <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/magick-wand.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/magick.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
     202   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/memory.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/module.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
     202   <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/mogrify.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
  • ImageMagick/trunk/www/api/monitor.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
     202   <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/montage.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
     202   <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/morphology.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/paint.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
     202   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/pixel-iterator.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/pixel-wand.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/profile.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/property.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
  • ImageMagick/trunk/www/api/quantize.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/registry.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/resize.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/resource.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/segment.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
     202   <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/shear.html

    r4607 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/signature.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
     202   <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/statistic.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
     202   <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/stream.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/transform.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
     202   <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/version.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
     202   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/api/wand-view.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
     202   <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/architecture.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
    200203</div> 
    201204</div> 
     
    301304<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 with the <a href="../www/command-line-options.html#version">&#x2011;version</a> option: </p> 
    302305 
    303 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.7.0-7 2011-06-03 Q16 http://www.imagemagick.org</span></p> 
     306<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.7.0-8 2011-06-03 Q16 http://www.imagemagick.org</span></p> 
    304307<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).  In most cases, the benefits of the pixel cache typically outweigh any disadvantages.</p> 
    305308</div> 
     
    357360<p>When we first create the destination image by cloning the source image, the pixel cache pixels are not copied.  They are only copied when you signal your intentions to modify the pixel cache by calling <a href="../www/api/cache.html#GetAuthenticPixels">GetAuthenticPixels()</a> or <a href="../www/api/cache.html#QueueAuthenticPixels">QueueAuthenticPixels()</a>. Use <a href="../www/api/cache.html#QueueAuthenticPixels">QueueAuthenticPixels()</a> if you want to set new pixel values rather than update existing ones.  You could use GetAuthenticPixels() to set pixel values but it is slightly more efficient to use QueueAuthenticPixels() instead. Finally, use <a href="../www/api/cache.html#SyncAuthenticPixels">SyncAuthenticPixels()</a> to ensure any updated pixels are pushed to the pixel cache.</p> 
    358361 
    359 <p>Recall how we mentioned that the indexes of a colormapped image or the black channel of a CMYK image are stored separately.  Use  <a href="../www/api/cache.html#GetVirtualIndexes">GetVirtualIndexes()</a> (to read the indexes) or <a href="../www/api/cache.html#GetAuthenticIndexes">GetAuthenticIndexes()</a> (to update the indexes) to gain access to this channel.  For example, to print the colormap indexes, use:</p> 
     362<p>Recall how we mentioned that the indexes of a colormapped image or the black channel of a CMYK image are stored separately.  Use  <a href="../www/api/cache.html#GetVirtualIndexQueue">GetVirtualIndexQueue()</a> (to read the indexes) or <a href="../www/api/cache.html#GetAuthenticIndexQueue">GetAuthenticIndexQueue()</a> (to update the indexes) to gain access to this channel.  For example, to print the colormap indexes, use:</p> 
    360363 
    361364<pre class="code"> 
     
    368371    if (p == (const PixelPacket *) NULL) 
    369372      break; 
    370     indexes=GetVirtualIndexes(source); 
     373    indexes=GetVirtualIndexQueue(source); 
    371374    for (x=0; x &lt; (ssize_t) source-&gt;columns; x++) 
    372375      (void) printf("%d\n",GetIndexPixelComponent(indexes+x)); 
  • ImageMagick/trunk/www/binary-releases.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
     202   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    200203</div> 
    201204</div> 
     
    232235 
    233236  <tr> 
    234       <td valign="top">ImageMagick-6.7.0-7.i386.rpm</td> 
    235     <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.7.0-7.i386.rpm">download</a></td> 
    236     <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.7.0-7.i386.rpm">download</a></td> 
     237      <td valign="top">ImageMagick-6.7.0-8.i386.rpm</td> 
     238    <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.7.0-8.i386.rpm">download</a></td> 
     239    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.7.0-8.i386.rpm">download</a></td> 
    237240    <td valign="top">CentOS 5.4 i386 RPM</td> 
    238241  </tr> 
    239242 
    240243  <tr> 
    241       <td valign="top">ImageMagick-6.7.0-7.x86_64.rpm</td> 
    242       <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.7.0-7.x86_64.rpm">download</a></td> 
    243     <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.7.0-7.x86_64.rpm">download</a></td> 
     244      <td valign="top">ImageMagick-6.7.0-8.x86_64.rpm</td> 
     245      <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.7.0-8.x86_64.rpm">download</a></td> 
     246    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.7.0-8.x86_64.rpm">download</a></td> 
    244247    <td valign="top">CentOS 5.4 x86_64 RPM</td> 
    245248  </tr> 
     
    278281<p>ImageMagick RPM's are self-installing.  Simply type the following command and you're ready to start using ImageMagick:</p> 
    279282 
    280 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpm -Uvh ImageMagick-6.7.0-7.i386.rpm</span></p> 
     283<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpm -Uvh ImageMagick-6.7.0-8.i386.rpm</span></p> 
    281284<p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p> 
    282285 
     
    378381        ./imagemagick_compile.sh <em>VERSION</em> 
    379382</pre> 
    380 <p>where <em>VERSION</em> is the version of ImageMagick you want to compile (i.e.: 6.7.0-7, svn, ...)</p> 
     383<p>where <em>VERSION</em> is the version of ImageMagick you want to compile (i.e.: 6.7.0-8, svn, ...)</p> 
    381384 
    382385<p>This script compiles ImageMagick as a static library to be included in iOS projects and adds support for</p> 
     
    417420 
    418421<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 
    419 <a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.7.0-7-Q16-windows-dll.exe'>ImageMagick-6.7.0-7-Q16-windows-dll.exe</a>.</p> 
     422<a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.7.0-8-Q16-windows-dll.exe'>ImageMagick-6.7.0-8-Q16-windows-dll.exe</a>.</p> 
    420423 
    421424<table class="doc"> 
     
    429432 
    430433  <tr> 
    431         <td valign="top">ImageMagick-6.7.0-7-Q16-windows-dll.exe</td> 
    432         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.0-7-Q16-windows-dll.exe">download</a></td> 
    433       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-7-Q16-windows-dll.exe">download</a></td> 
     434        <td valign="top">ImageMagick-6.7.0-8-Q16-windows-dll.exe</td> 
     435        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.0-8-Q16-windows-dll.exe">download</a></td> 
     436      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-8-Q16-windows-dll.exe">download</a></td> 
    434437    <td valign="top">Win32 dynamic at 16 bits-per-pixel</td> 
    435438  </tr> 
    436439 
    437440  <tr> 
    438         <td valign="top">ImageMagick-6.7.0-7-Q16-windows-static.exe</td> 
    439         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.0-7-Q16-windows-static.exe">download</a></td> 
    440       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-7-Q16-windows-static.exe">download</a></td> 
     441        <td valign="top">ImageMagick-6.7.0-8-Q16-windows-static.exe</td> 
     442        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.0-8-Q16-windows-static.exe">download</a></td> 
     443      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-8-Q16-windows-static.exe">download</a></td> 
    441444    <td valign="top">Win32 static at 16 bits-per-pixel</td> 
    442445  </tr> 
    443446 
    444447  <tr> 
    445         <td valign="top">ImageMagick-6.7.0-7-Q8-windows-dll.exe</td> 
    446         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.0-7-Q8-windows-dll.exe">download</a></td> 
    447       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-7-Q8-windows-dll.exe">download</a></td> 
     448        <td valign="top">ImageMagick-6.7.0-8-Q8-windows-dll.exe</td> 
     449        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.0-8-Q8-windows-dll.exe">download</a></td> 
     450      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-8-Q8-windows-dll.exe">download</a></td> 
    448451    <td valign="top">Win32 dynamic at 8 bits-per-pixel</td> 
    449452  </tr> 
    450453 
    451454  <tr> 
    452         <td valign="top">ImageMagick-6.7.0-7-Q8-windows-static.exe</td> 
    453         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.0-7-Q8-windows-static.exe">download</a></td> 
    454       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-7-Q8-windows-static.exe">download</a></td> 
     455        <td valign="top">ImageMagick-6.7.0-8-Q8-windows-static.exe</td> 
     456        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.0-8-Q8-windows-static.exe">download</a></td> 
     457      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-8-Q8-windows-static.exe">download</a></td> 
    455458    <td valign="top">Win32 static at 8 bits-per-pixel</td> 
    456459  </tr> 
    457460 
    458461  <tr> 
    459         <td valign="top">ImageMagick-6.7.0-7-Q16-windows-x64-dll.exe</td> 
    460         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.0-7-Q16-windows-x64-dll.exe">download</a></td> 
    461       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-7-Q16-windows-x64-dll.exe">download</a></td> 
     462        <td valign="top">ImageMagick-6.7.0-8-Q16-windows-x64-dll.exe</td> 
     463        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.0-8-Q16-windows-x64-dll.exe">download</a></td> 
     464      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-8-Q16-windows-x64-dll.exe">download</a></td> 
    462465   <td valign="top">Win64 dynamic at 16 bits-per-pixel</td> 
    463466  </tr> 
    464467 
    465468  <tr> 
    466         <td valign="top">ImageMagick-6.7.0-7-Q16-windows-x64-static.exe</td> 
    467         <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.0-7-Q16-windows-x64-static.exe">download</a></td> 
    468       <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-7-Q16-windows-x64-static.exe">download</a></td> 
     469        <td valign="top">ImageMagick-6.7.0-8-Q16-windows-x64-static.exe</td> 
     470        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.7.0-8-Q16-windows-x64-static.exe">download</a></td> 
     471      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.7.0-8-Q16-windows-x64-static.exe">download</a></td> 
    469472   <td valign="top">Win64 static at 16 bits-per-pixel</td> 
    470473  </tr> 
  • ImageMagick/trunk/www/changelog.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    200203</div> 
    201204</div> 
     
    210213 
    211214<h1>ImageMagick Changelog</h1> 
    212 <dl><dt>2011-06-13  6.7.0-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
     215<dl><dt>2011-06-15  6.7.0-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
     216  <dd> New version 6.7.0-8.</dd> 
     217<dt>2011-06-14  6.7.0-8 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt> 
     218  <dd> Added Initial implementation of Cylinder to/from Plane 3D Distorts    Includes deritive (scaled lookup), and anti-alised horizon (validity)    Currently can NOT handle extractions from full 360 cylinder panoramas.</dd> 
     219<dt>2011-06-13  6.7.0-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
    213220  <dd> New version 6.7.0-7.</dd> 
    214221<dt>2011-06-09  6.7.0-7 Cristy  &lt;quetzlzacatenango@image...&gt;</dt> 
  • ImageMagick/trunk/www/cipher.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
     203   <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/color.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
     203   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
    201204</div> 
    202205</div> 
     
    245248  #f00                      #rgb 
    246249  #ff0000                   #rrggbb 
     250  #ff0000ff                 #rrggbbaa 
    247251  #ffff00000000             #rrrrggggbbbb 
    248252  #ffff00000000ffff         #rrrrggggbbbbaaaa 
  • ImageMagick/trunk/www/command-line-options.html

    r4621 r4628  
    166166<div  class="sponsor"> 
    167167  <a rel="follow" title="Sponsor: Web Hosting" href="http://www.micfo.com">Web Hosting</a><!-- 209901010090s golestan --> 
     168</div> 
     169<div  class="sponsor"> 
     170  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
    168171</div> 
    169172<div  class="sponsor"> 
     
    48654868</p> 
    48664869 
    4867 <p>The <a href="#profile">-profile</a> option can also be used to inject 
    4868 previously-formatted ancillary chunks into the output PNG file, using 
    4869 the commandline option as shown below or by setting the profile via a 
    4870 programming interface:</p> 
    4871  
    4872 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -profile PNG-chunk-x:&lt;filename&gt; out.png</span></p> 
    4873 <p>where <em>x</em> is a location flag and 
    4874 <em class="arg">filename</em> is a file containing the chunk 
    4875 name in the first 4 bytes, then a colon (":"), followed by the chunk data. 
    4876 This encoder will compute the chunk length and CRC, so those must not 
    4877 be included in the file.</p> 
    4878  
    4879 <p>"x" can be "b" (before PLTE), "m" (middle, i.e., between PLTE and IDAT), 
    4880 or "e" (end, i.e., after IDAT).  If you want to write multiple chunks 
    4881 of the same type, then add a short unique string after the "x" to prevent 
    4882 subsequent profiles from overwriting the preceding ones, e.g.,</p> 
    4883  
    4884  
    4885 <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -profile PNG-chunk-b01:file01 / <br/> 
    4886             -profile PNG-chunk-b02:file02 out.png</span></p> 
    48874870<div style="margin: auto;"> 
    48884871  <h4><a id="quality"></a>-quality <em class="arg">value</em></h4> 
     
    52675250</p> 
    52685251 
    5269 <p>This includes string 'properities' that are set by and assigned to images 
     5252<p>This includes string 'properties' that are set by and assigned to images 
    52705253using the options <a href="#comment" >-comment</a>, <a href="#label" 
    52715254>-label</a>, <a href="#caption" >-caption</a>. These options actually assign 
     
    52785261 
    52795262<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert rose: -set origsize '%wx%h' -resize 50% \</span><span class='crtout'>        -format 'Old size = %[origsize]  New size = %wx%h' info:</span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>Old size = 70x46  New size = 35x23</span></p> 
    5280 <p>Other well known 'properities' that can be include: 
     5263<p>Other well known 'properties' that are availible include: 
    52815264'<kbd>date:create</kbd>' and '<kbd>date:modify</kbd>' and 
    52825265'<kbd>signature</kbd>'. </p> 
     
    53015284be saved as a global "Artifact" exactly as if it was set using the <a 
    53025285href="#define" >-define</a> option. As such settings are global in scope, they 
    5303 can be used to pass 'attributes' and 'properities' of one specific image, 
     5286can be used to pass 'attributes' and 'properties' of one specific image, 
    53045287in a way that allows you to use them in a completely different image, even if 
    53055288the original image has long since been modified or destroyed. For example: </p> 
     
    53135296with <kbd>registry:</kbd>.</p> 
    53145297 
     5298<p>The <a href="#set">-set profile</a> option can also be used to inject 
     5299previously-formatted ancillary chunks into the output PNG file, using 
     5300the commandline option as shown below or by setting the profile via a 
     5301programming interface:</p> 
     5302 
     5303<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -set profile PNG-chunk-x:&lt;filename&gt; out.png</span></p> 
     5304<p>where <em>x</em> is a location flag and 
     5305<em class="arg">filename</em> is a file containing the chunk 
     5306name in the first 4 bytes, then a colon (":"), followed by the chunk data. 
     5307This encoder will compute the chunk length and CRC, so those must not 
     5308be included in the file.</p> 
     5309 
     5310<p>"x" can be "b" (before PLTE), "m" (middle, i.e., between PLTE and IDAT), 
     5311or "e" (end, i.e., after IDAT).  If you want to write multiple chunks 
     5312of the same type, then add a short unique string after the "x" to prevent 
     5313subsequent profiles from overwriting the preceding ones, e.g.,</p> 
     5314 
     5315 
     5316<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>convert in.png -set profile PNG-chunk-b01:file01 / <br/> 
     5317            -profile PNG-chunk-b02:file02 out.png</span></p> 
     5318<p>&nbsp;</p> 
    53155319 
    53165320 
  • ImageMagick/trunk/www/command-line-processing.html

    r4607 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
     202   <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/command-line-tools.html

    r4607 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
     202   <a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/compare.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
     203   <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/compose.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule--> 
     203   <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/composite.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia--> 
     203   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/conjure.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
     203   <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/contact.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/convert.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
     203   <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/display.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
     203   <a rel="follow" title="Kaffeevollautomaten Reparatur Kundendienst Berlin" href="http://www.kaffeemaschinen-center.de">Kaffeevollautomaten Reparatur Berlin</a><!-- 2011090100025 c.karule--> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/download.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
     202   <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
    200203</div> 
    201204</div> 
     
    212215<div class="doc-section"> 
    213216<p>ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors around the world listed below.  ImageMagick stable and development source releases are also available from <a href="../www/subversion.html">Subversion</a>.  Before you download, you may want to review recent <a href="../www/changelog.html">changes</a> to the ImageMagick distribution.</p> 
    214 <p>The latest release of ImageMagick is version 6.7.0-7.</p> 
     217<p>The latest release of ImageMagick is version 6.7.0-8.</p> 
    215218<dl> 
    216219  <dt class="doc">Australia</dt> 
  • ImageMagick/trunk/www/escape.html

    r4621 r4628  
    163163<div  class="sponsor"> 
    164164  <a rel="follow" title="Sponsor: Web Hosting" href="http://www.micfo.com">Web Hosting</a><!-- 209901010090s golestan --> 
     165</div> 
     166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
    165168</div> 
    166169<div  class="sponsor"> 
  • ImageMagick/trunk/www/examples.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/exception.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/export.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/formats.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
     203   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/fx.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
     203   <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia--> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/high-dynamic-range.html

    r4607 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
  • ImageMagick/trunk/www/identify.html

    r4621 r4628  
    162162<div  class="sponsor"> 
    163163  <a rel="follow" title="Sponsor: Web Hosting" href="http://www.micfo.com">Web Hosting</a><!-- 209901010090s golestan --> 
     164</div> 
     165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
    164167</div> 
    165168<div  class="sponsor"> 
     
    280283    Filesize: 3.97266kb  <br/> 
    281284    Number pixels: 3.14453kb  <br/> 
    282     Version: ImageMagick 6.7.0-7 2011-06-03 Q16 http://www.imagemagick.org</span></p> 
     285    Version: ImageMagick 6.7.0-8 2011-06-03 Q16 http://www.imagemagick.org</span></p> 
    283286<p>To get the print size in inches of an image at 72 DPI, use:</p> 
    284287 
  • ImageMagick/trunk/www/import.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
  • ImageMagick/trunk/www/index.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
    200203</div> 
    201204</div> 
     
    222225<p>The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="http://www.valgrind.org">memory and thread</a> error detection to prevent security vulnerabilities.</p> 
    223226 
    224 <p>The current release is ImageMagick 6.7.0-7.</p> 
     227<p>The current release is ImageMagick 6.7.0-8.</p> 
    225228 
    226229</div> 
  • ImageMagick/trunk/www/install-source.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
     202   <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/jp2.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
     203   <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/license.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
  • ImageMagick/trunk/www/links.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
     202   <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/magick++.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
  • ImageMagick/trunk/www/magick-core.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
     203   <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/magick-vector-graphics.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
     202   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/magick-wand.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
     203   <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/miff.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
  • ImageMagick/trunk/www/mogrify.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
  • ImageMagick/trunk/www/montage.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
     203   <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia--> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/motion-picture.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
     203   <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/perl-magick.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
     202   <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/porting.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 --> 
     203   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/quantize.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a><!-- 2011100100025 atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/resources.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/search.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011090100025 atlas.multimedia--> 
     202   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/sitemap.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de --> 
     202   <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/sponsors.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
     202   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2011090100060 Temurbas atlas.multimedia--> 
    200203</div> 
    201204</div> 
     
    234237  <dd><a rel="follow" title="Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a></dd> 
    235238  <dd><a rel="follow" title="Notebook Reparatur" href="http://www.atlasmultimedia.de">Notebook Reparatur</a></dd> 
     239  <dd><a rel="follow" title="Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a></dd> 
    236240  <dd><a rel="follow" title="Webdesign" href="http://www.renehornig.com">Webdesign</a></dd> 
    237241  <dd><a rel="follow" title="Web Hosting" href="http://www.micfo.com">Web Hosting</a></dd> 
  • ImageMagick/trunk/www/stream.html

    r4621 r4628  
    165165</div> 
    166166<div  class="sponsor"> 
     167  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     168</div> 
     169<div  class="sponsor"> 
    167170  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    168171</div> 
     
    198201</div> 
    199202<div  class="sponsor"> 
    200    <a rel="follow" title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 --> 
     203   <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
    201204</div> 
    202205</div> 
  • ImageMagick/trunk/www/subversion.html

    r4596 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
     
    197200</div> 
    198201<div  class="sponsor"> 
    199    <a rel="follow" title="Sponsor: Autoteile Online Shop" href="http://www.autoteile-carparts.de">Autoteile Online Shop</a><!-- 2011080100030 autoteile-Carparts--> 
     202   <a rel="follow" title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 --> 
    200203</div> 
    201204</div> 
  • ImageMagick/trunk/www/t-shirt.html

    r4621 r4628  
    164164</div> 
    165165<div  class="sponsor"> 
     166  <a rel="follow" title="Sponsor: Search engine optimisation" href="http://www.seomoves.com.au">Search engine optimisation</a><!-- 201110010090s jen@seo lowprofilelinks --> 
     167</div> 
     168<div  class="sponsor"> 
    166169  <a rel="follow" title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 --> 
    167170</div> 
Note: See TracChangeset for help on using the changeset viewer.