From: cristy Date: Thu, 14 Apr 2011 19:17:23 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7736 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86f7f111a1b38bc3bf9d8d09c8aab2a6966c373e;p=imagemagick --- diff --git a/ImageMagick.spec b/ImageMagick.spec index 79ea9d17e..aca3344be 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %global VERSION 6.6.9 -%global Patchlevel 5 +%global Patchlevel 6 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index fe802b4ec..1f0f67660 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -9,9 +9,9 @@ - - - + + + @@ -32,13 +32,13 @@ + + + - - - diff --git a/configure b/configure index f7772fe47..813fabb39 100755 --- a/configure +++ b/configure @@ -3449,7 +3449,7 @@ MAGICK_LIBRARY_CURRENT_MIN=`expr $MAGICK_LIBRARY_CURRENT - $MAGICK_LIBRARY_AGE` MAGICK_LIBRARY_VERSION_INFO=$MAGICK_LIBRARY_CURRENT:$MAGICK_LIBRARY_REVISION:$MAGICK_LIBRARY_AGE -MAGICK_SVN_REVISION=4207 +MAGICK_SVN_REVISION=4226 diff --git a/index.html b/index.html index 97d69e1f7..f9211382b 100644 --- a/index.html +++ b/index.html @@ -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.9-4.

+

The current release is ImageMagick 6.6.9-5.

diff --git a/libtool b/libtool index e74ce33df..84d64fb50 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.9-5 +# Generated automatically by config.status (ImageMagick) 6.6.9-6 # 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 121bfbe25..7307b4028 100644 --- a/magick/version.h +++ b/magick/version.h @@ -27,15 +27,15 @@ extern "C" { */ #define MagickPackageName "ImageMagick" #define MagickCopyright "Copyright (C) 1999-2011 ImageMagick Studio LLC" -#define MagickSVNRevision "4207" +#define MagickSVNRevision "4226" #define MagickLibVersion 0x669 #define MagickLibVersionText "6.6.9" #define MagickLibVersionNumber 4,0,1 -#define MagickLibAddendum "-5" +#define MagickLibAddendum "-6" #define MagickLibInterface 4 #define MagickLibMinInterface 4 -#define MagickReleaseDate "2011-04-13" -#define MagickChangeDate "20110409" +#define MagickReleaseDate "2011-04-14" +#define MagickChangeDate "20110415" #define MagickAuthoritativeURL "http://www.imagemagick.org" #if defined(MAGICKCORE_OPENMP_SUPPORT) #define MagickOpenMPFeature "OpenMP " diff --git a/version.sh b/version.sh index c48505773..57197d01b 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.9' PACKAGE_LIB_VERSION="0x669" -PACKAGE_RELEASE="5" +PACKAGE_RELEASE="6" PACKAGE_LIB_VERSION_NUMBER="6,6,9,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index 8cccef275..f5a15a8d1 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index 798e5b14a..3e76f2c01 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -184,7 +184,7 @@ Druckerei @@ -221,7 +221,7 @@

The configure script looks at your environment and decides what it can cobble together to get ImageMagick compiled and installed on your system. This includes finding a compiler, where your compiler header files are located (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick to use (e.g. JPEG, PNG, TIFF, etc.). If you are willing to accept configure's default options, and build from within the source directory, you can simply type:

-

$magick> cd ImageMagick-6.6.9-4 $magick> ./configure

+

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

@@ -573,7 +573,7 @@ Options used to compile and link:

Download the ImageMagick source distribution and verify the distribution against its message digest.

Unpack and change into the top-level ImageMagick directory:

-

$magick> tar xvfz ImageMagick-6.6.9-4.tar.gz $magick> cd ImageMagick-6.6.9-4

Configure ImageMagick:

+

$magick> tar xvfz ImageMagick-6.6.9-5.tar.gz $magick> cd ImageMagick-6.6.9-5

Configure ImageMagick:

$magick> ./configure --prefix=/opt --with-quantum-depth=16 \
--disable-dependency-tracking --with-x=yes \
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \
@@ -593,7 +593,7 @@ Options used to compile and link:

Although you can download and install delegate libraries yourself, many are already available in the GnuWin32 distribution. Download and install whichever delegate libraries you require such as JPEG, PNG, TIFF, etc. Make sure you specify the development headers when you install a package. Next type,

-

$magick> tar jxvf ImageMagick-6.6.9-?.tar.bz2 $magick> cd ImageMagick-6.6.9-4 $magick> export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include" $magick> export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib" $magick> ./configure --without-perl $magick> make $magick> sudo make install

+

$magick> tar jxvf ImageMagick-6.6.9-?.tar.bz2 $magick> cd ImageMagick-6.6.9-5 $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 8d0dded7f..4973e5c35 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -473,7 +473,7 @@
  1. Double-click on - VisualMagick/bin/ImageMagick-6.6.9-4-Q16-windows-dll.exe + VisualMagick/bin/ImageMagick-6.6.9-5-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 bf8835879..33d1f0554 100644 --- a/www/animate.html +++ b/www/animate.html @@ -185,7 +185,7 @@ Druckerei
diff --git a/www/api.html b/www/api.html index 97c5e2224..25271e6d5 100644 --- a/www/api.html +++ b/www/api.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/annotate.html b/www/api/annotate.html index 6cc66f055..1d7a71447 100644 --- a/www/api/annotate.html +++ b/www/api/annotate.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/attribute.html b/www/api/attribute.html index 97b62929c..a5c2ea8bd 100644 --- a/www/api/attribute.html +++ b/www/api/attribute.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/blob.html b/www/api/blob.html index 98b5c8aae..9fbdb07ad 100644 --- a/www/api/blob.html +++ b/www/api/blob.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/cache-view.html b/www/api/cache-view.html index a8b58405b..39ae28f82 100644 --- a/www/api/cache-view.html +++ b/www/api/cache-view.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/cache.html b/www/api/cache.html index 54a5787a3..d08d35b39 100644 --- a/www/api/cache.html +++ b/www/api/cache.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/cipher.html b/www/api/cipher.html index e9dd0a593..2be946e7c 100644 --- a/www/api/cipher.html +++ b/www/api/cipher.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/color.html b/www/api/color.html index 96031ecab..73d7db30f 100644 --- a/www/api/color.html +++ b/www/api/color.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/colormap.html b/www/api/colormap.html index 8227d5769..aa86c233e 100644 --- a/www/api/colormap.html +++ b/www/api/colormap.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/compare.html b/www/api/compare.html index a2e10951b..af6465274 100644 --- a/www/api/compare.html +++ b/www/api/compare.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/composite.html b/www/api/composite.html index 8100f7aea..9fd2d9765 100644 --- a/www/api/composite.html +++ b/www/api/composite.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/constitute.html b/www/api/constitute.html index 20d477575..c83be6c73 100644 --- a/www/api/constitute.html +++ b/www/api/constitute.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/decorate.html b/www/api/decorate.html index 51371bb82..c0e08be0a 100644 --- a/www/api/decorate.html +++ b/www/api/decorate.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/deprecate.html b/www/api/deprecate.html index 4428460c3..82bdb7ce6 100644 --- a/www/api/deprecate.html +++ b/www/api/deprecate.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/display.html b/www/api/display.html index 0c7d7a640..9dfec141e 100644 --- a/www/api/display.html +++ b/www/api/display.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/distort.html b/www/api/distort.html index 2a651cb93..55ec1bc67 100644 --- a/www/api/distort.html +++ b/www/api/distort.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/draw.html b/www/api/draw.html index 0695fb12b..fc230bfac 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html index 32b2d87de..e74cd6bcb 100644 --- a/www/api/drawing-wand.html +++ b/www/api/drawing-wand.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/effect.html b/www/api/effect.html index 884f0a77c..111105c33 100644 --- a/www/api/effect.html +++ b/www/api/effect.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/enhance.html b/www/api/enhance.html index 5e81ad47c..c022af86a 100644 --- a/www/api/enhance.html +++ b/www/api/enhance.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/exception.html b/www/api/exception.html index 5f2ce1a3b..9150cbaf7 100644 --- a/www/api/exception.html +++ b/www/api/exception.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/feature.html b/www/api/feature.html index ec1976fdc..e102ec508 100644 --- a/www/api/feature.html +++ b/www/api/feature.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/fourier.html b/www/api/fourier.html index 3b2974c45..9222b848f 100644 --- a/www/api/fourier.html +++ b/www/api/fourier.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/fx.html b/www/api/fx.html index 8b93aaa47..4f1040701 100644 --- a/www/api/fx.html +++ b/www/api/fx.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/image-view.html b/www/api/image-view.html index a5a739186..e1c2f8dc9 100644 --- a/www/api/image-view.html +++ b/www/api/image-view.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/image.html b/www/api/image.html index 0000a0696..67254e222 100644 --- a/www/api/image.html +++ b/www/api/image.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/layer.html b/www/api/layer.html index a508e27cc..262981fce 100644 --- a/www/api/layer.html +++ b/www/api/layer.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/list.html b/www/api/list.html index f05d7810e..5f746eae4 100644 --- a/www/api/list.html +++ b/www/api/list.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/magick-property.html b/www/api/magick-property.html index ed7cc09a9..cca4a2fc3 100644 --- a/www/api/magick-property.html +++ b/www/api/magick-property.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html index 14b577e0d..a987e8b3b 100644 --- a/www/api/magick-wand.html +++ b/www/api/magick-wand.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/magick.html b/www/api/magick.html index 0b50c638b..187db02bb 100644 --- a/www/api/magick.html +++ b/www/api/magick.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/memory.html b/www/api/memory.html index e126c1610..5a6959567 100644 --- a/www/api/memory.html +++ b/www/api/memory.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/module.html b/www/api/module.html index e4590b131..817a66eb2 100644 --- a/www/api/module.html +++ b/www/api/module.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/monitor.html b/www/api/monitor.html index e3da8382f..1329293ca 100644 --- a/www/api/monitor.html +++ b/www/api/monitor.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/montage.html b/www/api/montage.html index 95082dd70..616f9bf02 100644 --- a/www/api/montage.html +++ b/www/api/montage.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/morphology.html b/www/api/morphology.html index d62f37443..39ac02a08 100644 --- a/www/api/morphology.html +++ b/www/api/morphology.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/paint.html b/www/api/paint.html index 7d6371a72..455678ae2 100644 --- a/www/api/paint.html +++ b/www/api/paint.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html index eac4f795b..10d82ed12 100644 --- a/www/api/pixel-iterator.html +++ b/www/api/pixel-iterator.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html index e126579f5..5f4599e38 100644 --- a/www/api/pixel-wand.html +++ b/www/api/pixel-wand.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/profile.html b/www/api/profile.html index d8aa8101b..91f3eb962 100644 --- a/www/api/profile.html +++ b/www/api/profile.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/property.html b/www/api/property.html index f77e56a1e..374eb6c1b 100644 --- a/www/api/property.html +++ b/www/api/property.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/quantize.html b/www/api/quantize.html index 6c6fc4b39..13a58ce50 100644 --- a/www/api/quantize.html +++ b/www/api/quantize.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/registry.html b/www/api/registry.html index 19a173485..b5f994177 100644 --- a/www/api/registry.html +++ b/www/api/registry.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/resource.html b/www/api/resource.html index c1230137e..05c0ea741 100644 --- a/www/api/resource.html +++ b/www/api/resource.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/segment.html b/www/api/segment.html index 17667dc20..6b39af6b7 100644 --- a/www/api/segment.html +++ b/www/api/segment.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/shear.html b/www/api/shear.html index d3b09f631..8506b789e 100644 --- a/www/api/shear.html +++ b/www/api/shear.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/signature.html b/www/api/signature.html index fefd21c86..ae2cf119b 100644 --- a/www/api/signature.html +++ b/www/api/signature.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/statistic.html b/www/api/statistic.html index 80d510ff9..c1b2c4a1c 100644 --- a/www/api/statistic.html +++ b/www/api/statistic.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/stream.html b/www/api/stream.html index 9ebd88be0..ff1a2ee83 100644 --- a/www/api/stream.html +++ b/www/api/stream.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/transform.html b/www/api/transform.html index 6e1dae140..18aa59754 100644 --- a/www/api/transform.html +++ b/www/api/transform.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/version.html b/www/api/version.html index 074c6c286..50aeb4957 100644 --- a/www/api/version.html +++ b/www/api/version.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/architecture.html b/www/architecture.html index fc20680bc..15d1eed51 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -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.9-4 2011-04-01 Q16 http://www.imagemagick.org

+

$magick> identify -versionVersion: ImageMagick 6.6.9-5 2011-04-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 0e4c0a5c5..cd6f7c8d1 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -184,7 +184,7 @@ Druckerei @@ -219,16 +219,16 @@ - ImageMagick-6.6.9-4.i386.rpm - download - download + ImageMagick-6.6.9-5.i386.rpm + download + download CentOS 5.4 i386 RPM - ImageMagick-6.6.9-4.x86_64.rpm - download - download + ImageMagick-6.6.9-5.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.9-4.i386.rpm

+

$magick> rpm -Uvh ImageMagick-6.6.9-5.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

@@ -365,7 +365,7 @@
 	./imagemagick_compile.sh VERSION
 
-

where VERSION is the version of ImageMagick you want to compile (i.e.: 6.6.9-4, svn, ...)

+

where VERSION is the version of ImageMagick you want to compile (i.e.: 6.6.9-5, svn, ...)

This script compiles ImageMagick as a static library to be included in iPhone projects and adds support for

    @@ -404,7 +404,7 @@

    The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 512 MB of RAM is recommended, but the more RAM the better. Although ImageMagick runs well on a single core computer, it automagically runs in parallel on multi-core systems reducing run times considerably.

    The Windows version of ImageMagick is self-installing. Simply click on the appropriate version below and it will launch itself and ask you a few installation questions. Versions with Q8 in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas, Q16 in the filename are 16 bits-per-pixel component. A Q16 version permits you to read or write 16-bit images without losing precision but requires twice as much resources as the Q8 version. Versions with dll in the filename include ImageMagick libraries as dynamic link libraries. If you are not sure which version is appropriate, choose -ImageMagick-6.6.9-4-Q16-windows-dll.exe.

    +ImageMagick-6.6.9-5-Q16-windows-dll.exe.

    @@ -416,44 +416,44 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + diff --git a/www/changelog.html b/www/changelog.html index 199464b14..d7fa04dee 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -184,7 +184,7 @@ Druckerei @@ -197,12 +197,28 @@

    ImageMagick Changelog

    -
    2011-04-03 6.6.9-4 Anthony Thyssen <A.Thyssen@griffith...>
    -
    Add of Octagon shape and Octagonal distance kernels for Morphology
    +
    2011-04-15 6.6.9-5 Cristy <quetzlzacatenango@image...>
    +
    New version 6.6.9-5.
    +
    2011-04-15 6.6.9-5 Glenn Randers-Pehrson <glennrp@image...>
    +
    Added "#define PNG_PTR_NORETURN" because this macro does not work on all platforms with libpng15, with failure to load png_longjmp() (ref http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=18518).
    +
    2011-04-14 6.6.9-5 Anthony Thyssen <A.Thyssen@griffith...>
    +
    Layers Composition Bug Fix, animations attributes of first image not transferred in a single destination, multi-source image composition.
    +
    2011-04-09 6.6.9-5 Anthony Thyssen <A.Thyssen@griffith...>
    +
    Add a special 'Voronoi' Distance method that will fill in holes using the nearest non-transparent edge pixel. This is experimental, and one step toward a fast Color 'Diffusion' method.
    +
    2011-04-08 6.6.9-5 Cristy <quetzlzacatenango@image...>
    +
    MIFF keywords sometimes includes spaces.
    +
    2011-04-07 6.6.9-5 Anthony Thyssen <A.Thyssen@griffith...>
    +
    Major BUG FIX - wrong sign breaks most morphology methods in IM v6.6.9-4
    +
    Fixed -region handling of transparency. Original images without transparency will use 'Over' while images with transparency will preserve transparency using 'Copy'. Before this only 'Over' was used due to the testing of the wrong image.
    +
    Added Compose methods DarkenIntensity and LightenIntensity
    +
    2011-04-06 6.6.9-4 Cristy <quetzlzacatenango@image...>
    +
    New version 6.6.9-4.
    +
    2011-04-03 6.6.9-4 Anthony Thyssen <A.Thyssen@griffith...>
    +
    Add Octagon shape and Octagonal distance kernels for Morphology
    Fix minor Morphology kernel compose bug (cleanup after Src/Dst swap)
    Fix segmentation fault after error in a morphology 'named' kernel
    Added a range of kernels used for specialised thinning purposes as defined in a research paper by Dan S. Bloomberg.
    -
    Added Dan Bloomberd best thinning skeletion, "Skeleton:3"
    +
    Added Dan Bloomberg best thinning skeletion, "Skeleton:3"
    Removed origin pixel from many Hit-and-Miss kernels allowing kernels to not only be used for thinning, but also thickening.
    Renamed "ThinDiagonals" kernel to just "Diagonals"
    Distance uses a fast two pass algorithm, and no longer needs 'iteration'
    diff --git a/www/cipher.html b/www/cipher.html index 535c4b7cc..bfac9f40c 100644 --- a/www/cipher.html +++ b/www/cipher.html @@ -185,7 +185,7 @@ Druckerei
    diff --git a/www/color.html b/www/color.html index e243664ac..ddce127a7 100644 --- a/www/color.html +++ b/www/color.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/command-line-options.html b/www/command-line-options.html index 6b6ed8595..366c5a30f 100644 --- a/www/command-line-options.html +++ b/www/command-line-options.html @@ -188,7 +188,7 @@ Druckerei diff --git a/www/command-line-processing.html b/www/command-line-processing.html index 47de7bf35..b6c43f3ff 100644 --- a/www/command-line-processing.html +++ b/www/command-line-processing.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/command-line-tools.html b/www/command-line-tools.html index c6bdb227f..da5718974 100644 --- a/www/command-line-tools.html +++ b/www/command-line-tools.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/compare.html b/www/compare.html index fbcd792fe..1ac618bcd 100644 --- a/www/compare.html +++ b/www/compare.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/compose.html b/www/compose.html index a02d72543..36f639ace 100644 --- a/www/compose.html +++ b/www/compose.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/conjure.html b/www/conjure.html index 5566d1086..21ad38832 100644 --- a/www/conjure.html +++ b/www/conjure.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/contact.html b/www/contact.html index dca14f1ec..efab12cf6 100644 --- a/www/contact.html +++ b/www/contact.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/convert.html b/www/convert.html index fe2676576..7e247906d 100644 --- a/www/convert.html +++ b/www/convert.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/display.html b/www/display.html index 6f848fd8c..459202b71 100644 --- a/www/display.html +++ b/www/display.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/download.html b/www/download.html index 0a64abcd4..fa2f011dc 100644 --- a/www/download.html +++ b/www/download.html @@ -184,7 +184,7 @@ Druckerei @@ -199,7 +199,7 @@

    Download ImageMagick

    ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors around the world listed below. ImageMagick stable and development source releases are also available from Subversion. Before you download, you may want to review recent changes to the ImageMagick distribution.

    -

    The latest release of ImageMagick is version 6.6.9-4.

    +

    The latest release of ImageMagick is version 6.6.9-5.

    Australia
    ftp://mirror.aarnet.edu.au/pub/imagemagick/
    diff --git a/www/escape.html b/www/escape.html index fd034c4c6..b33df573f 100644 --- a/www/escape.html +++ b/www/escape.html @@ -185,7 +185,7 @@ Druckerei
    diff --git a/www/exception.html b/www/exception.html index d3f69ed88..759ae81a0 100644 --- a/www/exception.html +++ b/www/exception.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/formats.html b/www/formats.html index 85c593265..47c3ad264 100644 --- a/www/formats.html +++ b/www/formats.html @@ -726,14 +726,14 @@ convert \( -size 15x15 xc:black xc:white -append \) \ - + - + @@ -803,14 +803,14 @@ convert \( -size 15x15 xc:black xc:white -append \) \ - + - + @@ -866,14 +866,14 @@ convert \( -size 15x15 xc:black xc:white -append \) \ - + - + diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html index 47900145f..d7040a5f2 100644 --- a/www/high-dynamic-range.html +++ b/www/high-dynamic-range.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/identify.html b/www/identify.html index 4287a11d4..8b79206b4 100644 --- a/www/identify.html +++ b/www/identify.html @@ -184,7 +184,7 @@ Druckerei @@ -267,7 +267,7 @@ Tainted: False
    Filesize: 3.97266kb
    Number pixels: 3.14453kb
    - Version: ImageMagick 6.6.9-4 2011-04-01 Q16 http://www.imagemagick.org

    + Version: ImageMagick 6.6.9-5 2011-04-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 aef44891b..8d817d416 100644 --- a/www/import.html +++ b/www/import.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/index.html b/www/index.html index 74ab81ac6..9d63a21d5 100644 --- a/www/index.html +++ b/www/index.html @@ -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.9-4.

    +

    The current release is ImageMagick 6.6.9-5.

    diff --git a/www/install-source.html b/www/install-source.html index 26295781e..bc1c0f7bd 100644 --- a/www/install-source.html +++ b/www/install-source.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/jp2.html b/www/jp2.html index b34aa3590..7f9e13ada 100644 --- a/www/jp2.html +++ b/www/jp2.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/links.html b/www/links.html index dd3bbb5a1..5bbbab4ef 100644 --- a/www/links.html +++ b/www/links.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/magick++.html b/www/magick++.html index ea931a54f..b5990fb28 100644 --- a/www/magick++.html +++ b/www/magick++.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html index 054389d50..db9bf14b5 100644 --- a/www/magick-vector-graphics.html +++ b/www/magick-vector-graphics.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/magick-wand.html b/www/magick-wand.html index c8d91f039..be0e1a892 100644 --- a/www/magick-wand.html +++ b/www/magick-wand.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/mogrify.html b/www/mogrify.html index 2567e0672..e41a7f661 100644 --- a/www/mogrify.html +++ b/www/mogrify.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/montage.html b/www/montage.html index d383b2ee3..3a321e647 100644 --- a/www/montage.html +++ b/www/montage.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/motion-picture.html b/www/motion-picture.html index a9a06b562..3466fa609 100644 --- a/www/motion-picture.html +++ b/www/motion-picture.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/perl-magick.html b/www/perl-magick.html index b25f55ecf..443ce29d8 100644 --- a/www/perl-magick.html +++ b/www/perl-magick.html @@ -184,7 +184,7 @@ Druckerei @@ -734,7 +734,7 @@ ImageMagick 6.6.9) and unpack it as shown below:

    - + diff --git a/www/quantize.html b/www/quantize.html index 16d3a9ad6..66b8267a5 100644 --- a/www/quantize.html +++ b/www/quantize.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/resources.html b/www/resources.html index b9da52670..7f0e467f0 100644 --- a/www/resources.html +++ b/www/resources.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/search.html b/www/search.html index 3d4f90ea4..9a292e221 100644 --- a/www/search.html +++ b/www/search.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/sitemap.html b/www/sitemap.html index 0f546e31a..d3d1111de 100644 --- a/www/sitemap.html +++ b/www/sitemap.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/sponsors.html b/www/sponsors.html index 7427c7bb4..8e63fb7bc 100644 --- a/www/sponsors.html +++ b/www/sponsors.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/stream.html b/www/stream.html index c2b9dc0fa..69638be5c 100644 --- a/www/stream.html +++ b/www/stream.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/subversion.html b/www/subversion.html index 0b4a5bd33..e73a9ca09 100644 --- a/www/subversion.html +++ b/www/subversion.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/t-shirt.html b/www/t-shirt.html index 0d5e020b2..3cadef0cb 100644 --- a/www/t-shirt.html +++ b/www/t-shirt.html @@ -184,7 +184,7 @@ Druckerei
    ImageMagick-6.6.9-4-Q16-windows-dll.exedownloaddownloadImageMagick-6.6.9-5-Q16-windows-dll.exedownloaddownload Win32 dynamic at 16 bits-per-pixel
    ImageMagick-6.6.9-4-Q16-windows-static.exedownloaddownloadImageMagick-6.6.9-5-Q16-windows-static.exedownloaddownload Win32 static at 16 bits-per-pixel
    ImageMagick-6.6.9-4-Q8-windows-dll.exedownloaddownloadImageMagick-6.6.9-5-Q8-windows-dll.exedownloaddownload Win32 dynamic at 8 bits-per-pixel
    ImageMagick-6.6.9-4-Q8-windows-static.exedownloaddownloadImageMagick-6.6.9-5-Q8-windows-static.exedownloaddownload Win32 static at 8 bits-per-pixel
    ImageMagick-6.6.9-4-Q16-windows-x64-dll.exedownloaddownloadImageMagick-6.6.9-5-Q16-windows-x64-dll.exedownloaddownload Win64 dynamic at 16 bits-per-pixel
    ImageMagick-6.6.9-4-Q16-windows-x64-static.exedownloaddownloadImageMagick-6.6.9-5-Q16-windows-x64-static.exedownloaddownload Win64 static at 16 bits-per-pixel
    PAMPAM W Common 2-dimensional bitmap format  
    PBMPBM RW Portable bitmap format (black and white)  
    PFMPFM RW Portable float map format  
    PGMPGM RW Portable graymap format (gray scale)  
    PNMPNM RW Portable anymap PNM is a family of formats supporting portable bitmaps (PBM) , graymaps (PGM), and pixmaps (PPM). There is no file format associated with pnm itself. If PNM is used as the output format specifier, then ImageMagick automagically selects the most appropriate format to represent the image. The default is to write the binary version of the formats. Use -compress none to write the ASCII version of the formats.
    PPMPPM RW Portable pixmap format (color)  
    Distortpoints=>array of float values, method=>{Affine, AffineProjection, Bilinear, Perspective, ScaleRotateTranslate}, virtual-pixel=>{Background Black Constant Dither Edge Gray Mirror Random Tile Transparent White}, best-fit=>{True, False}points=>array of float values, method=>{Affine, AffineProjection, Bilinear, Perspective, Resize, ScaleRotateTranslate}, virtual-pixel=>{Background Black Constant Dither Edge Gray Mirror Random Tile Transparent White}, best-fit=>{True, False} distort image