From: cristy Date: Fri, 1 Apr 2011 01:00:28 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7801 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cd7cc9c4c89ec3b5b1109117e196124ae07f66c;p=imagemagick --- diff --git a/ChangeLog b/ChangeLog index e672baee1..5d1711b5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2011-03-31 6.6.9-2 Cristy + * New version 6.6.9-2. + 2011-03-30 6.6.9-2 Glenn Randers-Pehrson * Revised the png decoder to store the PNG IHDR and other known PNG chunk data as properties, for later retrieval and reporting by "identify", diff --git a/index.html b/index.html index 61f00565e..856fdfad1 100644 --- a/index.html +++ b/index.html @@ -184,7 +184,7 @@ Druckerei @@ -209,7 +209,7 @@

The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory and thread error detection to prevent security vulnerabilities.

-

The current release is ImageMagick 6.6.9-1.

+

The current release is ImageMagick 6.6.9-2.

diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index 388fa47ed..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 8a87c9355..036a80ce5 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-1 $magick> ./configure

+

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

Configure ImageMagick:

+

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

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-1 $magick> export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include" $magick> export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib" $magick> ./configure --without-perl $magick> make $magick> sudo make install

+

$magick> tar jxvf ImageMagick-6.6.9-?.tar.bz2 $magick> cd ImageMagick-6.6.9-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

Dealing with Unexpected Problems

diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index f6300dc58..bc36f0c2b 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-1-Q16-windows-dll.exe + VisualMagick/bin/ImageMagick-6.6.9-2-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 f8ebf76e3..55a71c40e 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 9b25ff5ca..75bee26ab 100644 --- a/www/api.html +++ b/www/api.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/animate.html b/www/api/animate.html index 5ad83700c..168951b6c 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/annotate.html b/www/api/annotate.html index f29456564..3bbda9c1b 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 14387ce87..ab93994d8 100644 --- a/www/api/attribute.html +++ b/www/api/attribute.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/cache.html b/www/api/cache.html index 54a5787a3..f14993bbe 100644 --- a/www/api/cache.html +++ b/www/api/cache.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/cipher.html b/www/api/cipher.html index ad35804e8..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 0d25e6a2b..8c3c830e4 100644 --- a/www/api/color.html +++ b/www/api/color.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/colormap.html b/www/api/colormap.html index 50bf670d6..7f6664366 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 152a1dbeb..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 3170f59a4..596bb427d 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 9565df7b3..6d40aebcf 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 c0e08be0a..51371bb82 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 a94223dc6..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 f8a50b7e1..461bd7a7c 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 d2dcad4d0..2a651cb93 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 40358dacf..993a85199 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html index 671324964..5b0125dee 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..aa4c10bce 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 8fb305fad..5e81ad47c 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 1c6515d5b..1fa73a956 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 3e9018c77..88e6f3cbc 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 be44fc919..eb3bc46d5 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..85bbb4dda 100644 --- a/www/api/fx.html +++ b/www/api/fx.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/histogram.html b/www/api/histogram.html index 4a13f7d06..491615785 100644 --- a/www/api/histogram.html +++ b/www/api/histogram.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/image-view.html b/www/api/image-view.html index e1c2f8dc9..23f6b43fa 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 ee0b8df16..9f5442e53 100644 --- a/www/api/image.html +++ b/www/api/image.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/list.html b/www/api/list.html index 6c9b0ba01..c357797dc 100644 --- a/www/api/list.html +++ b/www/api/list.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html index 58e2fcac8..502030000 100644 --- a/www/api/magick-deprecate.html +++ b/www/api/magick-deprecate.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html index e92a432f3..5ae9bcce2 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 5630c5491..6937e48cd 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 2480bcfb2..e65b63656 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 6a7adfdc5..ba7a258a4 100644 --- a/www/api/module.html +++ b/www/api/module.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/mogrify.html b/www/api/mogrify.html index 10cfe89e4..c51c8b4b7 100644 --- a/www/api/mogrify.html +++ b/www/api/mogrify.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/monitor.html b/www/api/monitor.html index d29c53625..864855881 100644 --- a/www/api/monitor.html +++ b/www/api/monitor.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/montage.html b/www/api/montage.html index 18743df7e..62e99a15b 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 a635e9fa2..9c2313e54 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 705afb8d0..ca1a8ceb0 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 d4281c31e..68a36dbcb 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 58d1bd491..9285c60a7 100644 --- a/www/api/profile.html +++ b/www/api/profile.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/quantize.html b/www/api/quantize.html index b5601e199..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 a2f39fa7d..e57d84948 100644 --- a/www/api/registry.html +++ b/www/api/registry.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/resize.html b/www/api/resize.html index c963a50a2..50369c450 100644 --- a/www/api/resize.html +++ b/www/api/resize.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/resource.html b/www/api/resource.html index 8715c622e..657cdd953 100644 --- a/www/api/resource.html +++ b/www/api/resource.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 e3bd6848b..34eba1ea0 100644 --- a/www/api/signature.html +++ b/www/api/signature.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/stream.html b/www/api/stream.html index 3e89abdcd..a13a46a4f 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 705cdb8b2..46e2761bd 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..f1ddf48e5 100644 --- a/www/api/version.html +++ b/www/api/version.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/api/wand-view.html b/www/api/wand-view.html index bff995652..04f1a5155 100644 --- a/www/api/wand-view.html +++ b/www/api/wand-view.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/architecture.html b/www/architecture.html index 309cf6b9a..458a26492 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -184,7 +184,7 @@ Druckerei @@ -288,7 +288,7 @@

When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache. For example, a 1-channel 1-bit monochrome PBM image is scaled to a 4 channel 8-bit RGBA image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version. You can determine which version you have with the ‑version option:

-

$magick> identify -versionVersion: ImageMagick 6.6.9-1 2011-03-28 Q16 http://www.imagemagick.org

+

$magick> identify -versionVersion: ImageMagick 6.6.9-2 2011-03-28 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 b6a9d60d2..7583cbbc2 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -184,7 +184,7 @@ Druckerei @@ -219,16 +219,16 @@ - ImageMagick-6.6.9-1.i386.rpm - download - download + ImageMagick-6.6.9-2.i386.rpm + download + download CentOS 5.4 i386 RPM - ImageMagick-6.6.9-1.x86_64.rpm - download - download + ImageMagick-6.6.9-2.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-1.i386.rpm

+

$magick> rpm -Uvh ImageMagick-6.6.9-2.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-1, svn, ...)

+

where VERSION is the version of ImageMagick you want to compile (i.e.: 6.6.9-2, 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-1-Q16-windows-dll.exe.

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

    @@ -416,44 +416,44 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + diff --git a/www/changelog.html b/www/changelog.html index 8ced84fb2..7d0c23d6f 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -184,7 +184,7 @@ Druckerei @@ -197,9 +197,17 @@

    ImageMagick Changelog

    -
    2011-03-29 6.6.9-1 Cristy <quetzlzacatenango@image...>
    +
    2011-03-30 6.6.9-2 Glenn Randers-Pehrson <glennrp@image...>
    +
    Revised the png decoder to store the PNG IHDR and other known PNG chunk data as properties, for later retrieval and reporting by "identify", so users can easily and reliably discover the color-type, bit-depth, etc that were in the input PNG datastream.
    +
    The PNG decoder sometimes set images with more than 256 different gray-alpha pixels to storage_class=PseudoClass with an incorrect colormap.
    +
    2011-03-30 6.6.9-2 Anthony Thyssen <A.Thyssen@griffith...>
    +
    Add a "Resize" distortion method (distort equivalent of -resize).
    +
    Special CLI handling so -distort Resize takes a "geometry" argument.
    +
    2011-03-29 6.6.9-2 Cristy <quetzlzacatenango@image...>
    +
    Expand PCL compressed pixel buffer to prevent delta compressed overrun.
    +
    2011-03-29 6.6.9-1 Cristy <quetzlzacatenango@image...>
    New version 6.6.9-1.
    -
    2011-03-29 6.6.9-1 Anthony Thyssen <A.Thyssen@griffith...>
    +
    2011-03-29 6.6.9-1 Anthony Thyssen <A.Thyssen@griffith...>
    Fix AdaptiveResizeImage() to use 'Mesh' Interpolation, and fix its coordinate handling, as originally defined.
    2011-03-29 6.6.9-1 Cristy <quetzlzacatenango@image...>
    Support -statistic standard-deviation option.
    @@ -209,24 +217,24 @@
    2011-03-28 6.6.9-0 Cristy <quetzlzacatenango@image...>
    Optimize bilinear interpolation.
    Remove version from etc folder and instead use /etc/ImageMagick.
    -
    2011-03-28 6.6.9-0 Anthony Thyssen <A.Thyssen@griffith...>
    +
    2011-03-28 6.6.9-0 Anthony Thyssen <A.Thyssen@griffith...>
    Separated complex cropping function from TransformImage() as a new function CropImageToTiles(). This new function returns either the new cropped image, or a list of tiles, according to geometry, without replacing the source image. The Source image may be part of a larger list of images, without the function 'losing' the other images of the list.
    2011-03-27 6.6.8-10 Cristy <quetzlzacatenango@image...>
    New version 6.6.8-10.
    -
    2011-03-27 6.6.8-10 Anthony Thyssen <A.Thyssen@griffith...>
    +
    2011-03-27 6.6.8-10 Anthony Thyssen <A.Thyssen@griffith...>
    Modified image handling in MogrifyImages() and MogrifyImage() which improves overall handling, and allows correct %p, %n and the %[fx:..] 't' and 'n' escape usage to work correctly.
    Added -duplicate as a multi-image sequence operator
    2011-03-26 6.6.8-9 Cristy <quetzlzacatenango@image...>
    New version 6.6.8-9.
    -
    2011-03-25 6.6.8-9 Cristy <quetzlzacatenango@image...>
    +
    2011-03-25 6.6.8-9 Cristy <quetzlzacatenango@image...>
    Add InterpolateMagickPixelPacket() method.
    Add support for the %[opaque] property.
    2011-03-25 6.6.8-8 Cristy <quetzlzacatenango@image...>
    New version 6.6.8-8.
    -
    2011-03-25 6.6.8-8 Cristy <quetzlzacatenango@image...>
    +
    2011-03-25 6.6.8-8 Cristy <quetzlzacatenango@image...>
    Fix memory access bug in CloneString() (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=2&t=18382).
    Avoid infinite loop when no space is available in MagickFormatCaption().
    -
    2011-03-25 6.6.8-8 Anthony Thyssen <A.Thyssen@griffith...>
    +
    2011-03-25 6.6.8-8 Anthony Thyssen <A.Thyssen@griffith...>
    Removed the fix for %p and %n escapes, as it was not working right
    2011-03-24 6.6.8-7 Cristy <quetzlzacatenango@image...>
    New version 6.6.8-7.
    diff --git a/www/cipher.html b/www/cipher.html index d1e9d59fa..4f9cf9134 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 ddce127a7..0ca7b49e0 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 8a56bf1cc..1e081bcba 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..8b08dbb95 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 632b6adff..932ccc617 100644 --- a/www/command-line-tools.html +++ b/www/command-line-tools.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/composite.html b/www/composite.html index 3692b84cf..77f20544e 100644 --- a/www/composite.html +++ b/www/composite.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/conjure.html b/www/conjure.html index 21ad38832..55a3de027 100644 --- a/www/conjure.html +++ b/www/conjure.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/contact.html b/www/contact.html index efab12cf6..b30c9bad0 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 504e4a778..951acda99 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 1b2893933..f091d1fae 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 a025f6fcb..9098b1a7b 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-1.

    +

    The latest release of ImageMagick is version 6.6.9-2.

    Australia
    ftp://mirror.aarnet.edu.au/pub/imagemagick/
    diff --git a/www/escape.html b/www/escape.html index fd034c4c6..2d9c5b58b 100644 --- a/www/escape.html +++ b/www/escape.html @@ -185,7 +185,7 @@ Druckerei
    diff --git a/www/examples.html b/www/examples.html index e12bc3b5e..62968d8c4 100644 --- a/www/examples.html +++ b/www/examples.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/exception.html b/www/exception.html index fe8390c15..1b1023477 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 69684bc73..162f3d053 100644 --- a/www/formats.html +++ b/www/formats.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/fx.html b/www/fx.html index 4f65aaf22..2350f26d1 100644 --- a/www/fx.html +++ b/www/fx.html @@ -505,9 +505,12 @@

    For use with -format, the value-escape %[fx: ] is evaluated just once for each image in the current image sequence. As each image in the sequence is being evaluated, s and t successively refer to the current image and its index, while i and j are set to zero, and the current channel set to red (-channel is ignored). An example:

    $magick> convert xc:'rgb(25%,50%,75%)' rose: -colorspace rgb \
    - -format 'Red channel of NW corner of image # %[fx:t] is %[fx: s]' info:
    Red channel of NW corner of image # 0 is 0.250004
    - Red channel of NW corner of image # 1 is 0.188235

    -

    The color-escape %[pixel: ] is evaluated once per image and per color channel in that image (-channel is ignored), The values generated are then converted into a color string (a named color or hex color value). The symbols i and j are set to zero, and s and t refer to each successively current image and index.

    + -format 'Red channel of NW corner of image #%[fx:t] is %[fx: s]' info:Red channel of NW corner of image #0 is 0.453758
    + Red channel of NW corner of image #1 is 0.184588

    +

    Here we use the image indexes to rotate each image differently, and use -set with the image index to set a different pause delay on the first image in the animation:

    + +

    $magick> convert rose: -duplicate 29 -virtual-pixel Gray -distort SRT '%[fx:360.0*t/n]' \
    + -set delay '%[fx:t == 0 ? 240 : 10]' -loop 0 rose.gif

    The color-escape %[pixel: ] is evaluated once per image and per color channel in that image (-channel is ignored), The values generated are then converted into a color string (a named color or hex color value). The symbols i and j are set to zero, and s and t refer to each successively current image and index.

    diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html index f7dceea5a..94c5edb02 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 84c53840d..4288f3cab 100644 --- a/www/identify.html +++ b/www/identify.html @@ -267,7 +267,7 @@ Tainted: False
    Filesize: 3.97266kb
    Number pixels: 3.14453kb
    - Version: ImageMagick 6.6.9-1 2011-03-28 Q16 http://www.imagemagick.org

    + Version: ImageMagick 6.6.9-2 2011-03-28 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 2104a38b4..1ebf6ea03 100644 --- a/www/import.html +++ b/www/import.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/index.html b/www/index.html index 32602337e..96e1d77cb 100644 --- a/www/index.html +++ b/www/index.html @@ -184,7 +184,7 @@ Druckerei @@ -209,7 +209,7 @@

    The ImageMagick development process ensures a stable API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes memory and thread error detection to prevent security vulnerabilities.

    -

    The current release is ImageMagick 6.6.9-1.

    +

    The current release is ImageMagick 6.6.9-2.

    diff --git a/www/install-source.html b/www/install-source.html index 6d14de07a..43c525b85 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 7f9e13ada..c85b43618 100644 --- a/www/jp2.html +++ b/www/jp2.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/license.html b/www/license.html index 33a6af003..a20f5a824 100644 --- a/www/license.html +++ b/www/license.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/magick++.html b/www/magick++.html index 17b24768f..8eec4d392 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 b2c8f87a1..054389d50 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 0a51530bd..abf50c65e 100644 --- a/www/magick-wand.html +++ b/www/magick-wand.html @@ -185,7 +185,7 @@ Druckerei diff --git a/www/miff.html b/www/miff.html index fc20e526f..6e84ec5f1 100644 --- a/www/miff.html +++ b/www/miff.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/mogrify.html b/www/mogrify.html index 752851156..8a5cf5cb2 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 54c6a6181..27802b56c 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 ba690aebb..12768b139 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 db79322ca..259de6a1d 100644 --- a/www/perl-magick.html +++ b/www/perl-magick.html @@ -184,7 +184,7 @@ Druckerei diff --git a/www/quantize.html b/www/quantize.html index aab44af6e..a2867c13a 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 08f570dd1..3ba295ccd 100644 --- a/www/resources.html +++ b/www/resources.html @@ -184,7 +184,7 @@ Druckerei @@ -306,7 +306,7 @@ file or data stream.

       $MAGICK_CONFIGURE_PATH
    -  $PREFIX/lib/ImageMagick-6.6.9/config
    +  $PREFIX/etc/ImageMagick
       $PREFIX/share/ImageMagick-6.6.9/config
       $PREFIX/share/ImageMagick-6.6.9  $HOME/.magick/
       <client path>/lib/ImageMagick-6.6.9/
    @@ -318,7 +318,7 @@ file or data stream.

       $MAGICK_CONFIGURE_PATH
    -  $MAGICK_HOME/lib/ImageMagick-6.6.9/config
    +  $MAGICK_HOME/etc/ImageMagick
       $MAGICK_HOME/share/ImageMagick-6.6.9/config
       $PREFIX/share/ImageMagick-6.6.9  $HOME/.magick/
       <client path>/lib/ImageMagick-6.6.9/
    diff --git a/www/search.html b/www/search.html
    index 6eea40cc0..abe63f97a 100644
    --- a/www/search.html
    +++ b/www/search.html
    @@ -184,7 +184,7 @@
       Druckerei
     
     
     
     
    diff --git a/www/sponsors.html b/www/sponsors.html
    index 9238f778d..4f56886cd 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 22870685b..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..3cabba9e3 100644
    --- a/www/subversion.html
    +++ b/www/subversion.html
    @@ -184,7 +184,7 @@
       Druckerei
     
     
     
     
    
    ImageMagick-6.6.9-1-Q16-windows-dll.exedownloaddownloadImageMagick-6.6.9-2-Q16-windows-dll.exedownloaddownload Win32 dynamic at 16 bits-per-pixel
    ImageMagick-6.6.9-1-Q16-windows-static.exedownloaddownloadImageMagick-6.6.9-2-Q16-windows-static.exedownloaddownload Win32 static at 16 bits-per-pixel
    ImageMagick-6.6.9-1-Q8-windows-dll.exedownloaddownloadImageMagick-6.6.9-2-Q8-windows-dll.exedownloaddownload Win32 dynamic at 8 bits-per-pixel
    ImageMagick-6.6.9-1-Q8-windows-static.exedownloaddownloadImageMagick-6.6.9-2-Q8-windows-static.exedownloaddownload Win32 static at 8 bits-per-pixel
    ImageMagick-6.6.9-1-Q16-windows-x64-dll.exedownloaddownloadImageMagick-6.6.9-2-Q16-windows-x64-dll.exedownloaddownload Win64 dynamic at 16 bits-per-pixel
    ImageMagick-6.6.9-1-Q16-windows-x64-static.exedownloaddownloadImageMagick-6.6.9-2-Q16-windows-x64-static.exedownloaddownload Win64 static at 16 bits-per-pixel