From: cristy
Date: Thu, 10 Mar 2011 00:48:29 +0000 (+0000)
Subject: (no commit message)
X-Git-Tag: 7.0.1-0~8003
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8e6cae5fe9f4eafa78374e91752d6f0c2ace06a;p=imagemagick
---
diff --git a/ImageMagick.spec b/ImageMagick.spec
index 3b3339da9..8eb005cf4 100644
--- a/ImageMagick.spec
+++ b/ImageMagick.spec
@@ -1,5 +1,5 @@
%global VERSION 6.6.8
-%global Patchlevel 2
+%global Patchlevel 3
Name: ImageMagick
Version: %{VERSION}
diff --git a/config/configure.xml b/config/configure.xml
index 0bc08d5a3..851cae369 100644
--- a/config/configure.xml
+++ b/config/configure.xml
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/index.html b/index.html
index f01f08597..93f254627 100644
--- a/index.html
+++ b/index.html
@@ -174,7 +174,7 @@
Druckerei
@@ -201,13 +201,16 @@
-
ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.
+
ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.
The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++), JMagick (Java), L-Magick (Lisp), NMagick (Neko/haXe), MagickNet (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and automagically.
ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may freely use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 license, approved by the OSI and recommended for use by the OSSCC.
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-1.
+
diff --git a/libtool b/libtool
index 01d63e9e8..3f2dcc12c 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.8-2
+# Generated automatically by config.status (ImageMagick) 6.6.8-3
# 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 bdb4420f6..55b7cbe1d 100644
--- a/magick/version.h
+++ b/magick/version.h
@@ -30,11 +30,11 @@ extern "C" {
#define MagickLibVersion 0x668
#define MagickLibVersionText "6.6.8"
#define MagickLibVersionNumber 4,0,1
-#define MagickLibAddendum "-2"
+#define MagickLibAddendum "-3"
#define MagickLibInterface 4
#define MagickLibMinInterface 4
-#define MagickReleaseDate "2011-03-06"
-#define MagickChangeDate "20110306"
+#define MagickReleaseDate "2011-03-09"
+#define MagickChangeDate "20110309"
#define MagickAuthoritativeURL "http://www.imagemagick.org"
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#define MagickOpenMPFeature "OpenMP "
diff --git a/version.sh b/version.sh
index 10bb97329..1d34f9c21 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.8'
PACKAGE_LIB_VERSION="0x668"
-PACKAGE_RELEASE="2"
+PACKAGE_RELEASE="3"
PACKAGE_LIB_VERSION_NUMBER="6,6,8,${PACKAGE_RELEASE}"
PACKAGE_RELEASE_DATE=`date +%F`
PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html
index 16f68f9e3..e5a4d8055 100644
--- a/www/ImageMagickObject.html
+++ b/www/ImageMagickObject.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html
index dbccf2752..143e6aa5d 100644
--- a/www/advanced-unix-installation.html
+++ b/www/advanced-unix-installation.html
@@ -174,7 +174,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-0 $magick> ./configure
+ $magick> cd ImageMagick-6.6.8-1 $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:
@@ -575,7 +575,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-0.tar.gz $magick> cd ImageMagick-6.6.8-0
Configure ImageMagick:
+
$magick> tar xvfz ImageMagick-6.6.8-1.tar.gz $magick> cd ImageMagick-6.6.8-1
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/ \
@@ -595,7 +595,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-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
+ $magick> tar jxvf ImageMagick-6.6.8-?.tar.bz2 $magick> cd ImageMagick-6.6.8-1 $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 5c301f534..0a04a4fc1 100644
--- a/www/advanced-windows-installation.html
+++ b/www/advanced-windows-installation.html
@@ -174,7 +174,7 @@
Druckerei
@@ -473,7 +473,7 @@
- Double-click on
- VisualMagick/bin/ImageMagick-6.6.8-0-Q16-windows-dll.exe
+ VisualMagick/bin/ImageMagick-6.6.8-1-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 821bea7d0..1eeb12911 100644
--- a/www/animate.html
+++ b/www/animate.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/api/animate.html b/www/api/animate.html
index 930c6fb4d..40762b0e0 100644
--- a/www/api/animate.html
+++ b/www/api/animate.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/annotate.html b/www/api/annotate.html
index ae489a733..582b46580 100644
--- a/www/api/annotate.html
+++ b/www/api/annotate.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/blob.html b/www/api/blob.html
index dcd35aefc..3ef819707 100644
--- a/www/api/blob.html
+++ b/www/api/blob.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/cache-view.html b/www/api/cache-view.html
index 57b4a5c52..b0d78b7e0 100644
--- a/www/api/cache-view.html
+++ b/www/api/cache-view.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/cache.html b/www/api/cache.html
index 998be62c7..f5924392e 100644
--- a/www/api/cache.html
+++ b/www/api/cache.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/cipher.html b/www/api/cipher.html
index 01b128dfa..69b88edb1 100644
--- a/www/api/cipher.html
+++ b/www/api/cipher.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/color.html b/www/api/color.html
index 5c780efa9..b9fce1f71 100644
--- a/www/api/color.html
+++ b/www/api/color.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/colormap.html b/www/api/colormap.html
index 05348b7e7..d806a5525 100644
--- a/www/api/colormap.html
+++ b/www/api/colormap.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/compare.html b/www/api/compare.html
index 89c51bd49..6c8896968 100644
--- a/www/api/compare.html
+++ b/www/api/compare.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/composite.html b/www/api/composite.html
index 3e6fe38e5..b22b8ad18 100644
--- a/www/api/composite.html
+++ b/www/api/composite.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/constitute.html b/www/api/constitute.html
index b3d067e5c..54eccfeac 100644
--- a/www/api/constitute.html
+++ b/www/api/constitute.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/decorate.html b/www/api/decorate.html
index 57d2d9cb4..fc8569eef 100644
--- a/www/api/decorate.html
+++ b/www/api/decorate.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/deprecate.html b/www/api/deprecate.html
index af3ab8956..65cc97ad7 100644
--- a/www/api/deprecate.html
+++ b/www/api/deprecate.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/distort.html b/www/api/distort.html
index 3d1ab5099..a50c2d727 100644
--- a/www/api/distort.html
+++ b/www/api/distort.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/draw.html b/www/api/draw.html
index acfe1da88..bd0d3c31e 100644
--- a/www/api/draw.html
+++ b/www/api/draw.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html
index 68bf31ac6..3dc47c5c1 100644
--- a/www/api/drawing-wand.html
+++ b/www/api/drawing-wand.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/effect.html b/www/api/effect.html
index bd82ebda7..199daee7c 100644
--- a/www/api/effect.html
+++ b/www/api/effect.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/enhance.html b/www/api/enhance.html
index d26cae566..a4786d5ec 100644
--- a/www/api/enhance.html
+++ b/www/api/enhance.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/exception.html b/www/api/exception.html
index 89037985b..8a442b0f5 100644
--- a/www/api/exception.html
+++ b/www/api/exception.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/feature.html b/www/api/feature.html
index 026cec92a..66c5e7494 100644
--- a/www/api/feature.html
+++ b/www/api/feature.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/fx.html b/www/api/fx.html
index 6d9741c77..0711a8b65 100644
--- a/www/api/fx.html
+++ b/www/api/fx.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/histogram.html b/www/api/histogram.html
index 606131a9f..8ddcc8b22 100644
--- a/www/api/histogram.html
+++ b/www/api/histogram.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/image-view.html b/www/api/image-view.html
index 9d63631d5..c9fb5ab85 100644
--- a/www/api/image-view.html
+++ b/www/api/image-view.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/layer.html b/www/api/layer.html
index e71a4d7c5..279796e82 100644
--- a/www/api/layer.html
+++ b/www/api/layer.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/list.html b/www/api/list.html
index 84284f605..d76f787a5 100644
--- a/www/api/list.html
+++ b/www/api/list.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html
index d5639de0c..60af94e18 100644
--- a/www/api/magick-deprecate.html
+++ b/www/api/magick-deprecate.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/magick-image.html b/www/api/magick-image.html
index 01723e0ad..8de08429b 100644
--- a/www/api/magick-image.html
+++ b/www/api/magick-image.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/magick-property.html b/www/api/magick-property.html
index d8b38ec8b..e1406a9e5 100644
--- a/www/api/magick-property.html
+++ b/www/api/magick-property.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html
index 6b22f9747..30fff9bac 100644
--- a/www/api/magick-wand.html
+++ b/www/api/magick-wand.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/magick.html b/www/api/magick.html
index 24f2801c6..f8e73fbbb 100644
--- a/www/api/magick.html
+++ b/www/api/magick.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/memory.html b/www/api/memory.html
index e765d7287..b1897d6eb 100644
--- a/www/api/memory.html
+++ b/www/api/memory.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/module.html b/www/api/module.html
index a4fad4282..3cef590b8 100644
--- a/www/api/module.html
+++ b/www/api/module.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/mogrify.html b/www/api/mogrify.html
index 6f962be55..c382bcab6 100644
--- a/www/api/mogrify.html
+++ b/www/api/mogrify.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/monitor.html b/www/api/monitor.html
index 5bfa76783..df2d79687 100644
--- a/www/api/monitor.html
+++ b/www/api/monitor.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/montage.html b/www/api/montage.html
index 8a6ca46da..3b8808694 100644
--- a/www/api/montage.html
+++ b/www/api/montage.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/morphology.html b/www/api/morphology.html
index 2b8870a59..db448abf3 100644
--- a/www/api/morphology.html
+++ b/www/api/morphology.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/paint.html b/www/api/paint.html
index 57c9a9f1c..759d15518 100644
--- a/www/api/paint.html
+++ b/www/api/paint.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html
index 7fc129c42..6982142a7 100644
--- a/www/api/pixel-wand.html
+++ b/www/api/pixel-wand.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/profile.html b/www/api/profile.html
index 2046f98f5..cca420a47 100644
--- a/www/api/profile.html
+++ b/www/api/profile.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/property.html b/www/api/property.html
index 769916175..f67b3611a 100644
--- a/www/api/property.html
+++ b/www/api/property.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/quantize.html b/www/api/quantize.html
index ac1afcf1c..4d8ab33af 100644
--- a/www/api/quantize.html
+++ b/www/api/quantize.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/registry.html b/www/api/registry.html
index 64f1c7ad2..e036be350 100644
--- a/www/api/registry.html
+++ b/www/api/registry.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/resource.html b/www/api/resource.html
index 59a44709e..9f477bec2 100644
--- a/www/api/resource.html
+++ b/www/api/resource.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/shear.html b/www/api/shear.html
index 686395fc0..c5e4ac449 100644
--- a/www/api/shear.html
+++ b/www/api/shear.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/signature.html b/www/api/signature.html
index bf689f4e4..b66be667a 100644
--- a/www/api/signature.html
+++ b/www/api/signature.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/statistic.html b/www/api/statistic.html
index bec7908b4..8e1d2054c 100644
--- a/www/api/statistic.html
+++ b/www/api/statistic.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/transform.html b/www/api/transform.html
index f82343fa7..a3bea395c 100644
--- a/www/api/transform.html
+++ b/www/api/transform.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/version.html b/www/api/version.html
index 20945e34b..4fd5218c7 100644
--- a/www/api/version.html
+++ b/www/api/version.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/api/wand-view.html b/www/api/wand-view.html
index d1bb95b22..2b36ff63b 100644
--- a/www/api/wand-view.html
+++ b/www/api/wand-view.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/architecture.html b/www/architecture.html
index 3c82d41ae..bf9801402 100644
--- a/www/architecture.html
+++ b/www/architecture.html
@@ -174,7 +174,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-0 2011-03-05 Q16 http://www.imagemagick.org
+ $magick> identify -versionVersion: ImageMagick 6.6.8-1 2011-03-06 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 4f07ac86f..9bd5d5d7c 100644
--- a/www/binary-releases.html
+++ b/www/binary-releases.html
@@ -174,7 +174,7 @@
Druckerei
@@ -219,16 +219,16 @@
- ImageMagick-6.6.8-0.i386.rpm |
- download |
- download |
+ ImageMagick-6.6.8-1.i386.rpm |
+ download |
+ download |
CentOS 5.4 i386 RPM |
- ImageMagick-6.6.8-0.x86_64.rpm |
- download |
- download |
+ ImageMagick-6.6.8-1.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-0.i386.rpm
+ $magick> rpm -Uvh ImageMagick-6.6.8-1.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
@@ -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-0-Q16-windows-dll.exe.
+ImageMagick-6.6.8-1-Q16-windows-dll.exe.
@@ -416,44 +416,44 @@
- ImageMagick-6.6.8-0-Q16-windows-dll.exe |
- download |
- download |
+ ImageMagick-6.6.8-1-Q16-windows-dll.exe |
+ download |
+ download |
Win32 dynamic at 16 bits-per-pixel |
- ImageMagick-6.6.8-0-Q16-windows-static.exe |
- download |
- download |
+ ImageMagick-6.6.8-1-Q16-windows-static.exe |
+ download |
+ download |
Win32 static at 16 bits-per-pixel |
- ImageMagick-6.6.8-0-Q8-windows-dll.exe |
- download |
- download |
+ ImageMagick-6.6.8-1-Q8-windows-dll.exe |
+ download |
+ download |
Win32 dynamic at 8 bits-per-pixel |
- ImageMagick-6.6.8-0-Q8-windows-static.exe |
- download |
- download |
+ ImageMagick-6.6.8-1-Q8-windows-static.exe |
+ download |
+ download |
Win32 static at 8 bits-per-pixel |
- ImageMagick-6.6.8-0-Q16-windows-x64-dll.exe |
- download |
- download |
+ ImageMagick-6.6.8-1-Q16-windows-x64-dll.exe |
+ download |
+ download |
Win64 dynamic at 16 bits-per-pixel |
- ImageMagick-6.6.8-0-Q16-windows-x64-static.exe |
- download |
- download |
+ ImageMagick-6.6.8-1-Q16-windows-x64-static.exe |
+ download |
+ download |
Win64 static at 16 bits-per-pixel |
diff --git a/www/changelog.html b/www/changelog.html
index b86b56326..5007ad6f8 100644
--- a/www/changelog.html
+++ b/www/changelog.html
@@ -174,7 +174,7 @@
Druckerei
@@ -197,7 +197,15 @@
ImageMagick Changelog
-
- 2011-03-06 6.6.8-1 Cristy <quetzlzacatenango@image...>
+- 2011-03-09 6.6.8-2 Cristy <quetzlzacatenango@image...>
+ - Support the Radiance HDR image format.
+ - Update the offset in the black channel when sharpening to avoid incorrect results.
+ - Do not use GenericReadMethod for TIFF images with 64-bits per sample.
+- 2011-03-06 6.6.8-2 Glenn Randers-Pehrson <glennrp@image...>
+ - Throw error message when the requested color-type or bit-depth cannot be written by the PNG encoder (error was being thrown into the wrong image structure). (Reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=18162).
+ - Don't write a PNG text chunk with "density" keyword that overrides the PNG pHYs chunk, if the pHYs chunk was not excluded (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=18225).
+ - Ignore any PNG text chunk with a "density" keyword found by the PNG decoder, if the PNG datastream also contains a pHYs chunk.
+- 2011-03-06 6.6.8-1 Cristy <quetzlzacatenango@image...>
- New version 6.6.8-1.
- 2011-03-05 6.6.8-1 Cristy <quetzlzacatenango@image...>
- Support PSD files with one layer and one composite layer.
@@ -220,7 +228,7 @@
- Removed now-unused IsMonochromeImage() function from coders/png.c
- Scan the colormap instead of all of the pixels, when possible, to determine whether the image received by the PNG encoder is grayscale or black-and-white.
- Avoid reading from the colormap in coders/png.c when it is NULL (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=18162).
- - Add a check whether the PNG "cheap transparency" criteria are met. That is, there is a single transparent color, no semitransparent colors, and no opaque color that has the same RGB components as the transparent color. If those aren't met, a color that is transparent in one pixel and opaque in another would always be rendered as transparent (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=18167).
+ - Add a check whether the PNG "cheap transparency" criteria are met. That is, there is a single transparent color, no semitransparent colors, and no opaque color that has the same RGB components as the transparent color. If those aren't met, a color that is transparent in one pixel and opaque in another would always be rendered as transparent, so we must write a PNG colortype that has an alpha channel (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=18167).
- 2011-02-22 6.6.7-9 Cristy <quetzlzacatenango@image...>
- New version 6.6.7-9.
- 2011-02-22 6.6.7-9 Glenn Randers-Pehrson <glennrp@image...>
diff --git a/www/command-line-processing.html b/www/command-line-processing.html
index d2490b8b5..ecfdebe13 100644
--- a/www/command-line-processing.html
+++ b/www/command-line-processing.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/command-line-tools.html b/www/command-line-tools.html
index 16ce74309..426b5d388 100644
--- a/www/command-line-tools.html
+++ b/www/command-line-tools.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/compose.html b/www/compose.html
index 871fbaf90..71d4cd541 100644
--- a/www/compose.html
+++ b/www/compose.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/composite.html b/www/composite.html
index e71abc978..81393c252 100644
--- a/www/composite.html
+++ b/www/composite.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/conjure.html b/www/conjure.html
index a1bb0565d..65ac802eb 100644
--- a/www/conjure.html
+++ b/www/conjure.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/contact.html b/www/contact.html
index 5890ac504..c2c30d1ee 100644
--- a/www/contact.html
+++ b/www/contact.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/convert.html b/www/convert.html
index 2923b9a59..9eb3ca104 100644
--- a/www/convert.html
+++ b/www/convert.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/download.html b/www/download.html
index b86ce8969..87b45ebea 100644
--- a/www/download.html
+++ b/www/download.html
@@ -174,7 +174,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-0.
+
The latest release of ImageMagick is version 6.6.8-1.
- Australia
- ftp://mirror.aarnet.edu.au/pub/imagemagick/
diff --git a/www/escape.html b/www/escape.html
index af26732a4..fc9152182 100644
--- a/www/escape.html
+++ b/www/escape.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/examples.html b/www/examples.html
index ac3831458..454766cf1 100644
--- a/www/examples.html
+++ b/www/examples.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/export.html b/www/export.html
index a061853cd..dc814f884 100644
--- a/www/export.html
+++ b/www/export.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/formats.html b/www/formats.html
index 1979650ec..b6544b271 100644
--- a/www/formats.html
+++ b/www/formats.html
@@ -175,7 +175,7 @@
Druckerei
@@ -510,6 +510,13 @@ the supported image formats.
Use -size and -depth to specify the image width, height, and depth. To specify a single precision floating-point format, use -define quantum:format=floating-point. Set the depth to 32 for single precision floats, 64 for double precision, and 16 for half-precision. |
+
+ HDR |
+ RW |
+ Radiance RGBE image format |
+ |
+
+
HPGL |
R |
diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html
index eb5b9a910..c6f5a18e7 100644
--- a/www/high-dynamic-range.html
+++ b/www/high-dynamic-range.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/identify.html b/www/identify.html
index 37470047a..9a60405f5 100644
--- a/www/identify.html
+++ b/www/identify.html
@@ -174,7 +174,7 @@
Druckerei
@@ -267,7 +267,7 @@
Tainted: False
Filesize: 3.97266kb
Number pixels: 3.14453kb
- Version: ImageMagick 6.6.8-0 2011-03-05 Q16 http://www.imagemagick.org
+ Version: ImageMagick 6.6.8-1 2011-03-06 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 293c1eaad..43771ea63 100644
--- a/www/import.html
+++ b/www/import.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/index.html b/www/index.html
index d57955540..c0ffeb3c0 100644
--- a/www/index.html
+++ b/www/index.html
@@ -174,7 +174,7 @@
Druckerei
@@ -201,13 +201,16 @@
-
ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.
+
ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.
The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++), JMagick (Java), L-Magick (Lisp), NMagick (Neko/haXe), MagickNet (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and automagically.
ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may freely use, copy, modify, and distribute in both open and proprietary applications. It is distributed under the Apache 2.0 license, approved by the OSI and recommended for use by the OSSCC.
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-1.
+
diff --git a/www/install-source.html b/www/install-source.html
index b77214480..d035f958d 100644
--- a/www/install-source.html
+++ b/www/install-source.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/jp2.html b/www/jp2.html
index eba71337b..b0b247c3f 100644
--- a/www/jp2.html
+++ b/www/jp2.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/license.html b/www/license.html
index afbf409d2..3d018d848 100644
--- a/www/license.html
+++ b/www/license.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/links.html b/www/links.html
index fb220b46e..f0d4fdd87 100644
--- a/www/links.html
+++ b/www/links.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/magick++.html b/www/magick++.html
index 728c76bdc..9f6142e71 100644
--- a/www/magick++.html
+++ b/www/magick++.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/magick-core.html b/www/magick-core.html
index c6e066444..821afd9a4 100644
--- a/www/magick-core.html
+++ b/www/magick-core.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html
index 447ee0330..d5919b341 100644
--- a/www/magick-vector-graphics.html
+++ b/www/magick-vector-graphics.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/magick-wand.html b/www/magick-wand.html
index 96ef6541b..ccca74b9f 100644
--- a/www/magick-wand.html
+++ b/www/magick-wand.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/miff.html b/www/miff.html
index eee5b333e..2067b58c0 100644
--- a/www/miff.html
+++ b/www/miff.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/mogrify.html b/www/mogrify.html
index d8f06677f..161aedad8 100644
--- a/www/mogrify.html
+++ b/www/mogrify.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/montage.html b/www/montage.html
index 399735eb4..db6c748e7 100644
--- a/www/montage.html
+++ b/www/montage.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/motion-picture.html b/www/motion-picture.html
index 9f578b42f..856f782d8 100644
--- a/www/motion-picture.html
+++ b/www/motion-picture.html
@@ -175,7 +175,7 @@
Druckerei
diff --git a/www/perl-magick.html b/www/perl-magick.html
index a40cbf936..e229e4c5e 100644
--- a/www/perl-magick.html
+++ b/www/perl-magick.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/quantize.html b/www/quantize.html
index f22a980dc..a24b26e1b 100644
--- a/www/quantize.html
+++ b/www/quantize.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/resources.html b/www/resources.html
index 9d79b8737..58aefcdce 100644
--- a/www/resources.html
+++ b/www/resources.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/search.html b/www/search.html
index 8343d65ad..f6602653b 100644
--- a/www/search.html
+++ b/www/search.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/sitemap.html b/www/sitemap.html
index 438279882..4d7ebc5c9 100644
--- a/www/sitemap.html
+++ b/www/sitemap.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/sponsors.html b/www/sponsors.html
index e5c9a834c..01b05f2fc 100644
--- a/www/sponsors.html
+++ b/www/sponsors.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/subversion.html b/www/subversion.html
index 6f4fcea61..289cfa177 100644
--- a/www/subversion.html
+++ b/www/subversion.html
@@ -174,7 +174,7 @@
Druckerei
diff --git a/www/t-shirt.html b/www/t-shirt.html
index 37ca3b2d6..a14577496 100644
--- a/www/t-shirt.html
+++ b/www/t-shirt.html
@@ -174,7 +174,7 @@
Druckerei