diff --git a/ImageMagick.spec b/ImageMagick.spec index e35c2e6847..3b3339da96 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %global VERSION 6.6.8 -%global Patchlevel 1 +%global Patchlevel 2 Name: ImageMagick Version: %{VERSION} diff --git a/Magick++/bin/Magick++-config b/Magick++/bin/Magick++-config index 931b975b65..bc6708cc35 100755 --- a/Magick++/bin/Magick++-config +++ b/Magick++/bin/Magick++-config @@ -43,10 +43,10 @@ while test $# -gt 0; do echo '6.6.8 Q16 ' ;; --cflags) - echo "-I${includedir} -fopenmp" + echo "-I${includedir} " ;; --cxxflags) - echo '-g -O2 -pthread' + echo '-g -O2' ;; --cppflags) echo '-I/usr/local/include/ImageMagick' diff --git a/PerlMagick/Makefile.PL b/PerlMagick/Makefile.PL index 285f9df87c..7cccf49be4 100644 --- a/PerlMagick/Makefile.PL +++ b/PerlMagick/Makefile.PL @@ -228,7 +228,7 @@ WriteMakefile # 'OPTIMIZE' => '', # Use same compiler as ImageMagick - 'PERLMAINCC' => ' -fopenmp', + 'PERLMAINCC' => ' ', # Set Perl installation prefix to ImageMagick installation prefix # 'PREFIX' => '/usr/local', diff --git a/config/configure.xml b/config/configure.xml index 774253562e..7aa3d3b3b1 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,22 +8,22 @@ - - - + + + - + - - + + diff --git a/index.html b/index.html index 002681d408..f01f085975 100644 --- a/index.html +++ b/index.html @@ -174,7 +174,7 @@ Druckerei diff --git a/libtool b/libtool index 303894ba34..ad6800fb14 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-1 +# Generated automatically by config.status (ImageMagick) 6.6.8-2 # Libtool was configured on host magick.imagemagick.org: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # @@ -10220,7 +10220,7 @@ compiler_lib_search_dirs="/usr/lib/gcc/x86_64-redhat-linux/4.6.0 /usr/lib/gcc/x8 predep_objects="/usr/lib/gcc/x86_64-redhat-linux/4.6.0/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.6.0/crtbeginS.o" postdep_objects="/usr/lib/gcc/x86_64-redhat-linux/4.6.0/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.6.0/../../../../lib64/crtn.o" predeps="" -postdeps="-lstdc++ -lm -lgcc_s -lpthread -lc -lgcc_s" +postdeps="-lstdc++ -lm -lgcc_s -lc -lgcc_s" # The library search path used internally by the compiler when linking # a shared library. diff --git a/magick/ImageMagick.pc b/magick/ImageMagick.pc index 51909fa838..0f8c18d12f 100644 --- a/magick/ImageMagick.pc +++ b/magick/ImageMagick.pc @@ -7,4 +7,4 @@ Name: ImageMagick Description: ImageMagick - Convert, Edit, and Compose Images Version: 6.6.8 Libs: -L${libdir} -lMagickCore -Cflags: -I${includedir} -fopenmp +Cflags: -I${includedir} diff --git a/magick/Magick-config b/magick/Magick-config index 4f5a427989..879bbd2c01 100755 --- a/magick/Magick-config +++ b/magick/Magick-config @@ -40,10 +40,10 @@ while test $# -gt 0; do echo '6.6.8 Q16 ' ;; --cflags) - echo "-I${includedir} -fopenmp" + echo "-I${includedir} " ;; --cxxflags) - echo '-g -O2 -pthread' + echo '-g -O2' ;; --cppflags) echo '-I/usr/local/include/ImageMagick' diff --git a/magick/version.h b/magick/version.h index 81392c81d7..bdb4420f62 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 "-1" +#define MagickLibAddendum "-2" #define MagickLibInterface 4 #define MagickLibMinInterface 4 -#define MagickReleaseDate "2011-03-05" -#define MagickChangeDate "20110227" +#define MagickReleaseDate "2011-03-06" +#define MagickChangeDate "20110306" #define MagickAuthoritativeURL "http://www.imagemagick.org" #if defined(MAGICKCORE_OPENMP_SUPPORT) #define MagickOpenMPFeature "OpenMP " diff --git a/version.sh b/version.sh index e6db551efc..10bb97329c 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="1" +PACKAGE_RELEASE="2" PACKAGE_LIB_VERSION_NUMBER="6,6,8,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" diff --git a/wand/Wand-config b/wand/Wand-config index 632b31182e..ae5c84bfe4 100755 --- a/wand/Wand-config +++ b/wand/Wand-config @@ -40,10 +40,10 @@ while test $# -gt 0; do echo '6.6.8 Q16 ' ;; --cflags) - echo "-I${includedir} -fopenmp" + echo "-I${includedir} " ;; --cxxflags) - echo '-g -O2 -pthread' + echo '-g -O2' ;; --cppflags) echo '-I/usr/local/include/ImageMagick' diff --git a/wand/Wand.pc b/wand/Wand.pc index eb70bd0f71..f59e7f52c7 100644 --- a/wand/Wand.pc +++ b/wand/Wand.pc @@ -8,4 +8,4 @@ Version: 6.6.8 Description: MagickWand - C API for ImageMagick Requires: ImageMagick Libs: -L${libdir} -lMagickWand -lMagickCore -Cflags: -I${includedir} -fopenmp +Cflags: -I${includedir} diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index ae548a9fee..dbccf2752f 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-10 $magick> ./configure

+

$magick> cd ImageMagick-6.6.8-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:

@@ -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-10.tar.gz $magick> cd ImageMagick-6.6.8-10

Configure ImageMagick:

+

$magick> tar xvfz ImageMagick-6.6.8-0.tar.gz $magick> cd ImageMagick-6.6.8-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/ \
@@ -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-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.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

Dealing with Unexpected Problems

diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index 7e88b29eb1..5c301f5346 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -174,7 +174,7 @@ Druckerei
@@ -473,7 +473,7 @@
  1. Double-click on - VisualMagick/bin/ImageMagick-6.6.8-10-Q16-windows-dll.exe + VisualMagick/bin/ImageMagick-6.6.8-0-Q16-windows-dll.exe to launch the ImageMagick binary distribution.
  2. Complete the installer screens to install ImageMagick on your system.
diff --git a/www/api.html b/www/api.html index 3aba09d6b7..209491c4ff 100644 --- a/www/api.html +++ b/www/api.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/animate.html b/www/api/animate.html index 6e9b525f8a..930c6fb4d9 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 582b46580e..ae489a733f 100644 --- a/www/api/annotate.html +++ b/www/api/annotate.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/attribute.html b/www/api/attribute.html index 4143d9d056..ffb754ee88 100644 --- a/www/api/attribute.html +++ b/www/api/attribute.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/blob.html b/www/api/blob.html index a7dc72b95b..dcd35aefc8 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 cbdb889292..57b4a5c521 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 06ada3729f..998be62c71 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 f6c1a7dc8a..01b128dfa8 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 41c68a0601..5c780efa9a 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 b890756440..05348b7e7f 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 6c88969681..89c51bd49a 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 2ed21ea555..3e6fe38e59 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 4ddaecf93d..b3d067e5cb 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 a4bcd11d1f..57d2d9cb41 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 4cdfcbefeb..af3ab89567 100644 --- a/www/api/deprecate.html +++ b/www/api/deprecate.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/display.html b/www/api/display.html index cb71b7112d..516d66d919 100644 --- a/www/api/display.html +++ b/www/api/display.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/distort.html b/www/api/distort.html index 24c22a785f..3d1ab50996 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 d1777e6c23..acfe1da883 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/enhance.html b/www/api/enhance.html index e52129858d..d26cae5667 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 2e0a99a92f..89037985ba 100644 --- a/www/api/exception.html +++ b/www/api/exception.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/fourier.html b/www/api/fourier.html index 909da77947..f77360392d 100644 --- a/www/api/fourier.html +++ b/www/api/fourier.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/histogram.html b/www/api/histogram.html index b62bb4c8e3..606131a9f3 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 d7efacc312..9d63631d5b 100644 --- a/www/api/image-view.html +++ b/www/api/image-view.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/image.html b/www/api/image.html index 397364fb7f..6ab799850e 100644 --- a/www/api/image.html +++ b/www/api/image.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/layer.html b/www/api/layer.html index 428d5ba7b7..e71a4d7c53 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 999b555c4c..84284f605b 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 ce2c56c7bb..d5639de0cf 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 fbe3ef61fe..01723e0ade 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 cefb527664..d8b38ec8b3 100644 --- a/www/api/magick-property.html +++ b/www/api/magick-property.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/magick.html b/www/api/magick.html index 4340c128e0..24f2801c6c 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 d9c939459f..e765d7287f 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 a33c2e8953..a4fad42828 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 0d2a6763a3..6f962be550 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 5dcbaaeb2f..5bfa76783f 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 3b8808694a..8a6ca46da2 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 82e287ab8e..2b8870a594 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 613b79867d..57c9a9f1c1 100644 --- a/www/api/paint.html +++ b/www/api/paint.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html index f9c3d282dd..fb5f9ead1e 100644 --- a/www/api/pixel-iterator.html +++ b/www/api/pixel-iterator.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html index b5797cd736..7fc129c428 100644 --- a/www/api/pixel-wand.html +++ b/www/api/pixel-wand.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/property.html b/www/api/property.html index 787a5bd9f0..7699161758 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 030dc2f456..ac1afcf1c2 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 f9d2b90f3c..64f1c7ad23 100644 --- a/www/api/registry.html +++ b/www/api/registry.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/resize.html b/www/api/resize.html index e2cb80a465..e655760b97 100644 --- a/www/api/resize.html +++ b/www/api/resize.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/segment.html b/www/api/segment.html index d92ab2cc72..3c017e4a81 100644 --- a/www/api/segment.html +++ b/www/api/segment.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/shear.html b/www/api/shear.html index c5e4ac4494..686395fc0d 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 874254d188..bf689f4e4d 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 a5420ccd19..bec7908b40 100644 --- a/www/api/statistic.html +++ b/www/api/statistic.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/stream.html b/www/api/stream.html index b37bd13505..ad3746053b 100644 --- a/www/api/stream.html +++ b/www/api/stream.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/transform.html b/www/api/transform.html index a3bea395c3..f82343fa76 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 1b4424e7c3..20945e34b9 100644 --- a/www/api/version.html +++ b/www/api/version.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/architecture.html b/www/architecture.html index a49f331cfb..3c82d41ae6 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-10 2011-02-25 Q16 http://www.imagemagick.org

+

$magick> identify -versionVersion: ImageMagick 6.6.8-0 2011-03-05 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 6b00d5af1f..4f07ac86fb 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -174,7 +174,7 @@ Druckerei @@ -219,16 +219,16 @@ - ImageMagick-6.6.8-10.i386.rpm - download - download + ImageMagick-6.6.8-0.i386.rpm + download + download CentOS 5.4 i386 RPM - ImageMagick-6.6.8-10.x86_64.rpm - download - download + ImageMagick-6.6.8-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.8-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

@@ -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.8-0-Q16-windows-dll.exe.

@@ -416,44 +416,44 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + diff --git a/www/changelog.html b/www/changelog.html index 8231853972..b86b56326f 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -174,7 +174,7 @@ Druckerei @@ -197,7 +197,14 @@

ImageMagick Changelog

-
2011-02-27 6.6.8-0 Cristy <quetzlzacatenango@image...>
+
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.
+
We must cast a Quantum type when bit shifting and HDRI is enabled.
+
2011-03-05 6.6.8-0 Cristy <quetzlzacatenango@image...>
+
New version 6.6.8-0.
+
2011-02-27 6.6.8-0 Cristy <quetzlzacatenango@image...>
Add support for the -mode option.
2011-02-27 6.6.8-0 Glenn Randers-Pehrson <glennrp@image...>
Fix scaling of new color-reduction method in the PNG encoder (16-bit images were scaled down to 0 or 1, or nearly black).
diff --git a/www/cipher.html b/www/cipher.html index 0f98e8ce43..e6c8aabe67 100644 --- a/www/cipher.html +++ b/www/cipher.html @@ -175,7 +175,7 @@ Druckerei
diff --git a/www/color.html b/www/color.html index 68a82ab866..77319a545e 100644 --- a/www/color.html +++ b/www/color.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/command-line-options.html b/www/command-line-options.html index fd2bfa4bea..c6c25fb78c 100644 --- a/www/command-line-options.html +++ b/www/command-line-options.html @@ -178,7 +178,7 @@ Druckerei @@ -202,7 +202,7 @@

Create, Edit, or Compose Bitmap Images With These Command-line Options

+[ ‑adaptive‑blur • ‑adaptive‑resize • ‑adaptive‑sharpen • ‑adjoin • ‑affine • ‑alpha • ‑annotate • ‑antialias • ‑append • ‑attenuate • ‑authenticate • ‑auto‑gamma • ‑auto‑level • ‑auto‑orient • ‑backdrop • ‑background • ‑bench • ‑bias • ‑black‑point‑compensation • ‑black‑threshold • ‑blend • ‑blue‑primary • ‑blue‑shift • ‑blur • ‑border • ‑bordercolor • ‑borderwidth • ‑brightness‑contrast • ‑cache • ‑caption • ‑cdl • ‑channel • ‑charcoal • ‑chop • ‑clamp • ‑clip • ‑clip‑mask • ‑clip‑path • ‑clone • ‑clut • ‑coalesce • ‑colorize • ‑colormap • ‑color‑matrix • ‑colors • ‑colorspace • ‑combine • ‑comment • ‑compose • ‑composite • ‑compress • ‑contrast • ‑contrast‑stretch • ‑convolve • ‑crop • ‑cycle • ‑debug • ‑decipher • ‑deconstruct • ‑define • ‑delay • ‑delete • ‑density • ‑depth • ‑descend • ‑deskew • ‑despeckle • ‑direction • ‑displace • ‑display • ‑dispose • ‑dissimilarity‑threshold • ‑dissolve • ‑distort • ‑dither • ‑draw • ‑edge • ‑emboss • ‑encipher • ‑encoding • ‑endian • ‑enhance • ‑equalize • ‑evaluate • ‑evaluate‑sequence • ‑extent • ‑extract • ‑family • ‑features • ‑fft • ‑fill • ‑filter • ‑flatten • ‑flip • ‑floodfill • ‑flop • ‑font • ‑foreground • ‑format • ‑format[identify] • ‑frame • ‑frame[import] • ‑function • ‑fuzz • ‑fx • ‑gamma • ‑gaussian‑blur • ‑geometry • ‑gravity • ‑green‑primary • ‑hald‑clut • ‑help • ‑highlight‑color • ‑iconGeometry • ‑iconic • ‑identify • ‑ift • ‑immutable • ‑implode • ‑insert • ‑intent • ‑interlace • ‑interpolate • ‑interline‑spacing • ‑interword‑spacing • ‑kerning • ‑label • ‑lat • ‑layers • ‑level • ‑level‑colors • ‑limit • ‑linear‑stretch • ‑linewidth • ‑liquid‑rescale • ‑list • ‑log • ‑loop • ‑lowlight‑color • ‑magnify • ‑map • ‑map[stream] • ‑mask • ‑mattecolor • ‑median • ‑metric • ‑mode • ‑modulate • ‑monitor • ‑monochrome • ‑morph • ‑morphology • ‑mosaic • ‑motion‑blur • ‑name • ‑negate • ‑noise • ‑normalize • ‑opaque • ‑ordered‑dither • ‑orient • ‑page • ‑paint • ‑path • ‑pause[animate] • ‑pause[import] • ‑pen • ‑ping • ‑pointsize • ‑polaroid • ‑posterize • ‑precision • ‑preview • ‑print • ‑process • ‑profile • ‑quality • ‑quantize • ‑quiet • ‑radial‑blur • ‑raise • ‑random‑threshold • ‑red‑primary • ‑regard‑warnings • ‑region • ‑remap • ‑remote • ‑render • ‑repage • ‑resample • ‑resize • ‑respect‑parentheses • ‑reverse • ‑roll • ‑rotate • ‑sample • ‑sampling‑factor • ‑scale • ‑scene • ‑screen • ‑seed • ‑segment • ‑selective‑blur • ‑separate • ‑sepia‑tone • ‑set • ‑shade • ‑shadow • ‑shared‑memory • ‑sharpen • ‑shave • ‑shear • ‑sigmoidal‑contrast • ‑silent • ‑size • ‑sketch • ‑smush • ‑snaps • ‑solarize • ‑sparse‑color • ‑splice • ‑spread • ‑stegano • ‑stereo • ‑stretch • ‑strip • ‑stroke • ‑strokewidth • ‑style • ‑subimage‑search • ‑swap • ‑swirl • ‑synchronize • ‑taint • ‑text‑font • ‑texture • ‑threshold • ‑thumbnail • ‑tile • ‑tile‑offset • ‑tint • ‑title • ‑transform • ‑transparent • ‑transparent‑color • ‑transpose • ‑transverse • ‑treedepth • ‑trim • ‑type • ‑undercolor • ‑unique‑colors • ‑units • ‑unsharp • ‑update • ‑verbose • ‑version • ‑view • ‑vignette • ‑virtual‑pixel • ‑visual • ‑watermark • ‑wave • ‑weight • ‑white‑point • ‑white‑threshold • ‑window • ‑window‑group • ‑write ]

@@ -640,7 +640,7 @@ negative results without clipping to the color value range

-

-blackpoint-compensation

+

-black-point-compensation

ImageMagick-6.6.8-10-Q16-windows-dll.exedownloaddownloadImageMagick-6.6.8-0-Q16-windows-dll.exedownloaddownload Win32 dynamic at 16 bits-per-pixel
ImageMagick-6.6.8-10-Q16-windows-static.exedownloaddownloadImageMagick-6.6.8-0-Q16-windows-static.exedownloaddownload Win32 static at 16 bits-per-pixel
ImageMagick-6.6.8-10-Q8-windows-dll.exedownloaddownloadImageMagick-6.6.8-0-Q8-windows-dll.exedownloaddownload Win32 dynamic at 8 bits-per-pixel
ImageMagick-6.6.8-10-Q8-windows-static.exedownloaddownloadImageMagick-6.6.8-0-Q8-windows-static.exedownloaddownload Win32 static at 8 bits-per-pixel
ImageMagick-6.6.8-10-Q16-windows-x64-dll.exedownloaddownloadImageMagick-6.6.8-0-Q16-windows-x64-dll.exedownloaddownload Win64 dynamic at 16 bits-per-pixel
ImageMagick-6.6.8-10-Q16-windows-x64-static.exedownloaddownloadImageMagick-6.6.8-0-Q16-windows-x64-static.exedownloaddownload Win64 static at 16 bits-per-pixel
Use black point compensation.
diff --git a/www/command-line-processing.html b/www/command-line-processing.html index 905863bb73..d2490b8b59 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 5cc0eac173..16ce743092 100644 --- a/www/command-line-tools.html +++ b/www/command-line-tools.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/compare.html b/www/compare.html index 0e8c16f29e..d30b842591 100644 --- a/www/compare.html +++ b/www/compare.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/composite.html b/www/composite.html index 81393c2522..e71abc9783 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 0d334ad53f..a1bb0565d5 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 d348c8c0e6..5890ac5042 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 096cc74227..2923b9a59e 100644 --- a/www/convert.html +++ b/www/convert.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/display.html b/www/display.html index 011119ae5f..8e39586884 100644 --- a/www/display.html +++ b/www/display.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/download.html b/www/download.html index 09350a2925..b86ce8969d 100644 --- a/www/download.html +++ b/www/download.html @@ -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.8-0.

Australia
ftp://mirror.aarnet.edu.au/pub/imagemagick/
diff --git a/www/escape.html b/www/escape.html index ccbdfa775f..af26732a4e 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 1e869f7757..ac38314580 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 08ea2f86a4..a061853cda 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 15947f6baf..1979650ecb 100644 --- a/www/formats.html +++ b/www/formats.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/identify.html b/www/identify.html index 6fb30424a7..37470047a1 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-10 2011-02-25 Q16 http://www.imagemagick.org

+ Version: ImageMagick 6.6.8-0 2011-03-05 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 43771ea63f..293c1eaad0 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 a9c65a5b7a..d579555406 100644 --- a/www/index.html +++ b/www/index.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/install-source.html b/www/install-source.html index 4ce0a3a64f..b772144806 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 7b2c26e86a..eba71337bf 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 4ffde5f0af..afbf409d23 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 f0d4fdd87b..fb220b46ee 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 645ef85bb3..728c76bdc8 100644 --- a/www/magick++.html +++ b/www/magick++.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html index a259631539..447ee03304 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 ccca74b9f3..96ef6541b8 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 a007157efe..eee5b333e9 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 3010463449..d8f06677f5 100644 --- a/www/mogrify.html +++ b/www/mogrify.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/motion-picture.html b/www/motion-picture.html index b9f42d9f7b..9f578b42f8 100644 --- a/www/motion-picture.html +++ b/www/motion-picture.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/quantize.html b/www/quantize.html index 2eaa0fc667..f22a980dc2 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 52681b0cd7..9d79b87378 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 4608601f49..8343d65add 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 4d7ebc5c90..438279882c 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 e400d1e0ce..e5c9a834c5 100644 --- a/www/sponsors.html +++ b/www/sponsors.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/stream.html b/www/stream.html index 5f4993626c..b86934af0e 100644 --- a/www/stream.html +++ b/www/stream.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/subversion.html b/www/subversion.html index 3ad6147d15..6f4fcea61c 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 942bfd8904..37ca3b2d6a 100644 --- a/www/t-shirt.html +++ b/www/t-shirt.html @@ -174,7 +174,7 @@ Druckerei