-
-
+
+
diff --git a/index.html b/index.html
index d2fbf5eac..7d194e081 100644
--- a/index.html
+++ b/index.html
@@ -144,9 +144,6 @@
-
diff --git a/libtool b/libtool
index 9d2da7921..2720f8f07 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.4-0
+# Generated automatically by config.status (ImageMagick) 6.6.4-1
# 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 9d60f1082..12c1a2e15 100644
--- a/magick/version.h
+++ b/magick/version.h
@@ -30,10 +30,10 @@ extern "C" {
#define MagickLibVersion 0x664
#define MagickLibVersionText "6.6.4"
#define MagickLibVersionNumber 4,0,0
-#define MagickLibAddendum "-0"
+#define MagickLibAddendum "-1"
#define MagickLibInterface 4
#define MagickLibMinInterface 4
-#define MagickReleaseDate "2010-09-02"
+#define MagickReleaseDate "2010-09-04"
#define MagickChangeDate "20100902"
#define MagickAuthoritativeURL "http://www.imagemagick.org"
#define MagickFeatures "OpenMP "
diff --git a/version.sh b/version.sh
index 41a2c9648..c7349254e 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.4'
PACKAGE_LIB_VERSION="0x664"
-PACKAGE_RELEASE="0"
+PACKAGE_RELEASE="1"
PACKAGE_LIB_VERSION_NUMBER="6,6,4,${PACKAGE_RELEASE}"
PACKAGE_RELEASE_DATE=`date +%F`
PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html
index 74c52c9b8..9e2252e60 100644
--- a/www/ImageMagickObject.html
+++ b/www/ImageMagickObject.html
@@ -146,7 +146,7 @@
Druckerei Online
@@ -180,7 +180,7 @@
ImageMagick provides a statically-built ImageMagick object as part of its Windows installation package. When this package is installed, ImageMagickObject and its sample programs are installed to this path:
- c:\Program Files\ImageMagick-6.6.3-Q16\ImageMagickObject
+ c:\Program Files\ImageMagick-6.6.4-Q16\ImageMagickObject
The ImageMagickObject is registered if the checkbox, Register ImageMagickObject, is checked at install time.
diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html
index a0644e97a..423c3d188 100644
--- a/www/advanced-unix-installation.html
+++ b/www/advanced-unix-installation.html
@@ -191,7 +191,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.3-10 $magick> ./configure
+ $magick> cd ImageMagick-6.6.4-0 $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:
@@ -519,7 +519,7 @@ Options used to compile and link:
$magick> rpmbuild --rebuild ImageMagick.src.rpm
After the build you, locate the RPMS folder and install the ImageMagick binary RPM distribution:
- $magick> rpm -ivh ImageMagick-6.6.3-?.*.rpm
+ $magick> rpm -ivh ImageMagick-6.6.4-?.*.rpm
Mac OS X-specific Build instructions
@@ -543,7 +543,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.3-10.tar.gz $magick> cd ImageMagick-6.6.3-10
Configure ImageMagick:
+
$magick> tar xvfz ImageMagick-6.6.4-0.tar.gz $magick> cd ImageMagick-6.6.4-0
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/ \
@@ -563,7 +563,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.3-?.tar.bz2 $magick> cd ImageMagick-6.6.3-10 $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.4-?.tar.bz2 $magick> cd ImageMagick-6.6.4-0 $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 ac7b8d2eb..6b9546cad 100644
--- a/www/advanced-windows-installation.html
+++ b/www/advanced-windows-installation.html
@@ -145,7 +145,7 @@
Druckerei Online
@@ -443,7 +443,7 @@
- Double-click on
- VisualMagick/bin/ImageMagick-6.6.3-10-Q16-windows-dll.exe
+ VisualMagick/bin/ImageMagick-6.6.4-0-Q16-windows-dll.exe
to launch the ImageMagick binary distribution.
- Complete the installer screens to install ImageMagick on your system.
diff --git a/www/api.html b/www/api.html
index 44e6b62f3..2bfb73d37 100644
--- a/www/api.html
+++ b/www/api.html
@@ -145,7 +145,7 @@
Druckerei Online
@@ -175,7 +175,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+
@@ -199,31 +199,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
@@ -237,7 +237,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
@@ -249,50 +249,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.
diff --git a/www/api/animate.html b/www/api/animate.html
index 8fc6b14cb..8da6714ae 100644
--- a/www/api/animate.html
+++ b/www/api/animate.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/annotate.html b/www/api/annotate.html
index f817a416c..f6d8f2446 100644
--- a/www/api/annotate.html
+++ b/www/api/annotate.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/attribute.html b/www/api/attribute.html
index 1ffeb42ab..6506703a8 100644
--- a/www/api/attribute.html
+++ b/www/api/attribute.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/blob.html b/www/api/blob.html
index b7226c9fc..be6969faf 100644
--- a/www/api/blob.html
+++ b/www/api/blob.html
@@ -144,6 +144,9 @@
+
diff --git a/www/api/cache-view.html b/www/api/cache-view.html
index d247f758e..39fc500d3 100644
--- a/www/api/cache-view.html
+++ b/www/api/cache-view.html
@@ -144,9 +144,6 @@
-
diff --git a/www/api/cache.html b/www/api/cache.html
index 4011ab17c..b74c4e490 100644
--- a/www/api/cache.html
+++ b/www/api/cache.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/color.html b/www/api/color.html
index 31e966de0..53c76f798 100644
--- a/www/api/color.html
+++ b/www/api/color.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/colormap.html b/www/api/colormap.html
index f58ebe9a2..5dd73556e 100644
--- a/www/api/colormap.html
+++ b/www/api/colormap.html
@@ -144,9 +144,6 @@
-
diff --git a/www/api/compare.html b/www/api/compare.html
index f084292ac..831e1c9c8 100644
--- a/www/api/compare.html
+++ b/www/api/compare.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/composite.html b/www/api/composite.html
index ff2b2464d..b102b5589 100644
--- a/www/api/composite.html
+++ b/www/api/composite.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/constitute.html b/www/api/constitute.html
index 1160fdda7..e31a4dbab 100644
--- a/www/api/constitute.html
+++ b/www/api/constitute.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/decorate.html b/www/api/decorate.html
index 6f940e6a7..24a86cfc0 100644
--- a/www/api/decorate.html
+++ b/www/api/decorate.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/deprecate.html b/www/api/deprecate.html
index d918b5917..8f7323918 100644
--- a/www/api/deprecate.html
+++ b/www/api/deprecate.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/draw.html b/www/api/draw.html
index 0885f5b07..e43cd20dd 100644
--- a/www/api/draw.html
+++ b/www/api/draw.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/effect.html b/www/api/effect.html
index 9c02c2f3a..170476a31 100644
--- a/www/api/effect.html
+++ b/www/api/effect.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/enhance.html b/www/api/enhance.html
index 8fa251b0d..abffaed2c 100644
--- a/www/api/enhance.html
+++ b/www/api/enhance.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/exception.html b/www/api/exception.html
index 9862342b9..d4fa9f4eb 100644
--- a/www/api/exception.html
+++ b/www/api/exception.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/feature.html b/www/api/feature.html
index 9889c4021..c2eb41b2d 100644
--- a/www/api/feature.html
+++ b/www/api/feature.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/fx.html b/www/api/fx.html
index ff6556bdd..e015e3506 100644
--- a/www/api/fx.html
+++ b/www/api/fx.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/image-view.html b/www/api/image-view.html
index 202d0de90..f221fd850 100644
--- a/www/api/image-view.html
+++ b/www/api/image-view.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/image.html b/www/api/image.html
index 11437ac1d..d818cc7bb 100644
--- a/www/api/image.html
+++ b/www/api/image.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/layer.html b/www/api/layer.html
index 68d9942c4..b8c434314 100644
--- a/www/api/layer.html
+++ b/www/api/layer.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/list.html b/www/api/list.html
index 50e33f122..9f25003b4 100644
--- a/www/api/list.html
+++ b/www/api/list.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/magick-property.html b/www/api/magick-property.html
index ac016fa7d..b8559a69d 100644
--- a/www/api/magick-property.html
+++ b/www/api/magick-property.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html
index c87024158..94ac471e1 100644
--- a/www/api/magick-wand.html
+++ b/www/api/magick-wand.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/magick.html b/www/api/magick.html
index 212c20fae..846bad2bf 100644
--- a/www/api/magick.html
+++ b/www/api/magick.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/memory.html b/www/api/memory.html
index 66c1eb58c..7240073dc 100644
--- a/www/api/memory.html
+++ b/www/api/memory.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/module.html b/www/api/module.html
index 2bb4575f7..b36b55cf2 100644
--- a/www/api/module.html
+++ b/www/api/module.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/monitor.html b/www/api/monitor.html
index e9acfbbe8..f218ae7f5 100644
--- a/www/api/monitor.html
+++ b/www/api/monitor.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/montage.html b/www/api/montage.html
index e16dd918c..7d2dba3a2 100644
--- a/www/api/montage.html
+++ b/www/api/montage.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/paint.html b/www/api/paint.html
index b8aeb5530..5acceccac 100644
--- a/www/api/paint.html
+++ b/www/api/paint.html
@@ -144,9 +144,6 @@
-
diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html
index 46fc6f45f..0246fa338 100644
--- a/www/api/pixel-iterator.html
+++ b/www/api/pixel-iterator.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html
index b2e65e539..c606ff250 100644
--- a/www/api/pixel-wand.html
+++ b/www/api/pixel-wand.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/profile.html b/www/api/profile.html
index 6655a02e4..3c81c466a 100644
--- a/www/api/profile.html
+++ b/www/api/profile.html
@@ -144,6 +144,9 @@
+
diff --git a/www/api/property.html b/www/api/property.html
index 9e3d81f49..4d305cc05 100644
--- a/www/api/property.html
+++ b/www/api/property.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/quantize.html b/www/api/quantize.html
index f1dfba570..e4a4faf36 100644
--- a/www/api/quantize.html
+++ b/www/api/quantize.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/resize.html b/www/api/resize.html
index 2a711447a..e19e03849 100644
--- a/www/api/resize.html
+++ b/www/api/resize.html
@@ -144,9 +144,6 @@
-
diff --git a/www/api/resource.html b/www/api/resource.html
index 89b4c2f25..407e8cf0c 100644
--- a/www/api/resource.html
+++ b/www/api/resource.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/segment.html b/www/api/segment.html
index 20b15ad89..b2ca1d9a6 100644
--- a/www/api/segment.html
+++ b/www/api/segment.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/shear.html b/www/api/shear.html
index c85016191..c4a0590d0 100644
--- a/www/api/shear.html
+++ b/www/api/shear.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/signature.html b/www/api/signature.html
index d36572229..843ce3aef 100644
--- a/www/api/signature.html
+++ b/www/api/signature.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/statistic.html b/www/api/statistic.html
index 73c7378de..46ecb2ed2 100644
--- a/www/api/statistic.html
+++ b/www/api/statistic.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/transform.html b/www/api/transform.html
index bfd6a8a00..e094c715a 100644
--- a/www/api/transform.html
+++ b/www/api/transform.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/version.html b/www/api/version.html
index b4752232a..12354902e 100644
--- a/www/api/version.html
+++ b/www/api/version.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/api/wand-view.html b/www/api/wand-view.html
index 58b2d2010..5c3c7f5f6 100644
--- a/www/api/wand-view.html
+++ b/www/api/wand-view.html
@@ -145,7 +145,7 @@
Druckerei Online
diff --git a/www/architecture.html b/www/architecture.html
index 979de4873..f61d8f4ae 100644
--- a/www/architecture.html
+++ b/www/architecture.html
@@ -145,7 +145,7 @@
Druckerei Online
@@ -254,7 +254,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.3-10 2010-08-08 Q16 http://www.imagemagick.org
+ $magick> identify -versionVersion: ImageMagick 6.6.4-0 2010-09-04 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.
diff --git a/www/binary-releases.html b/www/binary-releases.html
index d6aa3ab21..33fb6e1f7 100644
--- a/www/binary-releases.html
+++ b/www/binary-releases.html
@@ -145,7 +145,7 @@
Druckerei Online
@@ -189,16 +189,16 @@
- ImageMagick-6.6.3-10.i386.rpm |
- download |
- download |
+ ImageMagick-6.6.4-0.i386.rpm |
+ download |
+ download |
CentOS 5.4 i386 RPM |
- ImageMagick-6.6.3-10.x86_64.rpm |
- download |
- download |
+ ImageMagick-6.6.4-0.x86_64.rpm |
+ download |
+ download |
CentOS 5.4 x86_64 RPM |
@@ -228,7 +228,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.3-10.i386.rpm
+ $magick> rpm -Uvh ImageMagick-6.6.4-0.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
@@ -237,7 +237,7 @@
$magick> tar xvfz ImageMagick.tar.gz
Set the MAGICK_HOME environment variable to the path where you extracted the ImageMagick files. For example:
- $magick> export MAGICK_HOME="$HOME/ImageMagick-6.6.3"
+ $magick> export MAGICK_HOME="$HOME/ImageMagick-6.6.4"
If the bin subdirectory of the extracted package is not already in your executable search path, add it to your PATH environment variable. For example:
$magick> export PATH="$MAGICK_HOME/bin:$PATH"
@@ -287,7 +287,7 @@
$magick> tar xvfz ImageMagick-x86_64-apple-darwin10.4.0.tar.gz
Set the MAGICK_HOME environment variable to the path where you extracted the ImageMagick files. For example:
- $magick> export MAGICK_HOME="$HOME/ImageMagick-6.6.3"
+ $magick> export MAGICK_HOME="$HOME/ImageMagick-6.6.4"
If the bin subdirectory of the extracted package is not already in your executable search path, add it to your PATH environment variable. For example:
$magick> export PATH="$MAGICK_HOME/bin:$PATH"
@@ -310,7 +310,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.3-10-Q16-windows-x64-dll.exe.
+ImageMagick-6.6.4-0-Q16-windows-x64-dll.exe.