From: cristy Date: Sat, 12 Mar 2011 16:11:16 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7987 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9c560775547d68d28802ddbd2314bdeaa331b0c;p=imagemagick --- diff --git a/ImageMagick.spec b/ImageMagick.spec index 4b5ea3beb..9d76ba793 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %global VERSION 6.6.8 -%global Patchlevel 4 +%global Patchlevel 5 Name: ImageMagick Version: %{VERSION} diff --git a/Magick++/bin/Magick++-config b/Magick++/bin/Magick++-config index 931b975b6..bc6708cc3 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 285f9df87..7cccf49be 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 3f9d9a956..8c2283439 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,22 +8,22 @@ - - - + + + - + - - + + diff --git a/index.html b/index.html index 2adbf5c83..51e604294 100644 --- a/index.html +++ b/index.html @@ -174,7 +174,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-2.

+

The current release is ImageMagick 6.6.8-3.

diff --git a/libtool b/libtool index 92d5d3683..06fa1a484 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-4 +# Generated automatically by config.status (ImageMagick) 6.6.8-5 # 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 51909fa83..0f8c18d12 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 4f5a42798..879bbd2c0 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 2f3ed118e..2053123d5 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 "-4" +#define MagickLibAddendum "-5" #define MagickLibInterface 4 #define MagickLibMinInterface 4 -#define MagickReleaseDate "2011-03-11" -#define MagickChangeDate "20110310" +#define MagickReleaseDate "2011-03-12" +#define MagickChangeDate "20110311" #define MagickAuthoritativeURL "http://www.imagemagick.org" #if defined(MAGICKCORE_OPENMP_SUPPORT) #define MagickOpenMPFeature "OpenMP " diff --git a/version.sh b/version.sh index 66e2c806c..cc89b9c45 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="4" +PACKAGE_RELEASE="5" 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 632b31182..ae5c84bfe 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 eb70bd0f7..f59e7f52c 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/ImageMagickObject.html b/www/ImageMagickObject.html index e5a4d8055..56b87029a 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 7f0e6de6e..e8f4dae45 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-2 $magick> ./configure

+

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

Configure ImageMagick:

+

$magick> tar xvfz ImageMagick-6.6.8-3.tar.gz $magick> cd ImageMagick-6.6.8-3

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-2 $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-3 $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 865ab0ceb..12a3d5ce6 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-2-Q16-windows-dll.exe + VisualMagick/bin/ImageMagick-6.6.8-3-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/animate.html b/www/animate.html index fb329bf08..f0b019c45 100644 --- a/www/animate.html +++ b/www/animate.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/api.html b/www/api.html index 6fa517a1f..3aba09d6b 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 930c6fb4d..8616ebd5e 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 645f3ab98..b84d28a8e 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 a454359cd..387f2526c 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 903ad6c82..9a74180d0 100644 --- a/www/api/blob.html +++ b/www/api/blob.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/cache.html b/www/api/cache.html index a79fa4ed1..06ada3729 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 a5f6f510e..f6c1a7dc8 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 44ae2f49f..41ed220a5 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 d806a5525..b89075644 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 a8f1b8d6d..b4bf19fe1 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 9ac3096bc..2ed21ea55 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 ce6e78201..b3d067e5c 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 a4bcd11d1..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 65cc97ad7..af3ab8956 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 bf9ca7437..b29e1d32a 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 a50c2d727..aa66799d4 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 d1777e6c2..308bb34ee 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 bd3b0343e..68bf31ac6 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 310f30c0b..90e0599ef 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 a4786d5ec..670bb8cbe 100644 --- a/www/api/enhance.html +++ b/www/api/enhance.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/feature.html b/www/api/feature.html index 026cec92a..07d09d865 100644 --- a/www/api/feature.html +++ b/www/api/feature.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/fourier.html b/www/api/fourier.html index 909da7794..89c630dde 100644 --- a/www/api/fourier.html +++ b/www/api/fourier.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/fx.html b/www/api/fx.html index 0711a8b65..cf787f613 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..1097ab977 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 308579e3b..3bf36dfc0 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 f7f9272b4..fec412394 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 219fba535..064b1c70e 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 681d5d5b0..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 15232b4ba..5a2b1ee78 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 eade93127..04e5e6d4c 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 6ccd592d8..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 af20d453f..a06a18c62 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 628657e20..24f2801c6 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 80c36197a..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 bdefec7d4..0d064f873 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 00766b152..0d2a6763a 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 35b93e72f..9649c23d4 100644 --- a/www/api/montage.html +++ b/www/api/montage.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html index 22a3213f0..fb5f9ead1 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 7fc129c42..bd55a14f8 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..339695f3c 100644 --- a/www/api/profile.html +++ b/www/api/profile.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/quantize.html b/www/api/quantize.html index 7ee2be8ef..061ef4712 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 f9d2b90f3..4298b81f1 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 e655760b9..0735bfaca 100644 --- a/www/api/resize.html +++ b/www/api/resize.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/resource.html b/www/api/resource.html index 9f477bec2..ed0d7cd98 100644 --- a/www/api/resource.html +++ b/www/api/resource.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/api/segment.html b/www/api/segment.html index 3c017e4a8..02ce660d4 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 c5e4ac449..67439d377 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 cb8a09e8b..6989ba0c4 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 7497ae9d1..8e1d2054c 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 b37bd1350..ad3746053 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 7be69fef2..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 0333c2944..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 2b36ff63b..28bfbbafe 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 e602973d5..4f359b371 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-2 2011-03-09 Q16 http://www.imagemagick.org

+

$magick> identify -versionVersion: ImageMagick 6.6.8-3 2011-03-10 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 55b33b53b..02d22e625 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -174,7 +174,7 @@ Druckerei @@ -219,16 +219,16 @@ - ImageMagick-6.6.8-2.i386.rpm - download - download + ImageMagick-6.6.8-3.i386.rpm + download + download CentOS 5.4 i386 RPM - ImageMagick-6.6.8-2.x86_64.rpm - download - download + ImageMagick-6.6.8-3.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-2.i386.rpm

+

$magick> rpm -Uvh ImageMagick-6.6.8-3.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-2-Q16-windows-dll.exe.

+ImageMagick-6.6.8-3-Q16-windows-dll.exe.

@@ -416,44 +416,44 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + diff --git a/www/changelog.html b/www/changelog.html index 753902782..ada47b534 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -197,7 +197,13 @@

ImageMagick Changelog

-
2011-03-10 6.6.8-3 Cristy <quetzlzacatenango@image...>
+
2011-03-11 6.6.8-4 Glenn Randers-Pehrson <glennrp@image...>
+
Don't try to store a bKGD chunk in a PNG8 when there are already 256 colors in the palette and the background colors is not in that palette (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=18199);
+
The "-define PNG:exclude-chunk=bKGD" option was also excluding the text chunks. (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=18253).
+
2011-03-10 6.6.8-4 Cristy <quetzlzacatenango@image...>
+
Fx is a mathematical function. Do not treat transparency as black.
+
No image scene suffix for filenames that include a single bracket (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=18267).
+
2011-03-10 6.6.8-3 Cristy <quetzlzacatenango@image...>
New version 6.6.8-3.
2011-03-10 6.6.8-3 Cristy <quetzlzacatenango@image...>
Boost causes an ambiguity with ssize_t when building PythonMagick. Add patch from Arfrever@gento... to fix the build exception.
@@ -207,7 +213,7 @@
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).
+
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=18253).
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.
diff --git a/www/cipher.html b/www/cipher.html index 0f98e8ce4..00970860c 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 326849289..ec7fbbc11 100644 --- a/www/color.html +++ b/www/color.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/command-line-processing.html b/www/command-line-processing.html index ecfdebe13..905863bb7 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 720e89e13..76dd634b7 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 d30b84259..b6f30179e 100644 --- a/www/compare.html +++ b/www/compare.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/compose.html b/www/compose.html index bdcb93ed0..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 6c2b75363..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 0d334ad53..16beee08c 100644 --- a/www/conjure.html +++ b/www/conjure.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/display.html b/www/display.html index 1994dcd38..0369bbe5d 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 1fa4d16b9..ef854acee 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-2.

+

The latest release of ImageMagick is version 6.6.8-3.

Australia
ftp://mirror.aarnet.edu.au/pub/imagemagick/
diff --git a/www/escape.html b/www/escape.html index ccbdfa775..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..1e869f775 100644 --- a/www/examples.html +++ b/www/examples.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/exception.html b/www/exception.html index b79f0c3a1..6f4fde45f 100644 --- a/www/exception.html +++ b/www/exception.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/export.html b/www/export.html index 08ea2f86a..a061853cd 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 b6544b271..ed25ca6e0 100644 --- a/www/formats.html +++ b/www/formats.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/fx.html b/www/fx.html index ea9c89f03..a01c22cb4 100644 --- a/www/fx.html +++ b/www/fx.html @@ -175,7 +175,7 @@ Druckerei diff --git a/www/identify.html b/www/identify.html index 0189c849d..0a55e700a 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-2 2011-03-09 Q16 http://www.imagemagick.org

+ Version: ImageMagick 6.6.8-3 2011-03-10 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 bf3cd49ce..36057ea26 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 1a36962c4..6fc017ac3 100644 --- a/www/index.html +++ b/www/index.html @@ -174,7 +174,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-2.

+

The current release is ImageMagick 6.6.8-3.

diff --git a/www/install-source.html b/www/install-source.html index d99a2b69f..5efc0a18d 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 b0b247c3f..7b2c26e86 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 3d018d848..20f7307ea 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 f1667e327..2c91ec535 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 645ef85bb..6800481c2 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 e35e60f2e..c017b251c 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..67935cae6 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 c01be9acb..96ef6541b 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 50db7be50..eee5b333e 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..798f50748 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 db6c748e7..3e4f9e687 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 3fcf556f4..9f578b42f 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..f9991264f 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 c941f6570..2eaa0fc66 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 58aefcdce..f68fb0b90 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 2d0716e51..8343d65ad 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 38ec1fcf6..aae2abe27 100644 --- a/www/sitemap.html +++ b/www/sitemap.html @@ -174,7 +174,7 @@ Druckerei diff --git a/www/stream.html b/www/stream.html index 0f647a61f..0001912fd 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 769e523f2..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 0cf789c27..942bfd890 100644 --- a/www/t-shirt.html +++ b/www/t-shirt.html @@ -174,7 +174,7 @@ Druckerei
ImageMagick-6.6.8-2-Q16-windows-dll.exedownloaddownloadImageMagick-6.6.8-3-Q16-windows-dll.exedownloaddownload Win32 dynamic at 16 bits-per-pixel
ImageMagick-6.6.8-2-Q16-windows-static.exedownloaddownloadImageMagick-6.6.8-3-Q16-windows-static.exedownloaddownload Win32 static at 16 bits-per-pixel
ImageMagick-6.6.8-2-Q8-windows-dll.exedownloaddownloadImageMagick-6.6.8-3-Q8-windows-dll.exedownloaddownload Win32 dynamic at 8 bits-per-pixel
ImageMagick-6.6.8-2-Q8-windows-static.exedownloaddownloadImageMagick-6.6.8-3-Q8-windows-static.exedownloaddownload Win32 static at 8 bits-per-pixel
ImageMagick-6.6.8-2-Q16-windows-x64-dll.exedownloaddownloadImageMagick-6.6.8-3-Q16-windows-x64-dll.exedownloaddownload Win64 dynamic at 16 bits-per-pixel
ImageMagick-6.6.8-2-Q16-windows-x64-static.exedownloaddownloadImageMagick-6.6.8-3-Q16-windows-x64-static.exedownloaddownload Win64 static at 16 bits-per-pixel