From: cristy
Date: Mon, 28 Mar 2011 19:17:44 +0000 (+0000)
Subject: (no commit message)
X-Git-Tag: 7.0.1-0~7840
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e6cb72af0a6c2584873f85454ac122b736e4b58;p=imagemagick
---
diff --git a/ChangeLog b/ChangeLog
index b3f726112..a98273dad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-03-28 6.6.9-0 Cristy
+ * New version 6.6.9-0.
+
+2011-03-28 6.6.9-0 Cristy
+ * Optimize bilinear interpolation.
+ * Remove version from etc folder and instead use /etc/ImageMagick.
+
2011-03-28 6.6.9-0 Anthony Thyssen
* Separated complex cropping function from TransformImage() as a new
function CropImageToTiles(). This new function returns either the
@@ -18,7 +25,7 @@
* New version 6.6.8-9.
2011-03-25 6.6.8-9 Cristy
- * Add InterpolatePixelPacket() method.
+ * Add InterpolateMagickPixelPacket() method.
* Add support for the %[opaque] property.
2011-03-25 6.6.8-8 Cristy
diff --git a/index.html b/index.html
index 8b0a4028a..7c9f4a309 100644
--- a/index.html
+++ b/index.html
@@ -184,7 +184,7 @@
Druckerei
@@ -209,7 +209,7 @@
The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory and thread error detection to prevent security vulnerabilities.
-The current release is ImageMagick 6.6.8-10.
+The current release is ImageMagick 6.6.9-0.
diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html
index 9cf90a0e7..d9e9b6208 100644
--- a/www/ImageMagickObject.html
+++ b/www/ImageMagickObject.html
@@ -185,7 +185,7 @@
Druckerei
@@ -210,7 +210,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.8-Q16\ImageMagickObject
+ c:\Program Files\ImageMagick-6.6.9-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 8f1f8c3eb..ad34a333c 100644
--- a/www/advanced-unix-installation.html
+++ b/www/advanced-unix-installation.html
@@ -184,7 +184,7 @@
Druckerei
@@ -221,7 +221,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.8-10 $magick> ./configure
+ $magick> cd ImageMagick-6.6.9-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:
@@ -549,7 +549,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.8-?.*.rpm
+ $magick> rpm -ivh ImageMagick-6.6.9-?.*.rpm
Mac OS X-specific Build instructions
@@ -573,7 +573,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.8-10.tar.gz $magick> cd ImageMagick-6.6.8-10
Configure ImageMagick:
+
$magick> tar xvfz ImageMagick-6.6.9-0.tar.gz $magick> cd ImageMagick-6.6.9-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/ \
@@ -593,7 +593,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.8-?.tar.bz2 $magick> cd ImageMagick-6.6.8-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.9-?.tar.bz2 $magick> cd ImageMagick-6.6.9-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 ca19e5669..032312b18 100644
--- a/www/advanced-windows-installation.html
+++ b/www/advanced-windows-installation.html
@@ -184,7 +184,7 @@
Druckerei
@@ -473,7 +473,7 @@
- Double-click on
- VisualMagick/bin/ImageMagick-6.6.8-10-Q16-windows-dll.exe
+ VisualMagick/bin/ImageMagick-6.6.9-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/animate.html b/www/animate.html
index e7a75de02..f8ebf76e3 100644
--- a/www/animate.html
+++ b/www/animate.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/api.html b/www/api.html
index 320e0aec7..75bee26ab 100644
--- a/www/api.html
+++ b/www/api.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/animate.html b/www/api/animate.html
index 7e2a2f9b2..35dcf87d3 100644
--- a/www/api/animate.html
+++ b/www/api/animate.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/annotate.html b/www/api/annotate.html
index b359171fc..374e8f843 100644
--- a/www/api/annotate.html
+++ b/www/api/annotate.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/attribute.html b/www/api/attribute.html
index 55b651e4d..14387ce87 100644
--- a/www/api/attribute.html
+++ b/www/api/attribute.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/blob.html b/www/api/blob.html
index 9fbdb07ad..2440fd6a1 100644
--- a/www/api/blob.html
+++ b/www/api/blob.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/cache.html b/www/api/cache.html
index df39f74fc..072967fa0 100644
--- a/www/api/cache.html
+++ b/www/api/cache.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/cipher.html b/www/api/cipher.html
index ad35804e8..e98b08c25 100644
--- a/www/api/cipher.html
+++ b/www/api/cipher.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/color.html b/www/api/color.html
index 577fe5dec..8c3c830e4 100644
--- a/www/api/color.html
+++ b/www/api/color.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/colormap.html b/www/api/colormap.html
index 981c10727..50bf670d6 100644
--- a/www/api/colormap.html
+++ b/www/api/colormap.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/compare.html b/www/api/compare.html
index af6465274..954288ed4 100644
--- a/www/api/compare.html
+++ b/www/api/compare.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/composite.html b/www/api/composite.html
index b1d75a413..3170f59a4 100644
--- a/www/api/composite.html
+++ b/www/api/composite.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/decorate.html b/www/api/decorate.html
index 51371bb82..16747e68d 100644
--- a/www/api/decorate.html
+++ b/www/api/decorate.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/deprecate.html b/www/api/deprecate.html
index ad3ca3590..a94223dc6 100644
--- a/www/api/deprecate.html
+++ b/www/api/deprecate.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/display.html b/www/api/display.html
index 461bd7a7c..09d6a960a 100644
--- a/www/api/display.html
+++ b/www/api/display.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/distort.html b/www/api/distort.html
index 381b63d02..d2dcad4d0 100644
--- a/www/api/distort.html
+++ b/www/api/distort.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/draw.html b/www/api/draw.html
index fc230bfac..79a47c001 100644
--- a/www/api/draw.html
+++ b/www/api/draw.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html
index 671324964..e74cd6bcb 100644
--- a/www/api/drawing-wand.html
+++ b/www/api/drawing-wand.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/effect.html b/www/api/effect.html
index aa4c10bce..977132920 100644
--- a/www/api/effect.html
+++ b/www/api/effect.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/enhance.html b/www/api/enhance.html
index 137e7c166..6bae54a28 100644
--- a/www/api/enhance.html
+++ b/www/api/enhance.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/exception.html b/www/api/exception.html
index 4d0ef1a3a..6e16494e6 100644
--- a/www/api/exception.html
+++ b/www/api/exception.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/feature.html b/www/api/feature.html
index 242c5c8db..e102ec508 100644
--- a/www/api/feature.html
+++ b/www/api/feature.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/fourier.html b/www/api/fourier.html
index d57a140e5..3b2974c45 100644
--- a/www/api/fourier.html
+++ b/www/api/fourier.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/fx.html b/www/api/fx.html
index eaabdde59..ddb73856e 100644
--- a/www/api/fx.html
+++ b/www/api/fx.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/histogram.html b/www/api/histogram.html
index 093d5dad6..584c0320c 100644
--- a/www/api/histogram.html
+++ b/www/api/histogram.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/image-view.html b/www/api/image-view.html
index 8fb1599fa..e1c2f8dc9 100644
--- a/www/api/image-view.html
+++ b/www/api/image-view.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/layer.html b/www/api/layer.html
index ae65557e8..262981fce 100644
--- a/www/api/layer.html
+++ b/www/api/layer.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/list.html b/www/api/list.html
index 5f746eae4..b540d87f8 100644
--- a/www/api/list.html
+++ b/www/api/list.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/magick-property.html b/www/api/magick-property.html
index df72391e8..0d40abffa 100644
--- a/www/api/magick-property.html
+++ b/www/api/magick-property.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html
index b260631bd..b798fbd46 100644
--- a/www/api/magick-wand.html
+++ b/www/api/magick-wand.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/magick.html b/www/api/magick.html
index ecc010161..a2ec3f9ec 100644
--- a/www/api/magick.html
+++ b/www/api/magick.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/memory.html b/www/api/memory.html
index 5a93535f0..333374b7b 100644
--- a/www/api/memory.html
+++ b/www/api/memory.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/mogrify.html b/www/api/mogrify.html
index 61c853ba1..c51c8b4b7 100644
--- a/www/api/mogrify.html
+++ b/www/api/mogrify.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/monitor.html b/www/api/monitor.html
index a779303c9..1eb83e898 100644
--- a/www/api/monitor.html
+++ b/www/api/monitor.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/montage.html b/www/api/montage.html
index 18743df7e..59d434474 100644
--- a/www/api/montage.html
+++ b/www/api/montage.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/morphology.html b/www/api/morphology.html
index 91e6bc28a..59202bfde 100644
--- a/www/api/morphology.html
+++ b/www/api/morphology.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/paint.html b/www/api/paint.html
index 4faeaf94b..03bfb4bd8 100644
--- a/www/api/paint.html
+++ b/www/api/paint.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html
index 10d82ed12..5d3015304 100644
--- a/www/api/pixel-iterator.html
+++ b/www/api/pixel-iterator.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html
index 5f4599e38..d4281c31e 100644
--- a/www/api/pixel-wand.html
+++ b/www/api/pixel-wand.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/profile.html b/www/api/profile.html
index ee2fe4f01..f022bf362 100644
--- a/www/api/profile.html
+++ b/www/api/profile.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/property.html b/www/api/property.html
index 14da49f33..8ee8c80f3 100644
--- a/www/api/property.html
+++ b/www/api/property.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/quantize.html b/www/api/quantize.html
index dff57b8b1..7801b0143 100644
--- a/www/api/quantize.html
+++ b/www/api/quantize.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/resource.html b/www/api/resource.html
index 8715c622e..e1f842369 100644
--- a/www/api/resource.html
+++ b/www/api/resource.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/segment.html b/www/api/segment.html
index 6b39af6b7..d59686c35 100644
--- a/www/api/segment.html
+++ b/www/api/segment.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/shear.html b/www/api/shear.html
index 8506b789e..3142dfab5 100644
--- a/www/api/shear.html
+++ b/www/api/shear.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/signature.html b/www/api/signature.html
index ae2cf119b..34eba1ea0 100644
--- a/www/api/signature.html
+++ b/www/api/signature.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/transform.html b/www/api/transform.html
index 437bd6868..5b031e72f 100644
--- a/www/api/transform.html
+++ b/www/api/transform.html
@@ -184,7 +184,7 @@
Druckerei
@@ -197,7 +197,7 @@
Module transform Methods
-
[ChopImage • CropImage • ExcerptImage • ExtentImage • FlipImage • FlopImage • RollImage • ShaveImage • SpliceImage • TransformImage • TransformImages • TransposeImage • TransverseImage • TrimImage]
+
[ChopImage • CropImage • CropImageToTiles • ExcerptImage • ExtentImage • FlipImage • FlopImage • RollImage • ShaveImage • SpliceImage • TransformImage • to CropImageToTiles • TransformImages • TransposeImage • TransverseImage • TrimImage]
@@ -226,7 +226,7 @@
-
CropImage() extracts a region of the image starting at the offset defined by geometry.
+
CropImage() extracts a region of the image starting at the offset defined by geometry. Region must be fully defined, and no special handling of geometry flags is performed.
The format of the CropImage method is:
@@ -243,6 +243,25 @@
geometry
Define the region of the image to crop with members x, y, width, and height.
+
exception
+
return any errors or warnings in this structure.
+
+
+
+
+
+
CropImageToTiles() will crop a single image, into a posible list of tiles. This may include a single sub-region of the image. This basically applies all the normal geometry flags for Crop.
+
+
Image *CropImageToTiles(const Image *image,const RectangleInfo *crop_geometry, ExceptionInfo *exception)
+
+
A description of each parameter follows:
+
+
image
+
the image The transformed image is returned as this parameter.
+
+
crop_geometry
+
A crop geometry string.
+
exception
return any errors or warnings in this structure.
@@ -416,7 +435,9 @@
-
TransformImage() is a convenience method that behaves like ResizeImage() or CropImage() but accepts scaling and/or cropping information as a region geometry specification. If the operation fails, the original image handle is returned.
+
TransformImage() is a convenience method that behaves like ResizeImage() or CropImage() but accepts scaling and/or cropping information as a region geometry specification. If the operation fails, the original image handle is left as is.
+
+
This should only be used for single images.
The format of the TransformImage method is:
@@ -436,6 +457,12 @@
image_geometry
An image geometry string. This geometry defines the final size of the image.
+
+
+
+
+
to CropImageToTiles() or ResizeImage(), as appropriate.
+
diff --git a/www/api/version.html b/www/api/version.html
index 66f9010e6..0b37258f2 100644
--- a/www/api/version.html
+++ b/www/api/version.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/api/wand-view.html b/www/api/wand-view.html
index 1a23d9518..04f1a5155 100644
--- a/www/api/wand-view.html
+++ b/www/api/wand-view.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/architecture.html b/www/architecture.html
index f18e06f55..d8cd95063 100644
--- a/www/architecture.html
+++ b/www/architecture.html
@@ -184,7 +184,7 @@
Druckerei
@@ -288,7 +288,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.8-10 2011-03-25 Q16 http://www.imagemagick.org
+ $magick> identify -versionVersion: ImageMagick 6.6.9-0 2011-03-25 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 9f88a708f..7f7978ac9 100644
--- a/www/binary-releases.html
+++ b/www/binary-releases.html
@@ -184,7 +184,7 @@
Druckerei
@@ -219,16 +219,16 @@
- ImageMagick-6.6.8-10.i386.rpm |
- download |
- download |
+ ImageMagick-6.6.9-0.i386.rpm |
+ download |
+ download |
CentOS 5.4 i386 RPM |
- ImageMagick-6.6.8-10.x86_64.rpm |
- download |
- download |
+ ImageMagick-6.6.9-0.x86_64.rpm |
+ download |
+ download |
CentOS 5.4 x86_64 RPM |
@@ -265,7 +265,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.8-10.i386.rpm
+ $magick> rpm -Uvh ImageMagick-6.6.9-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
@@ -274,7 +274,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.8"
+ $magick> export MAGICK_HOME="$HOME/ImageMagick-6.6.9"
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"
@@ -324,7 +324,7 @@
$magick> tar xvfz ImageMagick-x86_64-apple-darwin10.6.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.8"
+ $magick> export MAGICK_HOME="$HOME/ImageMagick-6.6.9"
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"
@@ -365,7 +365,7 @@
./imagemagick_compile.sh VERSION
-where VERSION is the version of ImageMagick you want to compile (i.e.: 6.6.8-10, svn, ...)
+where VERSION is the version of ImageMagick you want to compile (i.e.: 6.6.9-0, svn, ...)
This script compiles ImageMagick as a static library to be included in iPhone projects and adds support for
@@ -404,7 +404,7 @@
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.
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.8-10-Q16-windows-dll.exe.
+ImageMagick-6.6.9-0-Q16-windows-dll.exe.
@@ -416,51 +416,51 @@
- ImageMagick-6.6.8-10-Q16-windows-dll.exe |
- download |
- download |
+ ImageMagick-6.6.9-0-Q16-windows-dll.exe |
+ download |
+ download |
Win32 dynamic at 16 bits-per-pixel |
- ImageMagick-6.6.8-10-Q16-windows-static.exe |
- download |
- download |
+ ImageMagick-6.6.9-0-Q16-windows-static.exe |
+ download |
+ download |
Win32 static at 16 bits-per-pixel |
- ImageMagick-6.6.8-10-Q8-windows-dll.exe |
- download |
- download |
+ ImageMagick-6.6.9-0-Q8-windows-dll.exe |
+ download |
+ download |
Win32 dynamic at 8 bits-per-pixel |
- ImageMagick-6.6.8-10-Q8-windows-static.exe |
- download |
- download |
+ ImageMagick-6.6.9-0-Q8-windows-static.exe |
+ download |
+ download |
Win32 static at 8 bits-per-pixel |
- ImageMagick-6.6.8-10-Q16-windows-x64-dll.exe |
- download |
- download |
+ ImageMagick-6.6.9-0-Q16-windows-x64-dll.exe |
+ download |
+ download |
Win64 dynamic at 16 bits-per-pixel |
- ImageMagick-6.6.8-10-Q16-windows-x64-static.exe |
- download |
- download |
+ ImageMagick-6.6.9-0-Q16-windows-x64-static.exe |
+ download |
+ download |
Win64 static at 16 bits-per-pixel |
- ImageMagick-6.6.8-Q16-windows.zip |
- download |
- download |
+ ImageMagick-6.6.9-Q16-windows.zip |
+ download |
+ download |
Portable Win32 static at 16 bits-per-pixel. Just copy to your host and run (no installer, no Windows registry entries). |
diff --git a/www/changelog.html b/www/changelog.html
index 2e35a7cce..e31a25651 100644
--- a/www/changelog.html
+++ b/www/changelog.html
@@ -184,7 +184,7 @@
Druckerei
@@ -197,7 +197,9 @@
ImageMagick Changelog
-
- 2011-03-27 6.6.8-10 Cristy <quetzlzacatenango@image...>
+- 2011-03-28 6.6.9-0 Anthony Thyssen <A.Thyssen@griffith...>
+ - 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.
+- 2011-03-27 6.6.8-10 Cristy <quetzlzacatenango@image...>
- New version 6.6.8-10.
- 2011-03-27 6.6.8-10 Anthony Thyssen <A.Thyssen@griffith...>
- 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.
diff --git a/www/cipher.html b/www/cipher.html
index bfac9f40c..735c31c20 100644
--- a/www/cipher.html
+++ b/www/cipher.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/command-line-options.html b/www/command-line-options.html
index eade549a3..7895a1b6e 100644
--- a/www/command-line-options.html
+++ b/www/command-line-options.html
@@ -188,7 +188,7 @@
Druckerei
diff --git a/www/command-line-processing.html b/www/command-line-processing.html
index 8b08dbb95..47de7bf35 100644
--- a/www/command-line-processing.html
+++ b/www/command-line-processing.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/command-line-tools.html b/www/command-line-tools.html
index da5718974..80d1a4b59 100644
--- a/www/command-line-tools.html
+++ b/www/command-line-tools.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/compare.html b/www/compare.html
index 68ae98421..592af40ed 100644
--- a/www/compare.html
+++ b/www/compare.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/compose.html b/www/compose.html
index 671cbb64c..a02d72543 100644
--- a/www/compose.html
+++ b/www/compose.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/composite.html b/www/composite.html
index 78eee775d..deef6dc48 100644
--- a/www/composite.html
+++ b/www/composite.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/conjure.html b/www/conjure.html
index 773c067d7..55a3de027 100644
--- a/www/conjure.html
+++ b/www/conjure.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/contact.html b/www/contact.html
index cba9a98cc..dca14f1ec 100644
--- a/www/contact.html
+++ b/www/contact.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/convert.html b/www/convert.html
index 7e247906d..e72efd443 100644
--- a/www/convert.html
+++ b/www/convert.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/display.html b/www/display.html
index 050f1283e..6f848fd8c 100644
--- a/www/display.html
+++ b/www/display.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/download.html b/www/download.html
index ecd1d5e6f..e90bd3e95 100644
--- a/www/download.html
+++ b/www/download.html
@@ -184,7 +184,7 @@
Druckerei
@@ -199,7 +199,7 @@
Download ImageMagick
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 Subversion. Before you download, you may want to review recent changes to the ImageMagick distribution.
-
The latest release of ImageMagick is version 6.6.8-10.
+
The latest release of ImageMagick is version 6.6.9-0.
- Australia
- ftp://mirror.aarnet.edu.au/pub/imagemagick/
diff --git a/www/escape.html b/www/escape.html
index 78580334f..c8b69d6b7 100644
--- a/www/escape.html
+++ b/www/escape.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/examples.html b/www/examples.html
index 62968d8c4..e12bc3b5e 100644
--- a/www/examples.html
+++ b/www/examples.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/exception.html b/www/exception.html
index a7beecc0f..ebc29965b 100644
--- a/www/exception.html
+++ b/www/exception.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/export.html b/www/export.html
index 589b857b5..2a0d18711 100644
--- a/www/export.html
+++ b/www/export.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/formats.html b/www/formats.html
index f4178d25e..69684bc73 100644
--- a/www/formats.html
+++ b/www/formats.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/fx.html b/www/fx.html
index d35b3d3bc..5d7851039 100644
--- a/www/fx.html
+++ b/www/fx.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/identify.html b/www/identify.html
index 8775ff541..869f8e643 100644
--- a/www/identify.html
+++ b/www/identify.html
@@ -184,7 +184,7 @@
Druckerei
@@ -267,7 +267,7 @@
Tainted: False
Filesize: 3.97266kb
Number pixels: 3.14453kb
- Version: ImageMagick 6.6.8-10 2011-03-25 Q16 http://www.imagemagick.org
+ Version: ImageMagick 6.6.9-0 2011-03-25 Q16 http://www.imagemagick.org
To get the print size in inches of an image at 72 DPI, use:
$magick> identify -format "%[fx:w/72] by %[fx:h/72] inches" document.png8.5 x 11 inches
diff --git a/www/import.html b/www/import.html
index 7015cd5af..1ebf6ea03 100644
--- a/www/import.html
+++ b/www/import.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/index.html b/www/index.html
index 6b2afba4c..be6411a52 100644
--- a/www/index.html
+++ b/www/index.html
@@ -184,7 +184,7 @@
Druckerei
@@ -209,7 +209,7 @@
The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory and thread error detection to prevent security vulnerabilities.
-The current release is ImageMagick 6.6.8-10.
+The current release is ImageMagick 6.6.9-0.
diff --git a/www/install-source.html b/www/install-source.html
index 6807c48f2..bc1c0f7bd 100644
--- a/www/install-source.html
+++ b/www/install-source.html
@@ -184,7 +184,7 @@
Druckerei
@@ -218,7 +218,7 @@
$magick> tar xvfz ImageMagick.tar.gz
Next configure and compile ImageMagick:
- $magick> cd ImageMagick-6.6.8 $magick> ./configure $magick> make
+ $magick> cd ImageMagick-6.6.9 $magick> ./configure $magick> make
If ImageMagick configured and compiled without complaint, you are ready to install it on your system. Administrator privileges are required to install. To install, type
$magick> sudo make install
@@ -244,22 +244,22 @@
You can unpack the distribution with WinZip or type the following from any MS-DOS Command Prompt window:
$magick> unzip ImageMagick-windows.zip
-Next, launch your Visual Studio IDE and choose Open->Project. Select the configure workspace from the ImageMagick-6.6.8/VisualMagick/configure folder and press Open. Choose Build->Build Solution
+
Next, launch your Visual Studio IDE and choose Open->Project. Select the configure workspace from the ImageMagick-6.6.9/VisualMagick/configure folder and press Open. Choose Build->Build Solution
to compile the program and on completion run the program.
![[configure]](../images/configure.jpg)
-Press Next and click on the multi-threaded static build. If you are using the Visual Studio 6.0 IDE, make sure no check is next to the Generate Visual Studio 7 format option. Now press, on Next twice and finally Finish. The configuration utility just created a workspace required to build ImageMagick from source. Choose Open->Project and select the VisualStaticMT workspace from the ImageMagick-6.6.8/VisualMagick/ folder. Finally, choose Build->Build Solution to compile and build the ImageMagick distribution.
+Press Next and click on the multi-threaded static build. If you are using the Visual Studio 6.0 IDE, make sure no check is next to the Generate Visual Studio 7 format option. Now press, on Next twice and finally Finish. The configuration utility just created a workspace required to build ImageMagick from source. Choose Open->Project and select the VisualStaticMT workspace from the ImageMagick-6.6.9/VisualMagick/ folder. Finally, choose Build->Build Solution to compile and build the ImageMagick distribution.
To verify ImageMagick is working properly, launch a MS-DOS Command Prompt window and type
- $magick> cd ImageMagick-6.6.8 $magick> convert logo: image.jpg
+ $magick> cd ImageMagick-6.6.9 $magick> convert logo: image.jpg
For a more comprehensive test, run the ImageMagick validation suite:
$magick> validate
Congratulations, you have a working ImageMagick distribution under Windows and you are ready to use ImageMagick to convert, compose, or edit your images or perhaps you'll want to use one of the Application Program Interfaces for C, C++, Perl, and others.
-The above instructions will satisfy a great number of ImageMagick users, but we suspect a few will have additional questions or problems to consider. For example, what does one do if ImageMagick fails to configure or compile? Or what if you want to install ImageMagick in a place other than the ImageMagick-6.6.8/VisualMagick/bin folder? Or perhaps you want to build and install the ImageMagickObject COM+ component. You will find the answer to these questions, and more, in Advanced Windows Source Installation.
+The above instructions will satisfy a great number of ImageMagick users, but we suspect a few will have additional questions or problems to consider. For example, what does one do if ImageMagick fails to configure or compile? Or what if you want to install ImageMagick in a place other than the ImageMagick-6.6.9/VisualMagick/bin folder? Or perhaps you want to build and install the ImageMagickObject COM+ component. You will find the answer to these questions, and more, in Advanced Windows Source Installation.
diff --git a/www/jp2.html b/www/jp2.html
index 7f9e13ada..b987ca4db 100644
--- a/www/jp2.html
+++ b/www/jp2.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/license.html b/www/license.html
index e6168ac70..5bb7900f4 100644
--- a/www/license.html
+++ b/www/license.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/links.html b/www/links.html
index f255301ab..5bbbab4ef 100644
--- a/www/links.html
+++ b/www/links.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/magick++.html b/www/magick++.html
index 51320875f..8eec4d392 100644
--- a/www/magick++.html
+++ b/www/magick++.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/miff.html b/www/miff.html
index 12cecc72a..d29d3985e 100644
--- a/www/miff.html
+++ b/www/miff.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/mogrify.html b/www/mogrify.html
index f130b2e3b..d9e0a99fe 100644
--- a/www/mogrify.html
+++ b/www/mogrify.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/motion-picture.html b/www/motion-picture.html
index ba690aebb..3466fa609 100644
--- a/www/motion-picture.html
+++ b/www/motion-picture.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/perl-magick.html b/www/perl-magick.html
index a402411d3..e63b80018 100644
--- a/www/perl-magick.html
+++ b/www/perl-magick.html
@@ -184,7 +184,7 @@
Druckerei
@@ -218,10 +218,10 @@
ImageMagick must already be installed on your system. Next, get
the PerlMagick distribution corresponding to the installed ImageMagick distribution
-(e.g., PerlMagick 6.68 for
-ImageMagick 6.6.8) and unpack it as shown below:
+(e.g., PerlMagick 6.69 for
+ImageMagick 6.6.9) and unpack it as shown below:
- $magick> tar xvfz PerlMagick-6.68.tar.gz $magick> cd PerlMagick
+ $magick> tar xvfz PerlMagick-6.69.tar.gz $magick> cd PerlMagick
Next, edit Makefile.PL and change LIBS and INC to include the appropriate path information to the required MagickCore library. You may need paths to JPEG, PNG, TIFF, etc. delegates if they were included with your installed version of ImageMagick. Build and install it like this:
$magick> perl Makefile.PL $magick> make $magick> make install
diff --git a/www/quantize.html b/www/quantize.html
index 66bb78977..3071d1d9b 100644
--- a/www/quantize.html
+++ b/www/quantize.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/resources.html b/www/resources.html
index 6eb18dacc..51a5b50ad 100644
--- a/www/resources.html
+++ b/www/resources.html
@@ -184,7 +184,7 @@
Druckerei
@@ -306,10 +306,10 @@ file or data stream.
$MAGICK_CONFIGURE_PATH
- $PREFIX/lib/ImageMagick-6.6.8/config
- $PREFIX/share/ImageMagick-6.6.8/config
- $PREFIX/share/ImageMagick-6.6.8 $HOME/.magick/
- <client path>/lib/ImageMagick-6.6.8/
+ $PREFIX/lib/ImageMagick-6.6.9/config
+ $PREFIX/share/ImageMagick-6.6.9/config
+ $PREFIX/share/ImageMagick-6.6.9 $HOME/.magick/
+ <client path>/lib/ImageMagick-6.6.9/
The environmental variable $PREFIX is the default install path (e.g. /usr/local). The client path is the execution path of your ImageMagick client (e.g. /usr/local) .
@@ -318,10 +318,10 @@ file or data stream.
$MAGICK_CONFIGURE_PATH
- $MAGICK_HOME/lib/ImageMagick-6.6.8/config
- $MAGICK_HOME/share/ImageMagick-6.6.8/config
- $PREFIX/share/ImageMagick-6.6.8 $HOME/.magick/
- <client path>/lib/ImageMagick-6.6.8/
+ $MAGICK_HOME/lib/ImageMagick-6.6.9/config
+ $MAGICK_HOME/share/ImageMagick-6.6.9/config
+ $PREFIX/share/ImageMagick-6.6.9 $HOME/.magick/
+ <client path>/lib/ImageMagick-6.6.9/
<current directory>
@@ -335,7 +335,7 @@ file or data stream.
<client path>
-Above, $PREFIX is the default install path, typically c:\\Program Files\\ImageMagick-6.6.8.
+Above, $PREFIX is the default install path, typically c:\\Program Files\\ImageMagick-6.6.9.
For an uninstalled Windows installation, the configuration load order is:
@@ -357,13 +357,13 @@ file or data stream.
ImageMagick's image format support is usually provided in the form of loadable modules. It searches for loadable modules in the following order and it uses the first match found:
- $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
@@ -375,10 +375,10 @@ file or data stream.
$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/
$MAGICK_FONT_PATH
diff --git a/www/search.html b/www/search.html
index 6eea40cc0..abe63f97a 100644
--- a/www/search.html
+++ b/www/search.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/sitemap.html b/www/sitemap.html
index 7f719bab5..2364b3a01 100644
--- a/www/sitemap.html
+++ b/www/sitemap.html
@@ -184,7 +184,7 @@
Druckerei
diff --git a/www/stream.html b/www/stream.html
index 69638be5c..e1b5dba8e 100644
--- a/www/stream.html
+++ b/www/stream.html
@@ -185,7 +185,7 @@
Druckerei
diff --git a/www/subversion.html b/www/subversion.html
index 2a879006d..0b4a5bd33 100644
--- a/www/subversion.html
+++ b/www/subversion.html
@@ -184,7 +184,7 @@
Druckerei
@@ -205,8 +205,8 @@
To retrieve, or check out ImageMagick stable, use this command:
$magick> svn co \
-https://www.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6.6.8 \
-ImageMagick-6.6.8
+https://www.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6.6.9 \
+ImageMagick-6.6.9
To retrieve, or check out ImageMagick development, use this command:
$magick> svn co https://www.imagemagick.org/subversion/ImageMagick/trunk ImageMagick