%global VERSION 6.6.7
-%global Patchlevel 2
+%global Patchlevel 3
Name: ImageMagick
Version: %{VERSION}
<configuremap>
<configure name="NAME" value="ImageMagick"/>
<configure name="LIB_VERSION" value="0x667"/>
- <configure name="LIB_VERSION_NUMBER" value="6,6,7,2"/>
- <configure name="RELEASE_DATE" value="2011-01-19"/>
+ <configure name="LIB_VERSION_NUMBER" value="6,6,7,3"/>
+ <configure name="RELEASE_DATE" value="2011-01-22"/>
<configure name="CONFIGURE" value="./configure "/>
<configure name="PREFIX" value="/usr/local"/>
<configure name="EXEC-PREFIX" value="/usr/local"/>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="index.html">\r
<img src="images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
<h1>Create, Edit, Compose, or Convert Bitmap Images</h1>
<p class="navigation-index">[<a href="#features">Features and Capabilities</a> • <a href="#books">Books About ImageMagick</a> • <a href="#community">User Community</a>]</p>
+<a id="intro"></a>
<div class="doc-section">
<div class="image">
-<a id="intro"></a>
-<a id="logo" href="images/wizard.png" title="Wizard"><img alt="wizard" src="images/wizard.jpg" width="180" height="227" /></a>
+<a id="logo" href="images/wizard.png" title="Wizard"><img alt="wizard" src="images/wizard.jpg" width="333" height="333" /></a>
</div>
<p>ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&entry=78333969">®</a></sup> is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of <a href="www/formats.html">formats</a> (over 100) including <a href="www/motion-picture.html">DPX</a>, <a href="www/high-dynamic-range.html">EXR</a>, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to scale, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.</p>
#! /bin/sh
# libtool - Provide generalized library-building support services.
-# Generated automatically by config.status (ImageMagick) 6.6.7-2
+# Generated automatically by config.status (ImageMagick) 6.6.7-3
# Libtool was configured on host magick.imagemagick.org:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
sys_lib_search_path_spec="/usr/lib/gcc/x86_64-redhat-linux/4.5.1 /usr/lib64 /lib64 "
# Run-time system search path for libraries.
-sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib /usr/lib64/atlas /usr/lib64/mysql /usr/lib64/qt-3.3/lib /usr/lib/wine/ /usr/lib64/wine/ /usr/lib64/xulrunner-1.9.2 "
+sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib /usr/lib64/atlas /usr/lib64/mysql /usr/lib64/qt-3.3/lib /usr/lib64/tcl8.5/tclx8.4 /usr/lib/TclMagick0.49 /usr/lib64/tcl8.5 /usr/lib/wine/ /usr/lib64/wine/ /usr/lib64/xulrunner-1.9.2 "
# Whether dlopen is supported.
dlopen_support=yes
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% FileToBlob() returns the contents of a file as a blob. It returns the
-% file as a blob and its length. If an error occurs, NULL is returned.
+% FileToBlob() returns the contents of a file as a buffer terminated with
+% the '\0' character. The length of the buffer (not including the extra
+% terminating '\0' character) is returned via the 'length' parameter. Free
+% the buffer with RelinquishMagickMemory().
%
% The format of the FileToBlob method is:
%
/* Define to the system default library search path. */
#ifndef MAGICKCORE_LT_DLSEARCH_PATH
-#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-1.9.2"
+#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/tcl8.5/tclx8.4:/usr/lib/TclMagick0.49:/usr/lib64/tcl8.5:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-1.9.2"
#endif
/* The archive extension */
%
% MagickBooleanType FloodfillPaintImage(Image *image,
% const ChannelType channel,const DrawInfo *draw_info,
-% const MagickPixelPacket target,const ssize_t x_offset,const ssize_t y_offset,
-% const MagickBooleanType invert)
+% const MagickPixelPacket target,const ssize_t x_offset,
+% const ssize_t y_offset,const MagickBooleanType invert)
%
% A description of each parameter follows:
%
#define MagickLibVersion 0x667
#define MagickLibVersionText "6.6.7"
#define MagickLibVersionNumber 4,0,1
-#define MagickLibAddendum "-2"
+#define MagickLibAddendum "-3"
#define MagickLibInterface 4
#define MagickLibMinInterface 4
-#define MagickReleaseDate "2011-01-19"
-#define MagickChangeDate "20110119"
+#define MagickReleaseDate "2011-01-22"
+#define MagickChangeDate "20110122"
#define MagickAuthoritativeURL "http://www.imagemagick.org"
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#define MagickOpenMPFeature "OpenMP "
# PACKAGE_NAME (e.g. "1.0.0").
PACKAGE_VERSION='6.6.7'
PACKAGE_LIB_VERSION="0x667"
-PACKAGE_RELEASE="2"
+PACKAGE_RELEASE="3"
PACKAGE_LIB_VERSION_NUMBER="6,6,7,${PACKAGE_RELEASE}"
PACKAGE_RELEASE_DATE=`date +%F`
PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
<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>
-<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.7-1</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>./configure</span></p>
+<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.7-2</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>./configure</span></p>
<p>Watch the configure script output to verify that it finds everything that
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>
<div class="doc-section">
<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>
<p>Unpack and change into the top-level ImageMagick directory:</p>
- <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar xvfz ImageMagick-6.6.7-1.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.7-1</span></p> <p>Configure ImageMagick:</p>
+ <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar xvfz ImageMagick-6.6.7-2.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.7-2</span></p> <p>Configure ImageMagick:</p>
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>./configure --prefix=/opt --with-quantum-depth=16 \ <br/>
--disable-dependency-tracking --with-x=yes \ <br/>
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \ <br/>
<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>
-<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar jxvf ImageMagick-6.6.7-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.7-1</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>sudo make install</span></p></div>
+<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar jxvf ImageMagick-6.6.7-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.6.7-2</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>sudo make install</span></p></div>
<h2><a id="problems"></a>Dealing with Unexpected Problems</h2>
<div class="doc-section">
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
<ol>
<li>Double-click on
- <kbd>VisualMagick/bin/ImageMagick-6.6.7-1-Q16-windows-dll.exe</kbd>
+ <kbd>VisualMagick/bin/ImageMagick-6.6.7-2-Q16-windows-dll.exe</kbd>
to launch the ImageMagick binary distribution.</li>
<li>Complete the installer screens to install ImageMagick on your system.</li>
</ol>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
<p>GetImageChannelFeatures() returns features for each channel in the image in each of four directions (horizontal, vertical, left and right diagonals) for the specified distance. The features include the angular second moment, contrast, correlation, sum of squares: variance, inverse difference moment, sum average, sum varience, sum entropy, entropy, difference variance, difference entropy, information measures of correlation 1, information measures of correlation 2, and maximum correlation coefficient. You can access the red channel contrast, for example, like this:</p>
<pre class="text">
- channel_features=GetImageChannelFeatures(image,1,excepton);
+ channel_features=GetImageChannelFeatures(image,1,exception);
contrast=channel_features[RedChannel].contrast[0];
</pre>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
<p>The first argument (and any normalization flags) are passed to ScaleKernelInfo() to scale/normalize the kernel. The second argument is then passed to UnityAddKernelInfo() to add a scled unity kernel into the scaled/normalized kernel.</p>
-<p>The format of the ScaleKernelInfo method is:</p>
+<p>The format of the ScaleGeometryKernelInfo method is:</p>
<pre class="code">
- void ScaleKernelInfo(KernelInfo *kernel, const double scaling_factor,
- const MagickStatusType normalize_flags )
+ void ScaleGeometryKernelInfo(KernelInfo *kernel,
+ const double scaling_factor,const MagickStatusType normalize_flags)
</pre>
<p>A description of each parameter follows:</p>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
<pre class="code">
MagickBooleanType FloodfillPaintImage(Image *image,
const ChannelType channel,const DrawInfo *draw_info,
- const MagickPixelPacket target,const ssize_t x_offset,const ssize_t y_offset,
- const MagickBooleanType invert)
+ const MagickPixelPacket target,const ssize_t x_offset,
+ const ssize_t y_offset,const MagickBooleanType invert)
</pre>
<p>A description of each parameter follows:</p>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
<p>GetImageChannelStatistics() returns statistics for each channel in the image. The statistics include the channel depth, its minima, maxima, mean, standard deviation, kurtosis and skewness. You can access the red channel mean, for example, like this:</p>
<pre class="text">
- channel_statistics=GetImageChannelStatistics(image,excepton);
+ channel_statistics=GetImageChannelStatistics(image,exception);
red_mean=channel_statistics[RedChannel].mean;
</pre>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../../index.html">\r
<img src="../../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
<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">‑version</a> option: </p>
-<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.6.7-1 2010-11-11 Q16 http://www.imagemagick.org</span></p>
+<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.6.7-2 2010-21-21 Q16 http://www.imagemagick.org</span></p>
<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>
</div>
%
% The format of the analyzeImage method is:
%
-% unsigned long analyzeImage(Image *images,const int argc,
-% char **argv,ExceptionInfo *exception)
+% size_t analyzeImage(Image *images,const int argc,char **argv,
+% ExceptionInfo *exception)
%
% A description of each parameter follows:
%
% o exception: return any errors or warnings in this structure.
%
*/
-ModuleExport unsigned long analyzeImage(Image **images,const int argc,
- const char **argv,ExceptionInfo *exception)
+ModuleExport size_t analyzeImage(Image **images,const int argc,const char **argv,
+ ExceptionInfo *exception)
{
char
text[MaxTextExtent];
Class: PseudoClass <br/>
Geometry: 640x480 <br/>
... <br/>
- filter:brightness:kurtosis: 8.98864 <br/>
- filter:brightness:mean: 238.096 <br/>
- filter:brightness:skewness: -3.04519 <br/>
- filter:brightness:standard-deviation: 46.3286 <br/>
- filter:saturation:kurtosis: 5.9137 <br/>
- filter:saturation:mean: 23.4635 <br/>
- filter:saturation:skewness: 2.71874 <br/>
- filter:saturation:standard-deviation: 64.7734</span></p>
+ filter:brightness:kurtosis: 8.17947 <br/>
+ filter:brightness:mean: 60632.1 <br/>
+ filter:brightness:skewness: -2.97118 <br/>
+ filter:brightness:standard-deviation: 13742.1 <br/>
+ filter:saturation:kurtosis: 4.33554 <br/>
+ filter:saturation:mean: 5951.55 <br/>
+ filter:saturation:skewness: 2.42848 <br/>
+ filter:saturation:standard-deviation: 15575.9</span></p>
<p>We provide the <a href="ftp://ftp.imagemagick.org/pub/ImageMagick/kits/MagickFilterKit-1.0.0.tar.gz">Magick Filter Kit</a> to help you get started writing your own custom image filter.</p>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-1.i386.rpm</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.6.7-1.i386.rpm">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.6.7-1.i386.rpm">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-2.i386.rpm</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.6.7-2.i386.rpm">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.6.7-2.i386.rpm">download</a></td>
<td valign="top">CentOS 5.4 i386 RPM</td>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-1.x86_64.rpm</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.6.7-1.x86_64.rpm">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.6.7-1.x86_64.rpm">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-2.x86_64.rpm</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.6.7-2.x86_64.rpm">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.6.7-2.x86_64.rpm">download</a></td>
<td valign="top">CentOS 5.4 x86_64 RPM</td>
</tr>
<p>ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:</p>
-<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>rpm -Uvh ImageMagick-6.6.7-1.i386.rpm</span></p>
+<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>rpm -Uvh ImageMagick-6.6.7-2.i386.rpm</span></p>
<p>For other systems, create (or choose) a directory to install the package into and change to that directory, for example:</p>
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>cd $HOME</span></p>
<p>The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 512 MB of RAM is recommended, but the more RAM the better. Although ImageMagick runs well on a single core computer, it automagically runs in parallel on multi-core systems reducing run times considerably.</p>
<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
-<a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-1-Q16-windows-dll.exe'>ImageMagick-6.6.7-1-Q16-windows-dll.exe</a>.</p>
+<a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-2-Q16-windows-dll.exe'>ImageMagick-6.6.7-2-Q16-windows-dll.exe</a>.</p>
<table class="doc">
<col width="50%"/> <col width="10%"/> <col width="10%"/> <col width="30%"/>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-1-Q16-windows-dll.exe</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-1-Q16-windows-dll.exe">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-1-Q16-windows-dll.exe">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-2-Q16-windows-dll.exe</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-2-Q16-windows-dll.exe">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-2-Q16-windows-dll.exe">download</a></td>
<td valign="top">Win32 dynamic at 16 bits-per-pixel</td>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-1-Q16-windows-x64-dll.exe</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-1-Q16-windows-x64-dll.exe">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-1-Q16-windows-x64-dll.exe">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-2-Q16-windows-x64-dll.exe</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-2-Q16-windows-x64-dll.exe">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-2-Q16-windows-x64-dll.exe">download</a></td>
<td valign="top">Win64 dynamic at 16 bits-per-pixel</td>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-1-Q8-windows-dll.exe</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-1-Q8-windows-dll.exe">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-1-Q8-windows-dll.exe">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-2-Q8-windows-dll.exe</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-2-Q8-windows-dll.exe">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-2-Q8-windows-dll.exe">download</a></td>
<td valign="top">Win32 dynamic at 8 bits-per-pixel</td>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-1-Q16-windows-static.exe</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-1-Q16-windows-static.exe">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-1-Q16-windows-static.exe">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-2-Q16-windows-static.exe</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-2-Q16-windows-static.exe">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-2-Q16-windows-static.exe">download</a></td>
<td valign="top">Win32 static at 16 bits-per-pixel</td>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-1-Q16-windows-x64-static.exe</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-1-Q16-windows-x64-static.exe">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-1-Q16-windows-x64-static.exe">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-2-Q16-windows-x64-static.exe</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-2-Q16-windows-x64-static.exe">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-2-Q16-windows-x64-static.exe">download</a></td>
<td valign="top">Win64 static at 16 bits-per-pixel</td>
</tr>
<tr>
- <td valign="top">ImageMagick-6.6.7-1-Q8-windows-static.exe</td>
- <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-1-Q8-windows-static.exe">download</a></td>
- <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-1-Q8-windows-static.exe">download</a></td>
+ <td valign="top">ImageMagick-6.6.7-2-Q8-windows-static.exe</td>
+ <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.7-2-Q8-windows-static.exe">download</a></td>
+ <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.7-2-Q8-windows-static.exe">download</a></td>
<td valign="top">Win32 static at 8 bits-per-pixel</td>
</tr>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
<div class="main">\r
\r
<h1>ImageMagick Changelog</h1>
-<dl><dt>2011-01-15 6.6.7-1 Cristy <quetzlzacatenango@image...></dt>
+<dl><dt>2011-01-22 6.6.7-2 Cristy <quetzlzacatenango@image...></dt>
+ <dd> Accept quoted file paths in indirect file references (e.g. @myFiles.txt).</dd>
+<dt>2011-01-19 6.6.7-2 Glenn Randers-Pehrson <glennrp@image...></dt>
+ <dd> Changed the PNG encoder's "transparent_color" from a UShortPixelPacket to LongPixelPacket and made the default (65537,65537,65537), which can never occur in the PNG image data. Previously the default was (0,0,0) and black pixels would be rendered as as transparent when no tRNS chunk was present in the input, which has caused problems with some test cases since version 6.6.6-10.</dd>
+ <dd> Improved the PNG_BUILD_PALETTE section to count opaque, transparent, and semitransparent pixels separately. Previously it wasn't alwaysi possible to determine if there is a single fully-transparent color, to decide whether to write an RGBA or Gray-Alpha image or an RGB or Gray image with a tRNS chunk.</dd>
+<dt>2011-01-15 6.6.7-1 Cristy <quetzlzacatenango@image...></dt>
<dd> Do not reset image next / previous when detach argument is false for CloneImage().</dd>
<dd> Inline cropping no longer fails for inline raw images (e.g. -size 640x480 -depth 8 'gray:logo[100x100+200+200]').</dd>
<dt>2011-01-14 6.6.7-1 Glenn Randers-Pehrson <glennrp@image...></dt>
<dd> Removed the forced interpolation setting in AcquireResampleFilterThreadSet It prevented user defined interpolation settings for -clut, and possibly other usage.</dd>
<dt>2010-12-17 6.6.6-6 Chris Madison <madisonblu@gmail...></dt>
<dd> Add LZMA compression support to ImageMagick.</dd>
+ <dd> Eliminate seg-fault in MvgPrintf().</dd>
<dt>2010-12-17 6.6.6-6 Glenn Randers-Pehrson <glennrp@image...></dt>
<dd> Eliminated a redundant quantization step in the PNG encoder.</dd>
<dd> Untangled a confusing but apparently harmless improper loop nesting in the PNG encoder.</dd>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
<h3>Filename References</h3>
<div class="doc-section">
<p>There are two methods to use a filename to reference other image filenames.
-The first is with '<kbd>@</kbd>' which reads image filenames from the specified file. Assume the file <kbd>myimages.txt</kbd> consists of a list of filenames, like so:
+The first is with '<kbd>@</kbd>' which reads image filenames separated by white space from the specified file. Assume the file <kbd>myimages.txt</kbd> consists of a list of filenames, like so:
</p>
<pre class="text">
<p>We then expect this command:</p>
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>convert @myimages.txt mymovie.gif</span></p><p>to read the images <kbd>frame001.jpg</kbd>, <kbd>frame002.jpg</kbd>, and <kbd>frame003.jpg</kbd> and convert them to a GIF image sequence. </p>
+<p>If the image path includes one or more spaces, enclose the path in quotes:</p>
+<pre class="text">
+ 'my title.jpg'
+</pre>
<p>Some ImageMagick command-line options may exceed the capabilities of
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
<h1>Download ImageMagick</h1>
<div class="doc-section">
<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>
-<p>The latest release of ImageMagick is version 6.6.7-1.</p>
+<p>The latest release of ImageMagick is version 6.6.7-2.</p>
<dl>
<dt class="doc">Australia</dt>
<dd><a href="ftp://mirror.aarnet.edu.au/pub/imagemagick/">ftp://mirror.aarnet.edu.au/pub/imagemagick/</a></dd>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
<th>Notes</th>
</tr>
+ <tr>
+ <td valign="top">AAI</td>
+ <td valign="top">RW</td>
+ <td valign="top">AAI Dune image</td>
+ <td valign="top"> </td>
+ </tr>
+
<tr>
<td valign="top">ART</td>
<td valign="top">R</td>
</tr>
<tr>
- <td valign="top"><a href="../images/logo.eps">LOGO</a></td>
+ <td valign="top"><a href="../images/logo.png">LOGO</a></td>
<td valign="top">R</td>
<td valign="top">ImageMagick Logo, 640x480</td>
- <td valign="top"><img src="../images/logo.png" width="114" height="118" alt="Logo"/></td>
+ <td valign="top"><img src="../images/logo.jpg" width="123" height="118" alt="Logo"/></td>
</tr>
<tr>
<td valign="top">Picture of a rose, 70x46</td>
<td valign="top"><img src="../images/rose.png" width="70" height="46" alt="ROSE"/></td>
</tr>
+
+ <tr>
+ <td valign="top"><a href="../images/wizard.png">WIZARD</a></td>
+ <td valign="top">R</td>
+ <td valign="top">ImageMagick Wizard, 640x480</td>
+ <td valign="top"><img src="../images/wizard.jpg" width="167" height="167" alt="Logo"/></td>
+ </tr>
+
</table>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
Tainted: False <br/>
Filesize: 3.97266kb <br/>
Number pixels: 3.14453kb <br/>
- Version: ImageMagick 6.6.7-1 2010-11-11 Q16 http://www.imagemagick.org</span></p>
+ Version: ImageMagick 6.6.7-2 2010-21-21 Q16 http://www.imagemagick.org</span></p>
<p>To get the print size in inches of an image at 72 DPI, use:</p>
<p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>identify -format "%[fx:w/72] by %[fx:h/72] inches" document.png</span><span class='crtout'>8.5 x 11 inches</span></p>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
<h1>Create, Edit, Compose, or Convert Bitmap Images</h1>
<p class="navigation-index">[<a href="#features">Features and Capabilities</a> • <a href="#books">Books About ImageMagick</a> • <a href="#community">User Community</a>]</p>
+<a id="intro"></a>
<div class="doc-section">
<div class="image">
-<a id="intro"></a>
<a id="logo" href="../images/wizard.png" title="Wizard"><img alt="wizard" src="../images/wizard.jpg" width="333" height="333" /></a>
</div>
<p>ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&entry=78333969">®</a></sup> is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of <a href="../www/formats.html">formats</a> (over 100) including <a href="../www/motion-picture.html">DPX</a>, <a href="../www/high-dynamic-range.html">EXR</a>, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to scale, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.</p>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011050100025 atlas.multimedia-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
</div>
</div>
</div>
<dl>
<dd><a title="alaTest.com" href="http://alatest.com">alaTest.com </a></dd>
+ <dd><a title="Druckerei" href="http://www.allesdruck.de">Druckerei</a></dd>
<dd><a title="Druckerei" href="http://print24.com/de/">Druckerei</a></dd>
<dd><a title="Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a></dd>
<dd><a title="Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a></dd>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
<div class="sponsor">
- <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011050100025 gabi.schulze-->
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
+<div class="sponsor">
+ <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>
</div>
</div>
style="margin-top: 42px; border: 0px; float: left;" /></a>\r
<a href="http://www.imagemagick.org/discourse-server/">\r
<img src="../images/logo.jpg" alt=""\r
- style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
+ style="width: 123px; height: 118px; border: 0px; float: right;" /></a>\r
<a href="../index.html">\r
<img src="../images/sprite.jpg" alt=""\r
style="width: 114px; height: 118px; border: 0px; float: right;" /></a>\r
<a title="Sponsors" href="../www/sponsors.html">Sponsors:</a>
<div class="sponsbox">
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201106010240 -->
+</div>
<div class="sponsor">
<a title="Sponsor: Web Hosting" href="http://www.bodhost.com/hosting.shtml">Web Hosting</a><!-- 201104010090 -->
</div>
-<div class="sponsor">
- <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
-</div>
<div class="sponsor">
<a title="Sponsor: Image Converter" href="http://www.batchphoto.com">Image Converter</a><!-- 201103010900 Bits Coffee-->
</div>
<div class="sponsor">
<a title="Sponsor: Flyer drucken" href="http://www.online-druck.biz">Flyer drucken</a><!-- 201109010900 Floeter-->
</div>
+<div class="sponsor">
+ <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
+</div>
<div class="sponsor">
<a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
</div>