-
+
diff --git a/libtool b/libtool
index bb7261197..400efe358 100755
--- 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.2-9
+# Generated automatically by config.status (ImageMagick) 6.6.2-10
# Libtool was configured on host magick.imagemagick.org:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
diff --git a/magick/version.h b/magick/version.h
index ac6f37e48..acfd1d226 100644
--- a/magick/version.h
+++ b/magick/version.h
@@ -30,7 +30,7 @@ extern "C" {
#define MagickLibVersion 0x662
#define MagickLibVersionText "6.6.2"
#define MagickLibVersionNumber 3,0,1
-#define MagickLibAddendum "-9"
+#define MagickLibAddendum "-10"
#define MagickLibInterface 3
#define MagickLibMinInterface 3
#define MagickReleaseDate "2010-06-28"
diff --git a/version.sh b/version.sh
index e28511213..b96ce89fd 100644
--- a/version.sh
+++ b/version.sh
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
# PACKAGE_NAME (e.g. "1.0.0").
PACKAGE_VERSION='6.6.2'
PACKAGE_LIB_VERSION="0x662"
-PACKAGE_RELEASE="9"
+PACKAGE_RELEASE="10"
PACKAGE_LIB_VERSION_NUMBER="6,6,2,${PACKAGE_RELEASE}"
PACKAGE_RELEASE_DATE=`date +%F`
PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html
index 87420d7d9..fa0321296 100644
--- a/www/ImageMagickObject.html
+++ b/www/ImageMagickObject.html
@@ -142,6 +142,9 @@
+
diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html
index 46e089003..15937a8dc 100644
--- a/www/advanced-unix-installation.html
+++ b/www/advanced-unix-installation.html
@@ -176,7 +176,7 @@
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:
- $magick> cd ImageMagick-6.6.2-8 $magick> ./configure
+ $magick> cd ImageMagick-6.6.2-9 $magick> ./configure
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:
@@ -528,7 +528,7 @@ Options used to compile and link:
Download the ImageMagick source distribution and verify the distribution against its message digest.
Unpack and change into the top-level ImageMagick directory:
-
$magick> tar xvfz ImageMagick-6.6.2-8.tar.gz $magick> cd ImageMagick-6.6.2-8
Configure ImageMagick:
+
$magick> tar xvfz ImageMagick-6.6.2-9.tar.gz $magick> cd ImageMagick-6.6.2-9
Configure ImageMagick:
$magick> ./configure --prefix=/opt --with-quantum-depth=16 \
--disable-dependency-tracking --with-x=yes \
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \
@@ -548,7 +548,7 @@ Options used to compile and link:
Although you can download and install delegate libraries yourself, many are already available in the GnuWin32 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,
- $magick> tar jxvf ImageMagick-6.6.2-?.tar.bz2 $magick> cd ImageMagick-6.6.2-8 $magick> export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include" $magick> export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib" $magick> ./configure --without-perl $magick> make $magick> sudo make install
+ $magick> tar jxvf ImageMagick-6.6.2-?.tar.bz2 $magick> cd ImageMagick-6.6.2-9 $magick> export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include" $magick> export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib" $magick> ./configure --without-perl $magick> make $magick> sudo make install
Dealing with Unexpected Problems
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html
index a5fbea8c0..286773575 100644
--- a/www/advanced-windows-installation.html
+++ b/www/advanced-windows-installation.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -428,7 +428,7 @@
- Double-click on
- VisualMagick/bin/ImageMagick-6.6.2-8-Q16-windows-dll.exe
+ VisualMagick/bin/ImageMagick-6.6.2-9-Q16-windows-dll.exe
to launch the ImageMagick binary distribution.
- Complete the installer screens to install ImageMagick on your system.
@@ -483,7 +483,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/animate.html b/www/animate.html
index e0871220b..127bfab8c 100644
--- a/www/animate.html
+++ b/www/animate.html
@@ -143,7 +143,7 @@
Druckerei Online
diff --git a/www/api.html b/www/api.html
index 957cdd459..09be2ec85 100644
--- a/www/api.html
+++ b/www/api.html
@@ -160,7 +160,7 @@
Ada
-G2F implements an Ada 95 binding to a subset of the low-level MagickCore library.
+G2F implements an Ada 95 binding to a subset of the low-level MagickCore library.
-ChMagick is a Ch binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.
+ChMagick is a Ch binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.
COM+
@@ -184,31 +184,31 @@
C++
-Magick++ provides an object-oriented C++ interface to ImageMagick. See A Gentle Introduction to Magick++ for an introductory tutorial to Magick++. We include the source if you want to correct, enhance, or expand the tutorial.
+Magick++ provides an object-oriented C++ interface to ImageMagick. See A Gentle Introduction to Magick++ for an introductory tutorial to Magick++. We include the source if you want to correct, enhance, or expand the tutorial.
-JMagick provides an object-oriented Java interface to ImageMagick. Im4java is a pure-java interface to the ImageMagick command-line.
+JMagick provides an object-oriented Java interface to ImageMagick. Im4java is a pure-java interface to the ImageMagick command-line.
-LVOOP ImageMagick is an object-oriented LabVIEW interface to ImageMagick.
+LVOOP ImageMagick is an object-oriented LabVIEW interface to ImageMagick.
-CL-Magick provides a Common Lisp interface to the ImageMagick library.
+CL-Magick provides a Common Lisp interface to the ImageMagick library.
-NMagick is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.
+NMagick is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.
.NET
@@ -222,7 +222,7 @@
Pascal
-PascalMagick a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.
+PascalMagick a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.
Perl
@@ -234,50 +234,50 @@
PHP
-MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.
+MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.
-IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.
+IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.
-phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.
+phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.
-PythonMagickWand is an object-oriented Python interface to MagickWand based on ctypes.
+PythonMagickWand is an object-oriented Python interface to MagickWand based on ctypes.
-PythonMagick is an object-oriented Python interface to ImageMagick.
+PythonMagick is an object-oriented Python interface to ImageMagick.
-The MBS Realbasic ImageMagick is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.
+The MBS Realbasic ImageMagick is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.
-RMagick is an interface between the Ruby programming language and the MagickCore image processing libraries. Get started with RMagick by perusing the documentation.
+RMagick is an interface between the Ruby programming language and the MagickCore image processing libraries. Get started with RMagick by perusing the documentation.
-MagickWand for Ruby is an interface between the Ruby programming language and the MagickWand image processing libraries. Get started with MagickWand for PHP by perusing the documentation.
+MagickWand for Ruby is an interface between the Ruby programming language and the MagickWand image processing libraries. Get started with MagickWand for PHP by perusing the documentation.
-MiniMagick is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.
+MiniMagick is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.
-QuickMagick is a gem for easily accessing ImageMagick command line tools from Ruby programs.
+QuickMagick is a gem for easily accessing ImageMagick command line tools from Ruby programs.
-TclMagick a native Tcl-extension to the ImageMagick MagickWand API.
+TclMagick a native Tcl-extension to the ImageMagick MagickWand API.
-RemoteMagick is an XML-RPC web service that creates image thumbnails.
+RemoteMagick is an XML-RPC web service that creates image thumbnails.
@@ -285,7 +285,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/animate.html b/www/api/animate.html
index d0113ab98..230f295eb 100644
--- a/www/api/animate.html
+++ b/www/api/animate.html
@@ -141,9 +141,6 @@
-
diff --git a/www/api/annotate.html b/www/api/annotate.html
index b7ea90f29..a7f6a14f0 100644
--- a/www/api/annotate.html
+++ b/www/api/annotate.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/attribute.html b/www/api/attribute.html
index 200a3521b..c97b69bba 100644
--- a/www/api/attribute.html
+++ b/www/api/attribute.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/blob.html b/www/api/blob.html
index 791362a7e..060634654 100644
--- a/www/api/blob.html
+++ b/www/api/blob.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -343,7 +343,7 @@ _8c.html" target="source" name="InjectImageBlob">InjectImageBlob
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/cache-view.html b/www/api/cache-view.html
index c781c02ea..12f0901f9 100644
--- a/www/api/cache-view.html
+++ b/www/api/cache-view.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -576,7 +576,7 @@ _8c.html" target="source" name="SyncCacheViewAuthenticPixels">SyncCacheViewAuthe
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/cache.html b/www/api/cache.html
index a15135dfc..c328f5ab7 100644
--- a/www/api/cache.html
+++ b/www/api/cache.html
@@ -512,7 +512,7 @@ _8c.html" target="source" name="SyncAuthenticPixels">SyncAuthenticPixels -->
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/color.html b/www/api/color.html
index 3d2f79fa8..8238d634d 100644
--- a/www/api/color.html
+++ b/www/api/color.html
@@ -141,6 +141,9 @@
+
@@ -365,7 +368,7 @@ _8c.html" target="source" name="QueryMagickColorname">QueryMagickColorname
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/colormap.html b/www/api/colormap.html
index 3c6af74eb..a23235881 100644
--- a/www/api/colormap.html
+++ b/www/api/colormap.html
@@ -204,7 +204,7 @@ _8c.html" target="source" name="CycleColormap">CycleColormap
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/composite.html b/www/api/composite.html
index 04e239ee6..75f98e476 100644
--- a/www/api/composite.html
+++ b/www/api/composite.html
@@ -232,7 +232,7 @@ _8c.html" target="source" name="TextureImage">TextureImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/constitute.html b/www/api/constitute.html
index 14eb4a59b..c01c87f06 100644
--- a/www/api/constitute.html
+++ b/www/api/constitute.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -333,7 +333,7 @@ _8c.html" target="source" name="WriteImages">WriteImages
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/display.html b/www/api/display.html
index ecc321ed6..38bceab8f 100644
--- a/www/api/display.html
+++ b/www/api/display.html
@@ -236,7 +236,7 @@ _8c.html" target="source" name="XDisplayBackgroundImage">XDisplayBackgroundImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/distort.html b/www/api/distort.html
index fcf6016b5..11236f962 100644
--- a/www/api/distort.html
+++ b/www/api/distort.html
@@ -257,7 +257,7 @@ _8c.html" target="source" name="SparseColorImage">SparseColorImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html
index 22cd2f2d9..65435e81d 100644
--- a/www/api/drawing-wand.html
+++ b/www/api/drawing-wand.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -3067,7 +3067,7 @@ _8c.html" target="source" name="PushDrawingWand">PushDrawingWand
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/effect.html b/www/api/effect.html
index f5cdf5113..f0976aa93 100644
--- a/www/api/effect.html
+++ b/www/api/effect.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -752,7 +752,7 @@ _8c.html" target="source" name="UnsharpMaskImage">UnsharpMaskImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/enhance.html b/www/api/enhance.html
index 16525776a..37ec17bfd 100644
--- a/www/api/enhance.html
+++ b/www/api/enhance.html
@@ -141,9 +141,6 @@
-
diff --git a/www/api/exception.html b/www/api/exception.html
index 33a70ea4d..5c90e953e 100644
--- a/www/api/exception.html
+++ b/www/api/exception.html
@@ -465,7 +465,7 @@ _8c.html" target="source" name="ThrowException">ThrowException
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/feature.html b/www/api/feature.html
index 2786db23e..c71c4b5a6 100644
--- a/www/api/feature.html
+++ b/www/api/feature.html
@@ -193,7 +193,7 @@ _8c.html" target="source" name="GetImageChannelFeatures">GetImageChannelFeatures
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/histogram.html b/www/api/histogram.html
index fd126c4d0..69a2e3d8e 100644
--- a/www/api/histogram.html
+++ b/www/api/histogram.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/image.html b/www/api/image.html
index 975fe850f..a71e9c0c4 100644
--- a/www/api/image.html
+++ b/www/api/image.html
@@ -1050,7 +1050,7 @@ _8c.html" target="source" name="SyncImageSettings">SyncImageSettings
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/layer.html b/www/api/layer.html
index b371f3a45..de8089f11 100644
--- a/www/api/layer.html
+++ b/www/api/layer.html
@@ -447,7 +447,7 @@ _8c.html" target="source" name="MergeImageLayers">MergeImageLayers
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html
index bb46bd7cb..a9e979c6e 100644
--- a/www/api/magick-deprecate.html
+++ b/www/api/magick-deprecate.html
@@ -1385,7 +1385,7 @@ _8c.html" target="source" name="UpdatePixelViewIterator">UpdatePixelViewIterator
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/magick-image.html b/www/api/magick-image.html
index 45ba6a64a..fca42994b 100644
--- a/www/api/magick-image.html
+++ b/www/api/magick-image.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -6462,7 +6462,7 @@ _8c.html" target="source" name="MagickWriteImagesFile">MagickWriteImagesFile
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/magick-property.html b/www/api/magick-property.html
index 3e9014b3f..b5bede313 100644
--- a/www/api/magick-property.html
+++ b/www/api/magick-property.html
@@ -141,6 +141,9 @@
+
diff --git a/www/api/memory.html b/www/api/memory.html
index fff00669f..522cd71db 100644
--- a/www/api/memory.html
+++ b/www/api/memory.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/paint.html b/www/api/paint.html
index 3791edf39..472710852 100644
--- a/www/api/paint.html
+++ b/www/api/paint.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -326,7 +326,7 @@ _8c.html" target="source" name="TransparentPaintImageChroma">TransparentPaintIma
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html
index 920501ecf..6b94b9bf8 100644
--- a/www/api/pixel-wand.html
+++ b/www/api/pixel-wand.html
@@ -1397,7 +1397,7 @@ _8c.html" target="source" name="PixelSetYellowQuantum">PixelSetYellowQuantum
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/profile.html b/www/api/profile.html
index 7f0bf79c8..eba5ae0f5 100644
--- a/www/api/profile.html
+++ b/www/api/profile.html
@@ -376,7 +376,7 @@ _8c.html" target="source" name="SyncImageProfiles">SyncImageProfiles
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/property.html b/www/api/property.html
index c5a8132b8..edcceccc6 100644
--- a/www/api/property.html
+++ b/www/api/property.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/quantize.html b/www/api/quantize.html
index 44c060f96..7d4c84e1b 100644
--- a/www/api/quantize.html
+++ b/www/api/quantize.html
@@ -141,9 +141,6 @@
-
@@ -482,7 +479,7 @@ _8c.html" target="source" name="SetGrayscaleImage">SetGrayscaleImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/registry.html b/www/api/registry.html
index 1cd009cf0..237148cfa 100644
--- a/www/api/registry.html
+++ b/www/api/registry.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/resize.html b/www/api/resize.html
index ec0497a10..b394e8c6b 100644
--- a/www/api/resize.html
+++ b/www/api/resize.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/resource.html b/www/api/resource.html
index 18d92ba74..ea66811a4 100644
--- a/www/api/resource.html
+++ b/www/api/resource.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/segment.html b/www/api/segment.html
index 5658f9463..4a291689a 100644
--- a/www/api/segment.html
+++ b/www/api/segment.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -193,7 +193,7 @@ _8c.html" target="source" name="SegmentImage">SegmentImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/shear.html b/www/api/shear.html
index 6afc4e3ae..083aff29d 100644
--- a/www/api/shear.html
+++ b/www/api/shear.html
@@ -141,9 +141,6 @@
-
diff --git a/www/api/signature.html b/www/api/signature.html
index 657a79a98..8efc48f0c 100644
--- a/www/api/signature.html
+++ b/www/api/signature.html
@@ -179,7 +179,7 @@ _8c.html" target="source" name="SignatureImage">SignatureImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/statistic.html b/www/api/statistic.html
index 0485343e3..97a4b2cda 100644
--- a/www/api/statistic.html
+++ b/www/api/statistic.html
@@ -360,7 +360,7 @@ _8c.html" target="source" name="GetImageChannelStatistics">GetImageChannelStatis
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/version.html b/www/api/version.html
index 84daca126..3ab55a497 100644
--- a/www/api/version.html
+++ b/www/api/version.html
@@ -141,9 +141,6 @@
-
diff --git a/www/api/wand-view.html b/www/api/wand-view.html
index 344660e36..dd91c89fd 100644
--- a/www/api/wand-view.html
+++ b/www/api/wand-view.html
@@ -141,9 +141,6 @@
-
diff --git a/www/architecture.html b/www/architecture.html
index 0c0e7b243..d404fe4be 100644
--- a/www/architecture.html
+++ b/www/architecture.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -239,7 +239,7 @@
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 ‑version option:
- $magick> identify -versionVersion: ImageMagick 6.6.2-8 2010-84-85 Q16 http://www.imagemagick.org
+ $magick> identify -versionVersion: ImageMagick 6.6.2-9 2010-94-95 Q16 http://www.imagemagick.org
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.
@@ -1332,7 +1332,7 @@ ModuleExport unsigned long analyzeImage(Image **images,const int argc,
Discourse Server •
- Studio
+ Studio
diff --git a/www/binary-releases.html b/www/binary-releases.html
index 7d1022feb..f999ead8f 100644
--- a/www/binary-releases.html
+++ b/www/binary-releases.html
@@ -174,16 +174,16 @@
- ImageMagick-6.6.2-8.i386.rpm |
- download |
- download |
+ ImageMagick-6.6.2-9.i386.rpm |
+ download |
+ download |
CentOS 5.4 i386 RPM |
- ImageMagick-6.6.2-8.x86_64.rpm |
- download |
- download |
+ ImageMagick-6.6.2-9.x86_64.rpm |
+ download |
+ download |
CentOS 5.4 x86_64 RPM |
@@ -213,7 +213,7 @@
ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:
- $magick> rpm -Uvh ImageMagick-6.6.2-8.i386.rpm
+ $magick> rpm -Uvh ImageMagick-6.6.2-9.i386.rpm
For other systems, create (or choose) a directory to install the package into and change to that directory, for example:
$magick> cd $HOME
@@ -295,7 +295,7 @@
ImageMagick runs on all recent Windows releases except Windows 95 / 98. We recommend its use on an NT-based version of Windows (NT4, 2000, 2003, XP, or Vista). Starting with ImageMagick 5.5.7, older versions such as Windows 95 / 98 are not supported anymore. The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 256 MB of RAM is recommended, but the more RAM the better. Although ImageMagick runs fine on a single core computer, it automagically runs in parallel on dual and quad-core systems reducing run times considerably.
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 Q8 in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas, Q16 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 dll in the filename include ImageMagick libraries as dynamic link libraries. If you are not sure which version is appropriate, choose
-ImageMagick-6.6.2-8-Q16-windows-dll.exe.
+ImageMagick-6.6.2-9-Q16-windows-dll.exe.