]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 29 Mar 2011 13:50:49 +0000 (13:50 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 29 Mar 2011 13:50:49 +0000 (13:50 +0000)
100 files changed:
ImageMagick.spec
Install-vms.txt
Install-windows.txt
QuickStart.txt
config/configure.xml
index.html
libtool
magick/version.h
version.sh
wand/mogrify.c
www/ImageMagickObject.html
www/advanced-unix-installation.html
www/advanced-windows-installation.html
www/animate.html
www/api.html
www/api/animate.html
www/api/annotate.html
www/api/attribute.html
www/api/blob.html
www/api/cipher.html
www/api/color.html
www/api/colormap.html
www/api/compare.html
www/api/composite.html
www/api/constitute.html
www/api/decorate.html
www/api/deprecate.html
www/api/display.html
www/api/distort.html
www/api/draw.html
www/api/drawing-wand.html
www/api/enhance.html
www/api/exception.html
www/api/fourier.html
www/api/histogram.html
www/api/image-view.html
www/api/image.html
www/api/layer.html
www/api/list.html
www/api/magick-image.html
www/api/magick-property.html
www/api/magick-wand.html
www/api/magick.html
www/api/memory.html
www/api/module.html
www/api/monitor.html
www/api/morphology.html
www/api/paint.html
www/api/pixel-iterator.html
www/api/pixel-wand.html
www/api/profile.html
www/api/property.html
www/api/quantize.html
www/api/registry.html
www/api/resize.html
www/api/resource.html
www/api/segment.html
www/api/shear.html
www/api/statistic.html
www/api/transform.html
www/api/version.html
www/architecture.html
www/binary-releases.html
www/changelog.html
www/cipher.html
www/command-line-options.html
www/command-line-processing.html
www/command-line-tools.html
www/compose.html
www/composite.html
www/conjure.html
www/convert.html
www/display.html
www/download.html
www/escape.html
www/exception.html
www/export.html
www/formats.html
www/fx.html
www/identify.html
www/import.html
www/index.html
www/install-source.html
www/jp2.html
www/links.html
www/magick++.html
www/magick-core.html
www/magick-vector-graphics.html
www/magick-wand.html
www/miff.html
www/montage.html
www/perl-magick.html
www/quantize.html
www/resources.html
www/search.html
www/sitemap.html
www/sponsors.html
www/stream.html
www/subversion.html
www/t-shirt.html

index 193c6f72472c61e5adda7fb70b49cca33eaf4713..14e163d5b49359302477da1d310147d1b3f85f84 100644 (file)
@@ -1,5 +1,5 @@
 %global VERSION  6.6.9
-%global Patchlevel  1
+%global Patchlevel  2
 
 Name:           ImageMagick
 Version:        %{VERSION}
index 65225605a874de79b5bcf05e1223887a9111dc77..812ca9f75fd5ec334ae936c4780c90a8ef136710 100644 (file)
@@ -6,7 +6,7 @@ VMS COMPILATION
 
   Type
 
-      unzip ImageMagick-6.6.8-0.zip
+      unzip ImageMagick-6.6.9-0.zip
                        set default [.imagemagick]
                        @make
       set display/create/node=node_name::
index ff432b1be88d2c92e18c3ece62adf43b320290e5..ca060ccceee92dea92b82210fc53c9c9220ae6a5 100644 (file)
@@ -345,7 +345,7 @@ Create a Self-Installing Binary Distribution
   
   Install the Binary Distribution
   
-     1. Double-click on VisualMagick/bin/ImageMagick-6.6.8-0-Q16-windows-dll.exe
+     1. Double-click on VisualMagick/bin/ImageMagick-6.6.9-0-Q16-windows-dll.exe
         to launch the ImageMagick binary distribution.
      2. Complete the installer screens to install ImageMagick on your system.
   
index 00547a0029125a431ae182cbf656326ea8fcf575..52a456de611d396af4dd37ce9168ede623b41b61 100644 (file)
@@ -27,15 +27,15 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
   Set the MAGICK_HOME environment variable to the path where you extracted the
   ImageMagick files. For example
 
-     export MAGICK_HOME="$HOME/ImageMagick-6.6.8"
+     export MAGICK_HOME="$HOME/ImageMagick-6.6.9"
 
   On Linux and Solaris machines set the LD_LIBRARY_PATH environment variable:
 
-     export LD_LIBRARY_PATH="$HOME/ImageMagick-6.6.8/lib"
+     export LD_LIBRARY_PATH="$HOME/ImageMagick-6.6.9/lib"
 
   On Mac OS X (Darwin) machines set the DYLD_LIBRARY_PATH environment variable:
 
-     export DYLD_LIBRARY_PATH="$HOME/ImageMagick-6.6.8/lib"
+     export DYLD_LIBRARY_PATH="$HOME/ImageMagick-6.6.9/lib"
 
   Now, test ImageMagick to see if it is working
 
@@ -44,7 +44,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
 
   To install PerlMagick type
 
-      cd ImageMagick-6.6.8/PerlMagick
+      cd ImageMagick-6.6.9/PerlMagick
       perl Makefile.PL
       make
       make install
@@ -67,10 +67,10 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
       loads them if found:
 
           $MAGICK_CONFIGURE_PATH
-          $MAGICK_HOME/lib/ImageMagick-6.6.8/config
-          $MAGICK_HOME/share/ImageMagick-6.6.8/config
+          $MAGICK_HOME/lib/ImageMagick-6.6.9/config
+          $MAGICK_HOME/share/ImageMagick-6.6.9/config
           $HOME/.magick/
-          <client path>/lib/ImageMagick-6.6.8/
+          <client path>/lib/ImageMagick-6.6.9/
           <current directory>/
 
     Font Files
@@ -80,10 +80,10 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
       order, and loads them if found:
 
           $MAGICK_CONFIGURE_PATH
-          $MAGICK_HOME/lib/ImageMagick-6.6.8/config
-          $MAGICK_HOME/share/ImageMagick-6.6.8/config
+          $MAGICK_HOME/lib/ImageMagick-6.6.9/config
+          $MAGICK_HOME/share/ImageMagick-6.6.9/config
           $HOME/.magick/
-          <client path>/lib/ImageMagick-6.6.8/
+          <client path>/lib/ImageMagick-6.6.9/
           <current directory>/
           $MAGICK_FONT_PATH
 
@@ -94,23 +94,23 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
       and it uses the first match found:
 
           <current directory>/
-          $MAGICK_HOME/lib/ImageMagick-6.6.8/modules-Q16/coders/
+          $MAGICK_HOME/lib/ImageMagick-6.6.9/modules-Q16/coders/
           $HOME/.magick/
-          <client path>/../lib/ImageMagick-6.6.8/modules-Q16/coders/
-          $MAGICK_HOME/lib/ImageMagick-6.6.8/modules-Q16/coders
-          $MAGICK_HOME/share/ImageMagick-6.6.8/modules-Q16/coders
+          <client path>/../lib/ImageMagick-6.6.9/modules-Q16/coders/
+          $MAGICK_HOME/lib/ImageMagick-6.6.9/modules-Q16/coders
+          $MAGICK_HOME/share/ImageMagick-6.6.9/modules-Q16/coders
           $HOME/.magick/
-          <client path>/lib/ImageMagick-6.6.8/modules-Q16/coders
+          <client path>/lib/ImageMagick-6.6.9/modules-Q16/coders
           <current directory>/
 
 Windows Vista, XP, and NT Install:
 
   Download one of
 
-      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-0-Q16-windows-dll.exe
-      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-0-Q16-windows-static.exe
-      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-0-Q8-windows-dll.exe
-      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.8-0-Q8-windows-static.exe
+      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-0-Q16-windows-dll.exe
+      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-0-Q16-windows-static.exe
+      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-0-Q8-windows-dll.exe
+      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-0-Q8-windows-static.exe
 
   and execute it (or "open" it from your browser) to start the installation
   program.
index 891e013c243d180d8a8434c500d50270d9a9d4bf..3eb7081f69319b688111f0e7ccf41b82029a94c2 100644 (file)
@@ -9,9 +9,9 @@
   <configure name="NAME" value="ImageMagick"/>
   <configure name="VERSION" value="6.6.9"/>
   <configure name="LIB_VERSION" value="0x669"/>
-  <configure name="LIB_VERSION_NUMBER" value="6,6,9,1"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,6,9,2"/>
   <configure name="SVN_REVISION" value="4055" />
-  <configure name="RELEASE_DATE" value="2011-03-28"/>
+  <configure name="RELEASE_DATE" value="2011-03-29"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
   <configure name="EXEC-PREFIX" value="/usr/local"/>
index 7c9f4a309ac68451fbfb621f90b66b37afcb73b6..fbf7bd943d2f9c33d3a9e574d3f4e5c22819436d 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
 
 <p>The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="http://www.valgrind.org">memory and thread</a> error detection to prevent security vulnerabilities.</p>
 
-<p>The current release is ImageMagick 6.6.9-0.</p>
+<p>The current release is ImageMagick 6.6.9-1.</p>
 
 </div>
 
diff --git a/libtool b/libtool
index e55808485d42f5f671b436e9277906ca34d611b6..76e0cf7c5d2aae97f043a9a8cd26c2945da9cb26 100755 (executable)
--- a/libtool
+++ b/libtool
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # libtool - Provide generalized library-building support services.
-# Generated automatically by config.status (ImageMagick) 6.6.9-1
+# Generated automatically by config.status (ImageMagick) 6.6.9-2
 # Libtool was configured on host magick.imagemagick.org:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
index ba93b27ecda37e1c02889d9363e9a49bf226176a..42d2ea42e244ad7ee36ece7cc9049bfb1f75362f 100644 (file)
@@ -31,11 +31,11 @@ extern "C" {
 #define MagickLibVersion  0x669
 #define MagickLibVersionText  "6.6.9"
 #define MagickLibVersionNumber  4,0,1
-#define MagickLibAddendum  "-1"
+#define MagickLibAddendum  "-2"
 #define MagickLibInterface  4
 #define MagickLibMinInterface  4
-#define MagickReleaseDate  "2011-03-28"
-#define MagickChangeDate   "20110328"
+#define MagickReleaseDate  "2011-03-29"
+#define MagickChangeDate   "20110329"
 #define MagickAuthoritativeURL  "http://www.imagemagick.org"
 #if defined(MAGICKCORE_OPENMP_SUPPORT)
 #define MagickOpenMPFeature  "OpenMP "
index d65c73db8bc7f663d0277b4046eb839741f927dd..0e2e39d030012e45faf47d6a9c39186f09f96319 100644 (file)
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
 # PACKAGE_NAME (e.g. "1.0.0").
 PACKAGE_VERSION='6.6.9'
 PACKAGE_LIB_VERSION="0x669"
-PACKAGE_RELEASE="1"
+PACKAGE_RELEASE="2"
 PACKAGE_LIB_VERSION_NUMBER="6,6,9,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
index 7d31c87364233eac6e4ea6389945c6c35fc27cce..359a4c583ebc2c2cc2c6be0c04c39a8490808508 100644 (file)
@@ -674,7 +674,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
   for (i=0; i < (ssize_t) argc; i++)
   {
     Image
-      *new_image;
+      *mogrify_image;
 
     ssize_t
       count;
@@ -687,7 +687,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
     if ((i+count) >= (ssize_t) argc)
       break;
     status=MogrifyImageInfo(mogrify_info,(int) count+1,argv+i,exception);
-    new_image=(Image *)NULL;
+    mogrify_image=(Image *)NULL;
     switch (*(option+1))
     {
       case 'a':
@@ -701,7 +701,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & SigmaValue) == 0)
               geometry_info.sigma=1.0;
-            new_image=AdaptiveBlurImageChannel(*image,channel,
+            mogrify_image=AdaptiveBlurImageChannel(*image,channel,
               geometry_info.rho,geometry_info.sigma,exception);
             break;
           }
@@ -712,7 +712,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             (void) ParseRegionGeometry(*image,argv[i+1],&geometry,exception);
-            new_image=AdaptiveResizeImage(*image,geometry.width,
+            mogrify_image=AdaptiveResizeImage(*image,geometry.width,
               geometry.height,exception);
             break;
           }
@@ -725,7 +725,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & SigmaValue) == 0)
               geometry_info.sigma=1.0;
-            new_image=AdaptiveSharpenImageChannel(*image,channel,
+            mogrify_image=AdaptiveSharpenImageChannel(*image,channel,
               geometry_info.rho,geometry_info.sigma,exception);
             break;
           }
@@ -822,44 +822,44 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             {
               case TopRightOrientation:
               {
-                new_image=FlopImage(*image,exception);
+                mogrify_image=FlopImage(*image,exception);
                 break;
               }
               case BottomRightOrientation:
               {
-                new_image=RotateImage(*image,180.0,exception);
+                mogrify_image=RotateImage(*image,180.0,exception);
                 break;
               }
               case BottomLeftOrientation:
               {
-                new_image=FlipImage(*image,exception);
+                mogrify_image=FlipImage(*image,exception);
                 break;
               }
               case LeftTopOrientation:
               {
-                new_image=TransposeImage(*image,exception);
+                mogrify_image=TransposeImage(*image,exception);
                 break;
               }
               case RightTopOrientation:
               {
-                new_image=RotateImage(*image,90.0,exception);
+                mogrify_image=RotateImage(*image,90.0,exception);
                 break;
               }
               case RightBottomOrientation:
               {
-                new_image=TransverseImage(*image,exception);
+                mogrify_image=TransverseImage(*image,exception);
                 break;
               }
               case LeftBottomOrientation:
               {
-                new_image=RotateImage(*image,270.0,exception);
+                mogrify_image=RotateImage(*image,270.0,exception);
                 break;
               }
               default:
                 break;
             }
-            if (new_image != (Image *) NULL)
-              new_image->orientation=TopLeftOrientation;
+            if (mogrify_image != (Image *) NULL)
+              mogrify_image->orientation=TopLeftOrientation;
             break;
           }
         break;
@@ -886,7 +886,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             geometry_info.rho=1.5;
             if (*option == '-')
               flags=ParseGeometry(argv[i+1],&geometry_info);
-            new_image=BlueShiftImage(*image,geometry_info.rho,exception);
+            mogrify_image=BlueShiftImage(*image,geometry_info.rho,exception);
             break;
           }
         if (LocaleCompare("blur",option+1) == 0)
@@ -898,7 +898,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & SigmaValue) == 0)
               geometry_info.sigma=1.0;
-            new_image=BlurImageChannel(*image,channel,geometry_info.rho,
+            mogrify_image=BlurImageChannel(*image,channel,geometry_info.rho,
               geometry_info.sigma,exception);
             break;
           }
@@ -911,7 +911,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParsePageGeometry(*image,argv[i+1],&geometry,exception);
             if ((flags & SigmaValue) == 0)
               geometry.height=geometry.width;
-            new_image=BorderImage(*image,&geometry,exception);
+            mogrify_image=BorderImage(*image,&geometry,exception);
             break;
           }
         if (LocaleCompare("bordercolor",option+1) == 0)
@@ -995,7 +995,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & SigmaValue) == 0)
               geometry_info.sigma=1.0;
-            new_image=CharcoalImage(*image,geometry_info.rho,
+            mogrify_image=CharcoalImage(*image,geometry_info.rho,
               geometry_info.sigma,exception);
             break;
           }
@@ -1006,7 +1006,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             (void) ParseGravityGeometry(*image,argv[i+1],&geometry,exception);
-            new_image=ChopImage(*image,&geometry,exception);
+            mogrify_image=ChopImage(*image,&geometry,exception);
             break;
           }
         if (LocaleCompare("clamp",option+1) == 0)
@@ -1107,7 +1107,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               Colorize the image.
             */
             (void) SyncImageSettings(mogrify_info,*image);
-            new_image=ColorizeImage(*image,argv[i+1],draw_info->fill,
+            mogrify_image=ColorizeImage(*image,argv[i+1],draw_info->fill,
               exception);
             break;
           }
@@ -1120,7 +1120,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             kernel=AcquireKernelInfo(argv[i+1]);
             if (kernel == (KernelInfo *) NULL)
               break;
-            new_image=ColorMatrixImage(*image,kernel,exception);
+            mogrify_image=ColorMatrixImage(*image,kernel,exception);
             kernel=DestroyKernelInfo(kernel);
             break;
           }
@@ -1217,7 +1217,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             gamma=1.0/(fabs((double) gamma) <= MagickEpsilon ? 1.0 : gamma);
             for (j=0; j < (ssize_t) (kernel->width*kernel->height); j++)
               kernel->values[j]*=gamma;
-            new_image=FilterImageChannel(*image,channel,kernel,exception);
+            mogrify_image=FilterImageChannel(*image,channel,kernel,exception);
             kernel=DestroyKernelInfo(kernel);
             break;
           }
@@ -1234,12 +1234,12 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               break;
 #endif
 #if 0
-            new_image=CloneImage(*image,0,0,MagickTrue,&(*image)->exception);
-            new_image->next = new_image->previous = (Image *)NULL;
-            (void) TransformImage(&new_image,argv[i+1],(char *) NULL);
-            InheritException(exception,&new_image->exception);
+            mogrify_image=CloneImage(*image,0,0,MagickTrue,&(*image)->exception);
+            mogrify_image->next = mogrify_image->previous = (Image *)NULL;
+            (void) TransformImage(&mogrify_image,argv[i+1],(char *) NULL);
+            InheritException(exception,&mogrify_image->exception);
 #else
-            new_image=CropImageToTiles(*image,argv[i+1],exception);
+            mogrify_image=CropImageToTiles(*image,argv[i+1],exception);
 #endif
             break;
           }
@@ -1306,7 +1306,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               threshold=40.0*QuantumRange/100.0;
             else
               threshold=SiPrefixToDouble(argv[i+1],QuantumRange);
-            new_image=DeskewImage(*image,threshold,exception);
+            mogrify_image=DeskewImage(*image,threshold,exception);
             break;
           }
         if (LocaleCompare("despeckle",option+1) == 0)
@@ -1315,7 +1315,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               Reduce the speckles within an image.
             */
             (void) SyncImageSettings(mogrify_info,*image);
-            new_image=DespeckleImage(*image,exception);
+            mogrify_image=DespeckleImage(*image,exception);
             break;
           }
         if (LocaleCompare("display",option+1) == 0)
@@ -1378,7 +1378,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               arguments[x]=StringToDouble(token);
             }
             args=DestroyString(args);
-            new_image=DistortImage(*image,method,number_arguments,arguments,
+            mogrify_image=DistortImage(*image,method,number_arguments,arguments,
               (*option == '+') ? MagickTrue : MagickFalse,exception);
             arguments=(double *) RelinquishMagickMemory(arguments);
             break;
@@ -1421,7 +1421,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & SigmaValue) == 0)
               geometry_info.sigma=1.0;
-            new_image=EdgeImage(*image,geometry_info.rho,exception);
+            mogrify_image=EdgeImage(*image,geometry_info.rho,exception);
             break;
           }
         if (LocaleCompare("emboss",option+1) == 0)
@@ -1433,7 +1433,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & SigmaValue) == 0)
               geometry_info.sigma=1.0;
-            new_image=EmbossImage(*image,geometry_info.rho,
+            mogrify_image=EmbossImage(*image,geometry_info.rho,
               geometry_info.sigma,exception);
             break;
           }
@@ -1465,7 +1465,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               Enhance image.
             */
             (void) SyncImageSettings(mogrify_info,*image);
-            new_image=EnhanceImage(*image,exception);
+            mogrify_image=EnhanceImage(*image,exception);
             break;
           }
         if (LocaleCompare("equalize",option+1) == 0)
@@ -1504,7 +1504,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               geometry.width=(*image)->columns;
             if (geometry.height == 0)
               geometry.height=(*image)->rows;
-            new_image=ExtentImage(*image,&geometry,exception);
+            mogrify_image=ExtentImage(*image,&geometry,exception);
             break;
           }
         break;
@@ -1561,7 +1561,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               Flip image scanlines.
             */
             (void) SyncImageSettings(mogrify_info,*image);
-            new_image=FlipImage(*image,exception);
+            mogrify_image=FlipImage(*image,exception);
             break;
           }
         if (LocaleCompare("flop",option+1) == 0)
@@ -1570,7 +1570,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               Flop image scanlines.
             */
             (void) SyncImageSettings(mogrify_info,*image);
-            new_image=FlopImage(*image,exception);
+            mogrify_image=FlopImage(*image,exception);
             break;
           }
         if (LocaleCompare("floodfill",option+1) == 0)
@@ -1625,7 +1625,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             frame_info.y=(ssize_t) frame_info.height;
             frame_info.width=(*image)->columns+2*frame_info.width;
             frame_info.height=(*image)->rows+2*frame_info.height;
-            new_image=FrameImage(*image,&frame_info,exception);
+            mogrify_image=FrameImage(*image,&frame_info,exception);
             break;
           }
         if (LocaleCompare("function",option+1) == 0)
@@ -1721,7 +1721,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & SigmaValue) == 0)
               geometry_info.sigma=1.0;
-            new_image=GaussianBlurImageChannel(*image,channel,
+            mogrify_image=GaussianBlurImageChannel(*image,channel,
               geometry_info.rho,geometry_info.sigma,exception);
             break;
           }
@@ -1741,7 +1741,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             if (((flags & XValue) != 0) || ((flags & YValue) != 0))
               (void) CloneString(&(*image)->geometry,argv[i+1]);
             else
-              new_image=ResizeImage(*image,geometry.width,geometry.height,
+              mogrify_image=ResizeImage(*image,geometry.width,geometry.height,
                 (*image)->filter,(*image)->blur,exception);
             break;
           }
@@ -1797,7 +1797,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             (void) ParseGeometry(argv[i+1],&geometry_info);
-            new_image=ImplodeImage(*image,geometry_info.rho,exception);
+            mogrify_image=ImplodeImage(*image,geometry_info.rho,exception);
             break;
           }
         if (LocaleCompare("interline-spacing",option+1) == 0)
@@ -1844,9 +1844,9 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & PercentValue) != 0)
               geometry_info.xi=(double) QuantumRange*geometry_info.xi/100.0;
-            new_image=AdaptiveThresholdImage(*image,(size_t)
-              geometry_info.rho,(size_t) geometry_info.sigma,
-              (ssize_t) geometry_info.xi,exception);
+            mogrify_image=AdaptiveThresholdImage(*image,(size_t)
+              geometry_info.rho,(size_t) geometry_info.sigma,(ssize_t)
+              geometry_info.xi,exception);
             break;
           }
         if (LocaleCompare("level",option+1) == 0)
@@ -1965,7 +1965,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               geometry.x=1;
             if ((flags & YValue) == 0)
               geometry.y=0;
-            new_image=LiquidRescaleImage(*image,geometry.width,
+            mogrify_image=LiquidRescaleImage(*image,geometry.width,
               geometry.height,1.0*geometry.x,1.0*geometry.y,exception);
             break;
           }
@@ -2037,7 +2037,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             (void) ParseGeometry(argv[i+1],&geometry_info);
-            new_image=StatisticImageChannel(*image,channel,MedianStatistic,
+            mogrify_image=StatisticImageChannel(*image,channel,MedianStatistic,
               (size_t) geometry_info.rho,(size_t) geometry_info.rho,exception);
             break;
           }
@@ -2048,7 +2048,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             (void) ParseGeometry(argv[i+1],&geometry_info);
-            new_image=StatisticImageChannel(*image,channel,ModeStatistic,
+            mogrify_image=StatisticImageChannel(*image,channel,ModeStatistic,
               (size_t) geometry_info.rho,(size_t) geometry_info.rho,exception);
             break;
           }
@@ -2117,7 +2117,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
                 status=MagickFalse;
                 break;
               }
-            new_image=MorphologyImageChannel(*image,channel,method,
+            mogrify_image=MorphologyImageChannel(*image,channel,method,
               iterations,kernel,exception);
             kernel=DestroyKernelInfo(kernel);
             break;
@@ -2131,8 +2131,8 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & SigmaValue) == 0)
               geometry_info.sigma=1.0;
-            new_image=MotionBlurImageChannel(*image,channel,geometry_info.rho,
-              geometry_info.sigma,geometry_info.xi,exception);
+            mogrify_image=MotionBlurImageChannel(*image,channel,
+              geometry_info.rho,geometry_info.sigma,geometry_info.xi,exception);
             break;
           }
         break;
@@ -2153,7 +2153,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             if (*option == '-')
               {
                 (void) ParseGeometry(argv[i+1],&geometry_info);
-                new_image=StatisticImageChannel(*image,channel,
+                mogrify_image=StatisticImageChannel(*image,channel,
                   NonpeakStatistic,(size_t) geometry_info.rho,(size_t)
                   geometry_info.rho,exception);
               }
@@ -2164,7 +2164,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
 
                 noise=(NoiseType) ParseMagickOption(MagickNoiseOptions,
                   MagickFalse,argv[i+1]);
-                new_image=AddNoiseImageChannel(*image,channel,noise,
+                mogrify_image=AddNoiseImageChannel(*image,channel,noise,
                   exception);
               }
             break;
@@ -2259,7 +2259,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
                 flags=ParseGeometry(argv[i+1],&geometry_info);
                 angle=geometry_info.rho;
               }
-            new_image=PolaroidImage(*image,draw_info,angle,exception);
+            mogrify_image=PolaroidImage(*image,draw_info,angle,exception);
             break;
           }
         if (LocaleCompare("posterize",option+1) == 0)
@@ -2287,7 +2287,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             else
               preview_type=(PreviewType) ParseMagickOption(MagickPreviewOptions,
                 MagickFalse,argv[i+1]);
-            new_image=PreviewImage(*image,preview_type,exception);
+            mogrify_image=PreviewImage(*image,preview_type,exception);
             break;
           }
         if (LocaleCompare("profile",option+1) == 0)
@@ -2381,7 +2381,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               Radial blur image.
             */
             (void) SyncImageSettings(mogrify_info,*image);
-            new_image=RadialBlurImageChannel(*image,channel,
+            mogrify_image=RadialBlurImageChannel(*image,channel,
               StringToDouble(argv[i+1]),exception);
             break;
           }
@@ -2417,7 +2417,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             kernel=AcquireKernelInfo(argv[i+1]);
             if (kernel == (KernelInfo *) NULL)
               break;
-            new_image=ColorMatrixImage(*image,kernel,exception);
+            mogrify_image=ColorMatrixImage(*image,kernel,exception);
             kernel=DestroyKernelInfo(kernel);
             break;
           }
@@ -2443,12 +2443,12 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) ParseGravityGeometry(*image,argv[i+1],&region_geometry,
               exception);
-            new_image=CropImage(*image,&region_geometry,exception);
-            if (new_image == (Image *) NULL)
+            mogrify_image=CropImage(*image,&region_geometry,exception);
+            if (mogrify_image == (Image *) NULL)
               break;
             region_image=(*image);
-            *image=new_image;
-            new_image = (Image *) NULL;
+            *image=mogrify_image;
+            mogrify_image=(Image *) NULL;
             break;
           }
         if (LocaleCompare("render",option+1) == 0)
@@ -2496,7 +2496,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & SigmaValue) == 0)
               geometry_info.sigma=geometry_info.rho;
-            new_image=ResampleImage(*image,geometry_info.rho,
+            mogrify_image=ResampleImage(*image,geometry_info.rho,
               geometry_info.sigma,(*image)->filter,(*image)->blur,exception);
             break;
           }
@@ -2507,7 +2507,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             (void) ParseRegionGeometry(*image,argv[i+1],&geometry,exception);
-            new_image=ResizeImage(*image,geometry.width,geometry.height,
+            mogrify_image=ResizeImage(*image,geometry.width,geometry.height,
               (*image)->filter,(*image)->blur,exception);
             break;
           }
@@ -2518,7 +2518,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             (void) ParsePageGeometry(*image,argv[i+1],&geometry,exception);
-            new_image=RollImage(*image,geometry.x,geometry.y,exception);
+            mogrify_image=RollImage(*image,geometry.x,geometry.y,exception);
             break;
           }
         if (LocaleCompare("rotate",option+1) == 0)
@@ -2544,7 +2544,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             (void) SubstituteString(&geometry,"<","");
             (void) ParseGeometry(geometry,&geometry_info);
             geometry=DestroyString(geometry);
-            new_image=RotateImage(*image,geometry_info.rho,exception);
+            mogrify_image=RotateImage(*image,geometry_info.rho,exception);
             break;
           }
         break;
@@ -2558,7 +2558,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             (void) ParseRegionGeometry(*image,argv[i+1],&geometry,exception);
-            new_image=SampleImage(*image,geometry.width,geometry.height,
+            mogrify_image=SampleImage(*image,geometry.width,geometry.height,
               exception);
             break;
           }
@@ -2569,7 +2569,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             (void) ParseRegionGeometry(*image,argv[i+1],&geometry,exception);
-            new_image=ScaleImage(*image,geometry.width,geometry.height,
+            mogrify_image=ScaleImage(*image,geometry.width,geometry.height,
               exception);
             break;
           }
@@ -2582,7 +2582,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & PercentValue) != 0)
               geometry_info.xi=(double) QuantumRange*geometry_info.xi/100.0;
-            new_image=SelectiveBlurImageChannel(*image,channel,
+            mogrify_image=SelectiveBlurImageChannel(*image,channel,
               geometry_info.rho,geometry_info.sigma,geometry_info.xi,exception);
             break;
           }
@@ -2593,7 +2593,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               WARNING: This can generate multiple images!
             */
             (void) SyncImageSettings(mogrify_info,*image);
-            new_image=SeparateImages(*image,channel,exception);
+            mogrify_image=SeparateImages(*image,channel,exception);
             break;
           }
         if (LocaleCompare("sepia-tone",option+1) == 0)
@@ -2606,7 +2606,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             threshold=SiPrefixToDouble(argv[i+1],QuantumRange);
-            new_image=SepiaToneImage(*image,threshold,exception);
+            mogrify_image=SepiaToneImage(*image,threshold,exception);
             break;
           }
         if (LocaleCompare("segment",option+1) == 0)
@@ -2672,7 +2672,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & SigmaValue) == 0)
               geometry_info.sigma=1.0;
-            new_image=ShadeImage(*image,(*option == '-') ? MagickTrue :
+            mogrify_image=ShadeImage(*image,(*option == '-') ? MagickTrue :
               MagickFalse,geometry_info.rho,geometry_info.sigma,exception);
             break;
           }
@@ -2689,9 +2689,9 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               geometry_info.xi=4.0;
             if ((flags & PsiValue) == 0)
               geometry_info.psi=4.0;
-            new_image=ShadowImage(*image,geometry_info.rho,geometry_info.sigma,
-                 (ssize_t) ceil(geometry_info.xi-0.5),(ssize_t)
-                 ceil(geometry_info.psi-0.5),exception);
+            mogrify_image=ShadowImage(*image,geometry_info.rho,
+              geometry_info.sigma,(ssize_t) ceil(geometry_info.xi-0.5),(ssize_t)
+              ceil(geometry_info.psi-0.5),exception);
             break;
           }
         if (LocaleCompare("sharpen",option+1) == 0)
@@ -2703,7 +2703,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & SigmaValue) == 0)
               geometry_info.sigma=1.0;
-            new_image=SharpenImageChannel(*image,channel,geometry_info.rho,
+            mogrify_image=SharpenImageChannel(*image,channel,geometry_info.rho,
               geometry_info.sigma,exception);
             break;
           }
@@ -2714,7 +2714,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             flags=ParsePageGeometry(*image,argv[i+1],&geometry,exception);
-            new_image=ShaveImage(*image,&geometry,exception);
+            mogrify_image=ShaveImage(*image,&geometry,exception);
             break;
           }
         if (LocaleCompare("shear",option+1) == 0)
@@ -2726,8 +2726,8 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & SigmaValue) == 0)
               geometry_info.sigma=geometry_info.rho;
-            new_image=ShearImage(*image,geometry_info.rho,geometry_info.sigma,
-              exception);
+            mogrify_image=ShearImage(*image,geometry_info.rho,
+              geometry_info.sigma,exception);
             break;
           }
         if (LocaleCompare("sigmoidal-contrast",option+1) == 0)
@@ -2757,7 +2757,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & SigmaValue) == 0)
               geometry_info.sigma=1.0;
-            new_image=SketchImage(*image,geometry_info.rho,
+            mogrify_image=SketchImage(*image,geometry_info.rho,
               geometry_info.sigma,geometry_info.xi,exception);
             break;
           }
@@ -2790,7 +2790,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             InheritException(exception,&(*image)->exception);
             if (arguments == (char *) NULL)
               break;
-            new_image=SparseColorOption(*image,channel,method,arguments,
+            mogrify_image=SparseColorOption(*image,channel,method,arguments,
               option[0] == '+' ? MagickTrue : MagickFalse,exception);
             arguments=DestroyString(arguments);
             break;
@@ -2802,7 +2802,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             (void) ParseGravityGeometry(*image,argv[i+1],&geometry,exception);
-            new_image=SpliceImage(*image,&geometry,exception);
+            mogrify_image=SpliceImage(*image,&geometry,exception);
             break;
           }
         if (LocaleCompare("spread",option+1) == 0)
@@ -2812,7 +2812,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             (void) ParseGeometry(argv[i+1],&geometry_info);
-            new_image=SpreadImage(*image,geometry_info.rho,exception);
+            mogrify_image=SpreadImage(*image,geometry_info.rho,exception);
             break;
           }
         if (LocaleCompare("statistic",option+1) == 0)
@@ -2824,9 +2824,8 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             type=(StatisticType) ParseMagickOption(MagickStatisticOptions,
               MagickFalse,argv[i+1]);
             (void) ParseGeometry(argv[i+2],&geometry_info);
-            new_image=StatisticImageChannel(*image,channel,type,
-              (size_t) geometry_info.rho,(size_t) geometry_info.sigma,
-              exception);
+            mogrify_image=StatisticImageChannel(*image,channel,type,(size_t)
+              geometry_info.rho,(size_t) geometry_info.sigma,exception);
             break;
           }
         if (LocaleCompare("stretch",option+1) == 0)
@@ -2894,7 +2893,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             (void) ParseGeometry(argv[i+1],&geometry_info);
-            new_image=SwirlImage(*image,geometry_info.rho,exception);
+            mogrify_image=SwirlImage(*image,geometry_info.rho,exception);
             break;
           }
         break;
@@ -2925,8 +2924,8 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             */
             (void) SyncImageSettings(mogrify_info,*image);
             (void) ParseRegionGeometry(*image,argv[i+1],&geometry,exception);
-            new_image=ThumbnailImage(*image,geometry.width,
-              geometry.height,exception);
+            mogrify_image=ThumbnailImage(*image,geometry.width,geometry.height,
+              exception);
             break;
           }
         if (LocaleCompare("tile",option+1) == 0)
@@ -2947,7 +2946,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               Tint the image.
             */
             (void) SyncImageSettings(mogrify_info,*image);
-            new_image=TintImage(*image,argv[i+1],draw_info->fill,exception);
+            mogrify_image=TintImage(*image,argv[i+1],draw_info->fill,exception);
             break;
           }
         if (LocaleCompare("transform",option+1) == 0)
@@ -2956,7 +2955,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               Affine transform image.
             */
             (void) SyncImageSettings(mogrify_info,*image);
-            new_image=AffineTransformImage(*image,&draw_info->affine,
+            mogrify_image=AffineTransformImage(*image,&draw_info->affine,
               exception);
             break;
           }
@@ -2978,7 +2977,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               Transpose image scanlines.
             */
             (void) SyncImageSettings(mogrify_info,*image);
-            new_image=TransposeImage(*image,exception);
+            mogrify_image=TransposeImage(*image,exception);
             break;
           }
         if (LocaleCompare("transverse",option+1) == 0)
@@ -2987,7 +2986,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               Transverse image scanlines.
             */
             (void) SyncImageSettings(mogrify_info,*image);
-            new_image=TransverseImage(*image,exception);
+            mogrify_image=TransverseImage(*image,exception);
             break;
           }
         if (LocaleCompare("treedepth",option+1) == 0)
@@ -3001,7 +3000,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               Trim image.
             */
             (void) SyncImageSettings(mogrify_info,*image);
-            new_image=TrimImage(*image,exception);
+            mogrify_image=TrimImage(*image,exception);
             break;
           }
         if (LocaleCompare("type",option+1) == 0)
@@ -3047,7 +3046,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               Unique image colors.
             */
             (void) SyncImageSettings(mogrify_info,*image);
-            new_image=UniqueImageColors(*image,exception);
+            mogrify_image=UniqueImageColors(*image,exception);
             break;
           }
         if (LocaleCompare("unsharp",option+1) == 0)
@@ -3063,9 +3062,9 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               geometry_info.xi=1.0;
             if ((flags & PsiValue) == 0)
               geometry_info.psi=0.05;
-            new_image=UnsharpMaskImageChannel(*image,channel,geometry_info.rho,
-                 geometry_info.sigma,geometry_info.xi,geometry_info.psi,
-                 exception);
+            mogrify_image=UnsharpMaskImageChannel(*image,channel,
+              geometry_info.rho,geometry_info.sigma,geometry_info.xi,
+              geometry_info.psi,exception);
             break;
           }
         break;
@@ -3091,7 +3090,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               geometry_info.xi=0.1*(*image)->columns;
             if ((flags & PsiValue) == 0)
               geometry_info.psi=0.1*(*image)->rows;
-            new_image=VignetteImage(*image,geometry_info.rho,
+            mogrify_image=VignetteImage(*image,geometry_info.rho,
               geometry_info.sigma,(ssize_t) ceil(geometry_info.xi-0.5),(ssize_t)
               ceil(geometry_info.psi-0.5),exception);
             break;
@@ -3122,8 +3121,8 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
             flags=ParseGeometry(argv[i+1],&geometry_info);
             if ((flags & SigmaValue) == 0)
               geometry_info.sigma=1.0;
-            new_image=WaveImage(*image,geometry_info.rho,geometry_info.sigma,
-              exception);
+            mogrify_image=WaveImage(*image,geometry_info.rho,
+              geometry_info.sigma,exception);
             break;
           }
         if (LocaleCompare("weight",option+1) == 0)
@@ -3162,8 +3161,8 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
     /*
        Replace current image with any image that was generated
     */
-    if (new_image != (Image *) NULL)
-      ReplaceImageInListReturnLast(image,new_image);
+    if (mogrify_image != (Image *) NULL)
+      ReplaceImageInListReturnLast(image,mogrify_image);
     i+=count;
   }
   if (region_image != (Image *) NULL)
index d9e9b6208080761dfe103b390073abe15d99905b..83b514f668431d24921f9b71ddf59d4c4aa6a32d 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
 </div>
 </div>
 </div>
index ad34a333c87b5dc2e20cab440de1a9d21519a199..ea965cd709ed85c47600360e106ff381de07c9fd 100644 (file)
 
 <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&gt; </span><span class='crtin'>cd ImageMagick-6.6.9-0</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.6.9-1</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </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>
 
@@ -573,7 +573,7 @@ Options used to compile and link:
        <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&gt; </span><span class='crtin'>tar xvfz ImageMagick-6.6.9-0.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.6.9-0</span></p>    <p>Configure ImageMagick:</p>
+               <p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar xvfz ImageMagick-6.6.9-1.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.6.9-1</span></p>    <p>Configure ImageMagick:</p>
        <p class='crt'><span class="crtprompt"> $magick&gt; </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/>
@@ -593,7 +593,7 @@ Options used to compile and link:
 
 <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&gt; </span><span class='crtin'>tar jxvf ImageMagick-6.6.9-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.6.9-0</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo make install</span></p></div>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>tar jxvf ImageMagick-6.6.9-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>cd ImageMagick-6.6.9-1</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $magick&gt; </span><span class='crtin'>sudo make install</span></p></div>
 
 <h2><a id="problems"></a>Dealing with Unexpected Problems</h2>
 <div class="doc-section">
index 032312b1847e57b30a12741bc161f89c84c22b2f..6013e23ce3b60a42dfbbc521f3ca3e2a404b9deb 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
 </div>
 </div>
 </div>
 
        <ol>
        <li>Double-click on
-       <kbd>VisualMagick/bin/ImageMagick-6.6.9-0-Q16-windows-dll.exe</kbd>
+       <kbd>VisualMagick/bin/ImageMagick-6.6.9-1-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>
index f8ebf76e3c090eae6fc0ce2bf712838cad29b683..7cca0bb233ddccfb9054d70210dce8d0a85706fa 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
 </div>
 </div>
 </div>
index 75bee26ab6436442542ff7790d247620b15399f8..320e0aec79d44837748ffe9bcf5fde41c9f38a07 100644 (file)
   <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 -->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
 </div>
 </div>
 </div>
index 35dcf87d37a2d1c12266c7bcebf8fa9baad584ff..168951b6c3aefeed0b4bdaedd6ef1758eec61b35 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
index 374e8f84325d2de8781ac7a507182e5ba32a7f09..1d7a714470fdd10c262e23efbc4670b655681bd9 100644 (file)
   <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 -->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
 </div>
 </div>
 </div>
index 14387ce8778af1754e5e6e1c60222810e4e2a181..ab93994d87f860b9efb41afb0a9dd218fce45533 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index 2440fd6a1f7ada1e73c3b5d3696657a75060c60a..4c1faba80c1fe381f81f26437faaabeb04a2d5d2 100644 (file)
   <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 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
index e98b08c255dc930844f535902cd4cd2cc5c6f4fd..e9db0387800358b7516608d3498bf6c7493d43d5 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
index 8c3c830e41439abb5b54ce5e0646fb78d1a1247c..8047dbb23415397f7190e9cff75824664926547b 100644 (file)
   <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 -->
+   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
 </div>
 </div>
 </div>
index 50bf670d69840ff575b5a3f3eeb6e456a8406c7d..7f666436671e2a62770ffde8bf842ca963c11381 100644 (file)
   <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 -->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index 954288ed43acb2773d5418b7977773e81978627e..152a1dbebfb330c4acae0d2790950012cf32bb59 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
index 3170f59a40f5869ef1c583ea98cec1380b6ccfb7..26bd1d3ab760e07163a5c8b0646377649f401b8a 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
index 6d40aebcf35b67a6e970b63c708b3be98f87e0ca..20d477575ac73c81862d4d1dc3f6a475664b7377 100644 (file)
   <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 -->
+   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
 </div>
 </div>
 </div>
index 16747e68d15cac578a9cf08dbf28f81cb18a4734..96328d4d0b67ac74f1e65f4bcf598243c1e20bf0 100644 (file)
   <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 -->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
 </div>
 </div>
 </div>
index a94223dc6444c8a4a7ecd8588c9b97c1641b961a..4b8f4a80f29dcedf71f10300603a091c8722028e 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
 </div>
 </div>
 </div>
index 09d6a960a645bd601eaf571d80c27e027767c697..534ad2e9771e68335dcddfeffccb2c68b6586b8c 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
index d2dcad4d094ce0fdaf6fe86eaa017b4e1b2ee497..af8ba4b65502726a42198cda55d9421074995d30 100644 (file)
   <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 -->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
index 79a47c001c842d98875961015949bc7e6769476e..0695fb12b49a5af4e1bb1e4424fe87679b1a737b 100644 (file)
   <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 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
index e74cd6bcba6d5250788bd2e68cfe5d7b7d78350f..312e89662c974576b18eb4c719428a3a0cecdf78 100644 (file)
   <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 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
index 6bae54a282dacf5381759adc24a1c5dd7e5f248f..8facdb92ac144a3b31d61452e92c0879545e19da 100644 (file)
   <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 -->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
 </div>
 </div>
 </div>
index 6e16494e623dfaf35fbe4063f1f2f906c542bc9e..1fa73a956512a23db4bdefebecfd45bac6f29264 100644 (file)
   <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 -->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
 </div>
 </div>
 </div>
index 3b2974c456fb223a6680e8a7b978916ff18452ed..eb3bc46d5f533a7bd976eda8e9bdeaf969659efa 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
 </div>
 </div>
 </div>
index 584c0320c9c8352421ce9d9b3bf904c6eb717977..49161578515cb7b554ddc452c99710ee975e4606 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011080100025 atlas.multimedia-->
 </div>
 </div>
 </div>
index e1c2f8dc9f4ab89e5300a099d56f5edf10fea566..8c541f400e3d73409098915204de74f761f97619 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index 7dde2668787443e8c57ba19456ec4be725f456a1..ee0b8df16717c6dec8e15070128563f4116a4407 100644 (file)
   <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><!-- 2011080100025 atlas.multimedia-->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
index 262981fce599311102f4d6074328c7474b0f7987..8fefd059728fc349bdc9d0fe8dea064e0c7ea50f 100644 (file)
   <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><!-- 2011080100025 atlas.multimedia-->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index b540d87f84b499abf0268e9f725e3932a97c87b4..c357797dc9ff400a3c1ac1ebbc4f128da709b260 100644 (file)
   <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 -->
+   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
 </div>
 </div>
 </div>
index 99f3e60ee0e5e7b57d9c6a848c2ce2b3f45c8795..55ba4f1b3c91eee391cf5cd54cb6a1f99a26724a 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+   <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011080100025 atlas.multimedia-->
 </div>
 </div>
 </div>
index 0d40abffa3fcc5cf314b6b5348030bc428f70823..df72391e80363d5be8a5cc8c4dc00eabcc405420 100644 (file)
   <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><!-- 2011080100025 atlas.multimedia-->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
index b798fbd468738e2f43e40e5543f78a01531422be..e92a432f3ab6f5eb34d4306ced5601ecccf2e0d8 100644 (file)
   <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 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
index a2ec3f9ecea81812785f01c6c3cfd9a029029020..6937e48cd0df21ff500b9bb63d053ea5db69a6e3 100644 (file)
   <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 -->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index 333374b7b15fdb29030444c4581ad858c9e00c00..5a93535f0cf4ab1cb321e205870f0c60d8283246 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
 </div>
 </div>
 </div>
index e4590b131ecef0fbb6b13da15143956f7883e00f..77115b87ba6d3d2712dda8564c2b8889f2e7bf86 100644 (file)
   <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 -->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
 </div>
 </div>
 </div>
index 1eb83e898f296f7048339cc3e0d777f36748c651..a779303c9777083b5ee7f344670f865c33cdc0a5 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+   <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011080100025 atlas.multimedia-->
 </div>
 </div>
 </div>
index 59202bfdee52bb2e86e1f4aaaebef793a6693c5d..b095a933cb5cc4b7dd69eb7f330f516985de81ea 100644 (file)
   <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 -->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
index 03bfb4bd83d2c9e9f938c0f46538847c7b7a969e..455678ae2be6d02417697dee36a2d83b99b148f3 100644 (file)
   <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 -->
+   <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011080100025 atlas.multimedia-->
 </div>
 </div>
 </div>
index 5d301530489ffc18d9491078f53fd5e688cfeb95..eac4f795b4d3c46b2006955028f2707705c6e0ec 100644 (file)
   <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><!-- 2011080100025 atlas.multimedia-->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
index d4281c31efcf79cb9ebe95e78ad59eb25b10701c..1cddf1850dc7c3a880435462b47e47ae8c53381c 100644 (file)
   <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><!-- 2011080100025 atlas.multimedia-->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index f022bf3621522a1b7cf9b350e15ef60f2231367b..91f3eb962fad048f6751d16a93a14ad7855c20dd 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index 8ee8c80f3fa1fc8559047fa42552422bbb18ad6c..13c60d81636a4cea90bcd531d7ca5ea36aba40de 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
index 7801b0143f7eebff011a29d45d846cdeb49c9623..a052da05bd901fdf39f7f61e9f9be75ae6aab6c3 100644 (file)
   <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 -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
index 19a173485c0d0a51ebcea3b8697721acc007bf44..fe75b7e44e86fe0d6cb174d24b811b49b5ab60d7 100644 (file)
   <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 -->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index c963a50a2a1a8c649dd634dce1115bedeca73eea..cace05fede285ab8d899f1f7bdc79576ccb2f6d2 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index e1f8423690e7c75171eade10f21b02dfebcbab71..657cdd953fc1c233971aa5b8030243e458013e07 100644 (file)
   <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 -->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
index d59686c35cd31d4dd33656f2a4f9b9cf30f3b622..4cd07c16a547b2afc928c9ce8570ee5dea650718 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
index 3142dfab5e01dd883e2b316cbfc35dd12f1d7f6c..10a15ff1f3a876d443367c6629cfa3124005d159 100644 (file)
   <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 -->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
 </div>
 </div>
 </div>
index 79658bc19ed815bf121797e6adb1308181921d8d..c65824366cb17214e2288b15ffce1b67e6b854a7 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
 </div>
 </div>
 </div>
index 5b031e72fdf55fb9287931f2549d0cfdf72628cb..f7af3d36b9e56561a10577f8297a57891b5a3676 100644 (file)
   <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><!-- 2011080100025 atlas.multimedia-->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
 </div>
 </div>
 </div>
index 0b37258f2227d76229f688e40f87c812db1afa9a..f5853964ec09cedc3fd1b8a1becb52a5ee9605fc 100644 (file)
   <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 -->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index d8cd95063e7229253ca6fd0f33eebe14f9b79622..309cf6b9a9ff33bf3dfc804acb351e525095d513 100644 (file)
   <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 -->
+   <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">&#x2011;version</a> option: </p>
 
-<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.6.9-0 2011-03-25 Q16 http://www.imagemagick.org</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>identify -version</span><span class='crtout'>Version: ImageMagick 6.6.9-1 2011-03-28 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>
 
index 7f7978ac93205236d3cb50d94464d7630d6c24ce..14f13724e4d454739ac4c943ebc947d747bc9644 100644 (file)
   <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><!-- 2011080100025 atlas.multimedia-->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
   </tr>
 
   <tr>
-      <td valign="top">ImageMagick-6.6.9-0.i386.rpm</td>
-    <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.6.9-0.i386.rpm">download</a></td>
-    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.6.9-0.i386.rpm">download</a></td>
+      <td valign="top">ImageMagick-6.6.9-1.i386.rpm</td>
+    <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/i386/ImageMagick-6.6.9-1.i386.rpm">download</a></td>
+    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/i386/ImageMagick-6.6.9-1.i386.rpm">download</a></td>
     <td valign="top">CentOS 5.4 i386 RPM</td>
   </tr>
 
   <tr>
-      <td valign="top">ImageMagick-6.6.9-0.x86_64.rpm</td>
-      <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.6.9-0.x86_64.rpm">download</a></td>
-    <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/linux/CentOS/x86_64/ImageMagick-6.6.9-0.x86_64.rpm">download</a></td>
+      <td valign="top">ImageMagick-6.6.9-1.x86_64.rpm</td>
+      <td valign="top"><a href= "http://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-6.6.9-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.9-1.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&gt; </span><span class='crtin'>rpm -Uvh ImageMagick-6.6.9-0.i386.rpm</span></p>
+<p class='crt'><span class="crtprompt"> $magick&gt; </span><span class='crtin'>rpm -Uvh ImageMagick-6.6.9-1.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&gt; </span><span class='crtin'>cd $HOME</span></p>
 <pre class="text">
        ./imagemagick_compile.sh <em>VERSION</em>
 </pre>
-<p>where <em>VERSION</em> is the version of ImageMagick you want to compile (i.e.: 6.6.9-0, svn, ...)</p>
+<p>where <em>VERSION</em> is the version of ImageMagick you want to compile (i.e.: 6.6.9-1, svn, ...)</p>
 
 <p>This script compiles ImageMagick as a static library to be included in iPhone projects and adds support for</p>
 <ul>
 <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.9-0-Q16-windows-dll.exe'>ImageMagick-6.6.9-0-Q16-windows-dll.exe</a>.</p>
+<a href='http://www.imagemagick.org/download/binaries/ImageMagick-6.6.9-1-Q16-windows-dll.exe'>ImageMagick-6.6.9-1-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.9-0-Q16-windows-dll.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.9-0-Q16-windows-dll.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-0-Q16-windows-dll.exe">download</a></td>
+        <td valign="top">ImageMagick-6.6.9-1-Q16-windows-dll.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.9-1-Q16-windows-dll.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-1-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.9-0-Q16-windows-static.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.9-0-Q16-windows-static.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-0-Q16-windows-static.exe">download</a></td>
+        <td valign="top">ImageMagick-6.6.9-1-Q16-windows-static.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.9-1-Q16-windows-static.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-1-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.9-0-Q8-windows-dll.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.9-0-Q8-windows-dll.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-0-Q8-windows-dll.exe">download</a></td>
+        <td valign="top">ImageMagick-6.6.9-1-Q8-windows-dll.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.9-1-Q8-windows-dll.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-1-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.9-0-Q8-windows-static.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.9-0-Q8-windows-static.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-0-Q8-windows-static.exe">download</a></td>
+        <td valign="top">ImageMagick-6.6.9-1-Q8-windows-static.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.9-1-Q8-windows-static.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-1-Q8-windows-static.exe">download</a></td>
     <td valign="top">Win32 static at 8 bits-per-pixel</td>
   </tr>
 
   <tr>
-        <td valign="top">ImageMagick-6.6.9-0-Q16-windows-x64-dll.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.9-0-Q16-windows-x64-dll.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-0-Q16-windows-x64-dll.exe">download</a></td>
+        <td valign="top">ImageMagick-6.6.9-1-Q16-windows-x64-dll.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.9-1-Q16-windows-x64-dll.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-1-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.9-0-Q16-windows-x64-static.exe</td>
-        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.9-0-Q16-windows-x64-static.exe">download</a></td>
-      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-0-Q16-windows-x64-static.exe">download</a></td>
+        <td valign="top">ImageMagick-6.6.9-1-Q16-windows-x64-static.exe</td>
+        <td valign="top"><a href= "http://www.imagemagick.org/download/binaries/ImageMagick-6.6.9-1-Q16-windows-x64-static.exe">download</a></td>
+      <td valign="top"><a href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.9-1-Q16-windows-x64-static.exe">download</a></td>
    <td valign="top">Win64 static at 16 bits-per-pixel</td>
   </tr>
 
index e31a25651047cf50c470498e631ced1755b566c8..0fa050437ea4707f3f13e3985f3fc90c792c54d1 100644 (file)
   <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 -->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
 <div class="main">\r
 \r
 <h1>ImageMagick Changelog</h1>
-<dl><dt>2011-03-28 6.6.9-0 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
-  <dd> Separated complex cropping function from TransformImage() as a new    function CropImageToTiles().  This new function returns either the    new cropped image, or a list of tiles, according to geometry, without    replacing the source image. The Source image may be part of a larger list    of images, without the function 'loosing' the other images of the list.</dd>
+<dl><dt>2011-03-29  6.6.9-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.6.9-1.</dd>
+<dt>2011-03-29 6.6.9-1 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
+  <dd> Fix AdaptiveResizeImage() to use 'Mesh' Interpolation, and fix its    coordinate handling, as originally defined.</dd>
+<dt>2011-03-29  6.6.9-1 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Support -statistic standard-deviation option.</dd>
+  <dd> Patch for coders/dcm.c so it compiled with HDRI enabled.</dd>
+<dt>2011-03-28  6.6.9-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> New version 6.6.9-0.</dd>
+<dt>2011-03-28  6.6.9-0 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
+  <dd> Optimize bilinear interpolation.</dd>
+  <dd> Remove version from etc folder and instead use /etc/ImageMagick.</dd>
+<dt>2011-03-28 6.6.9-0 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
+  <dd> Separated complex cropping function from TransformImage() as a new    function CropImageToTiles().  This new function returns either the    new cropped image, or a list of tiles, according to geometry, without    replacing the source image. The Source image may be part of a larger list    of images, without the function 'losing' the other images of the list.</dd>
 <dt>2011-03-27  6.6.8-10 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.8-10.</dd>
 <dt>2011-03-27 6.6.8-10 Anthony Thyssen &lt;A.Thyssen@griffith...&gt;</dt>
-  <dd> Modified image handling in MogrigyImages() and MogrifyImage()    which improves overally handling, and allows correct %p, %n and the    %[fx:..] 't' and 'n' escape usage to work correctly.</dd>
+  <dd> Modified image handling in MogrifyImages() and MogrifyImage()    which improves overall handling, and allows correct %p, %n and the    %[fx:..] 't' and 'n' escape usage to work correctly.</dd>
   <dd> Added -duplicate as a multi-image sequence operator</dd>
 <dt>2011-03-26  6.6.8-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.8-9.</dd>
 <dt>2011-03-25 6.6.8-9 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
-  <dd> Add InterpolatePixelPacket() method.</dd>
+  <dd> Add InterpolateMagickPixelPacket() method.</dd>
   <dd> Add support for the %[opaque] property.</dd>
 <dt>2011-03-25  6.6.8-8 Cristy  &lt;quetzlzacatenango@image...&gt;</dt>
   <dd> New version 6.6.8-8.</dd>
index 735c31c20309670a5441b4d9314a61870f8d856a..3564b28f65cf6663640a3d17dc2fa18e52b41b24 100644 (file)
   <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 -->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
index 7895a1b6eeeb0a8aeaaee002a5d4cbc30914d4fd..1b9147d94999908579ed25df977d0ea443f4ea48 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
@@ -1092,7 +1092,7 @@ operation. </p>
 
 <table style='background-color:#FFFFE0; margin-left:40px; margin-right:40px; width:88%'><tr><td style='width:75%'>Clip along a named path from the 8BImageMagick profile.</td><td style='text-align:right;'></td></tr></table>
 
-<p>This is almost identicate to <a href="#clip">-clip</a>. </p>
+<p>This is almost identical to <a href="#clip">-clip</a>. </p>
 
 
 <div style="margin: auto;">
@@ -1762,6 +1762,9 @@ available:</p>
     list.  Although PNG chunk-names are case-dependent, you can use
     all lowercase names if you prefer.</p>
 
+    <p>The "include-chunk" and "exclude-chunk" lists only affect the behavior
+    of the PNG encoder and have no effect on the PNG decoder.</p>
+
     <p>As a special case, if the <kbd>sRGB</kbd> chunk is excluded and
     the <kbd>gAMA</kbd> chunk is included, the <kbd>gAMA</kbd> chunk will
     only be written if gamma is not 1/2.2, since most decoders assume
@@ -1795,7 +1798,15 @@ available:</p>
     and to exclude all PNG chunks that are unknown to ImageMagick,
     regardless of their PNG "copy-safe" status as described in the
     PNG specification.</p>
-    </dd>
+
+    <p>Any chunk names that are not known to ImageMagick are ignored
+    if they appear in either the "include-chunk" or "exclude-chunk" list.
+    The ancillary chunks currently known to ImageMagick are
+    <kbd>bKGD</kbd>, <kbd>cHRM</kbd>, <kbd>gAMA</kbd>, <kbd>iCCP</kbd>,
+    <kbd>oFFs</kbd>, <kbd>pHYs</kbd>, <kbd>sRGB</kbd>, <kbd>tEXt</kbd>,
+    <kbd>tRNS</kbd>, <kbd>vpAg</kbd>, and <kbd>zTXt</kbd>.</p>
+
+y</dd>
 
 <dt>ps:imagemask</dt>
 <dd>If the ps:imagemask flag is defined, the PS3 and EPS3 coders will create
index 47de7bf3541c620e8aa2d7b280a325538a07feb5..8b08dbb95d313311ff877ab67c54b47526c3eab6 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
index 80d1a4b5922f9c3beb2bc795e44792416e3ae7f3..932ccc617df8549767980dd5df12df272587490c 100644 (file)
   <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 -->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
 </div>
 </div>
 </div>
index a02d72543d738e481833edf4e52bd1ff475acb61..df9bc6e4cc80641cda3ef18ffcc46e9bda1f254a 100644 (file)
   <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><!-- 2011080100025 atlas.multimedia-->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
index deef6dc48bcc467abaf6c64e89021b6ef323df0a..d827cdd4410e37021bc8a322fab84a50a8f4a285 100644 (file)
   <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 -->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index 55a3de0271738df76181f6834c466bf4c3bc3331..cbab13dec5b32af348af65a2ea08746ba09800e5 100644 (file)
   <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 -->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
index e72efd44327dcc8e94967c988ef468abb31b5b71..c51aa37819e2cbf7b85ee53b8e9e79b37124b426 100644 (file)
   <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><!-- 2011080100025 atlas.multimedia-->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
index 6f848fd8cb313fbe0b9be8de4aad65164fae7f1c..f091d1faed4ee59d95b65df708d6c27d92d2202a 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
index e90bd3e95735fd4353101a567d344fd93f9fd08e..856562d30470dd5d19d50c6b36c5ccefae8981de 100644 (file)
   <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 -->
+   <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.9-0.</p>
+<p>The latest release of ImageMagick is version 6.6.9-1.</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>
index c8b69d6b770ecf7456c9677b80707e31cc32a032..2d9c5b58be7c81676c41f274813284eb61500720 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index ebc29965b23ee4567e1a4850d42d4e21cbb84533..d3f69ed888c7110f2f6083cb32b3e18af9ac1919 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
+   <a title="Sponsor: Free Catalogs" href="http://www.who-sells-it.com/">Free Catalogs</a><!-- 20120801000600 -->
 </div>
 </div>
 </div>
index 2a0d18711b2de702189696dd1d947df6cecf3714..96b431074670528301c569ceed28fde778fd0da5 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
index 69684bc73293bc51f9f08804c1119cb2938c6132..30d39450bce33d531fb8b384833306e63111a585 100644 (file)
   <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 -->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index 5d785103936d4a89fbfd3c1a8902d18d84887b5a..704d09f39e5a08b41ece2b1a678daf830b7cf097 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
index 869f8e6431956a81777605fb95e75369ec81e954..4905e03b481e3f43bd35ca92a51c43166f321cbe 100644 (file)
   <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><!-- 2011080100025 atlas.multimedia-->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
     Tainted: False  <br/>
     Filesize: 3.97266kb  <br/>
     Number pixels: 3.14453kb  <br/>
-    Version: ImageMagick 6.6.9-0 2011-03-25 Q16 http://www.imagemagick.org</span></p>
+    Version: ImageMagick 6.6.9-1 2011-03-28 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&gt; </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>
index 1ebf6ea0336c287c5359db8914048987b7ce3b8f..e7a9809bf73469f4ec9ae20f537288bf6173c658 100644 (file)
   <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 -->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
index be6411a5226bdf30e52b86c10420d7a39fd270d9..5a1033aa67dc1b645b06efa9bc6a992c63e199a7 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
 
 <p>The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="http://www.valgrind.org">memory and thread</a> error detection to prevent security vulnerabilities.</p>
 
-<p>The current release is ImageMagick 6.6.9-0.</p>
+<p>The current release is ImageMagick 6.6.9-1.</p>
 
 </div>
 
index bc1c0f7bd162d3d543a8ab61c5e0deaffe0e62cc..c9ab1975f2ea201e33aa4f0ea45d9219f63835fa 100644 (file)
   <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 -->
+   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
 </div>
 </div>
 </div>
index b987ca4db187947237b6feb7437080add328928d..c85b43618efdfd7618fdf26276aa7c0f81c4488a 100644 (file)
   <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 -->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
index 5bbbab4efdfe76edcb3ce69d5ec737a635bc7aad..549018b5d58cb03e8ad376f8441670ba1040c587 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
index 8eec4d39207ac6b872cc777e6d0b5190b9440442..4c7e36cff34011946d1bb22d9b5c76572b0ccebc 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
index a8c1ef26547387d261ef68e6f441e4d92f826e08..df828a7ff47bfd5adbbf65e3bb3a7b11a8f10dba 100644 (file)
   <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 -->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
 </div>
 </div>
 </div>
index 8523d0645840f6fb2643a4da1f8103da97365c9c..b2c8f87a14e81ad3d7cf3938bf76c9d341b6794a 100644 (file)
   <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 -->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
 </div>
 </div>
 </div>
index 96bb214707e5d6b8ef665f785b25d573a9fcf9fb..82bb91b2b01198944584e9d13784243b9a3bae2b 100644 (file)
   <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 -->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index d29d3985ee323fb3d0c6fe089ed0876374c3d102..12cecc72a7bb4d35a7dfdf735d8d8ebae4dd441a 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
index 959e7af91acf0bcad2a90dce383961663dfcbb5c..f7872736be67586e803bb1c0929b4a64b8a686e2 100644 (file)
   <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 -->
+   <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011080100025 atlas.multimedia-->
 </div>
 </div>
 </div>
index e63b8001801ab779377c29845a0e8513e1df6dfd..999436446a27a7d17e81c7a48b7835dffef60960 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
index 3071d1d9b9f17a91cdebf1c0dee97804b6d7a88b..1b7e46981572a3900a188dfa84f2163d1277fb23 100644 (file)
   <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 -->
+   <a title="Sponsor: Notebook Reparatur Berlin" href="http://www.notebook-reparaturen-berlin.de">Notebook Reparatur Berlin</a><!-- 2011060100025 gabi.schulze-->
 </div>
 </div>
 </div>
index 51a5b50ad26a9e94f969b06fa030e84c2ff15711..d3e01fded28d65974c89e4e995bcdf2dc1f8432f 100644 (file)
   <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 -->
+   <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011080100025 atlas.multimedia-->
 </div>
 </div>
 </div>
index abe63f97aae745dcc95e4fa3b2b294b34f43a183..59a6c9862c141fa62b256d624f03187390bf0864 100644 (file)
   <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 -->
+   <a title="Sponsor: Fernsehdienst Berlin" href="http://www.atlas-multimedia.de">Fernsehdienst Berlin</a><!-- 2011080100025 atlas.multimedia-->
 </div>
 </div>
 </div>
index 2364b3a01b17d00103b8a0e56ffd9621270b1f68..6358b593cee6c29689a4acfd5fded15a816edbb0 100644 (file)
   <a title="Sponsor: Druckerei" href="http://print24.com/de/">Druckerei</a><!-- 201110010720 -->
 </div>
 <div  class="sponsor">
-   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
+   <a title="Sponsor: alaTest.com" href="http://alatest.com">alaTest.com</a><!-- 20110801000300 -->
 </div>
 </div>
 </div>
index 4f56886cd5abd4f35380100ca2c4774611eef793..fec8ff29cd28e5a0c17755aeef8e29212b7730c7 100644 (file)
   <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 -->
+   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
 </div>
 </div>
 </div>
index e1b5dba8efee2b0f5b5cb6ae997af432b399d6ec..3eb24f5e9b9657320b9844a9c6c2065919d759fb 100644 (file)
   <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 -->
+   <a title="Sponsor: Custom T-Shirts" href="http://www.ooshirts.com">Custom T-Shirts</a><!-- 2011050100030 ooshirts.com-->
 </div>
 </div>
 </div>
index 0b4a5bd33bd0cf8ad952f8b2ab40d9a276527f68..13d32d8483b01a98cfdabe9835c0fcc8e7be1243 100644 (file)
   <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><!-- 2011060100025 gabi.schulze-->
+   <a title="Sponsor: Webdesign" href="http://www.renehornig.com/">Webdesign</a><!-- 20111001000240 -->
 </div>
 </div>
 </div>
index 0246084810557c30b50a4e0ac6a4da406471e7f4..9696bf7286225a6388fa94e5b551cb920387ddf7 100644 (file)
   <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 -->
+   <a title="Sponsor: Fototapete" href=" http://www.allesdruck.de/Fototapete-Tapetendruck,category,8830.html">Fototapete</a><!-- 20110701000080 a-o.de -->
 </div>
 </div>
 </div>