From: cristy Date: Sat, 14 Aug 2010 23:32:38 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9043 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05f0f2168e99e73ba2c3bff1acff6337b1612d0f;p=imagemagick --- diff --git a/ImageMagick.spec b/ImageMagick.spec index ebea372e7..67c0df863 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %global VERSION 6.6.3 -%global Patchlevel 6 +%global Patchlevel 7 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index a6dbf6fcd..b901aec62 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,8 +8,8 @@ - - + + diff --git a/libtool b/libtool index e819f76fe..85212d22e 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.3-6 +# Generated automatically by config.status (ImageMagick) 6.6.3-7 # 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 c2c66891c..e8de77e62 100644 --- a/magick/version.h +++ b/magick/version.h @@ -30,11 +30,11 @@ extern "C" { #define MagickLibVersion 0x663 #define MagickLibVersionText "6.6.3" #define MagickLibVersionNumber 4,0,0 -#define MagickLibAddendum "-6" +#define MagickLibAddendum "-7" #define MagickLibInterface 4 #define MagickLibMinInterface 4 -#define MagickReleaseDate "2010-08-13" -#define MagickChangeDate "20100812" +#define MagickReleaseDate "2010-08-14" +#define MagickChangeDate "20100813" #define MagickAuthoritativeURL "http://www.imagemagick.org" #define MagickFeatures "OpenMP " #define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.6.3/index.html" diff --git a/version.sh b/version.sh index afb3c5aa3..d9a84e0b2 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.3' PACKAGE_LIB_VERSION="0x663" -PACKAGE_RELEASE="6" +PACKAGE_RELEASE="7" PACKAGE_LIB_VERSION_NUMBER="6,6,3,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index 60fa22191..ad2afff7e 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index 98209b0ae..293498ac7 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -145,7 +145,7 @@ Druckerei Online @@ -191,7 +191,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.3-5 $magick> ./configure

+

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

@@ -543,7 +543,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.3-5.tar.gz $magick> cd ImageMagick-6.6.3-5

Configure ImageMagick:

+

$magick> tar xvfz ImageMagick-6.6.3-6.tar.gz $magick> cd ImageMagick-6.6.3-6

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/ \
@@ -563,7 +563,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.3-?.tar.bz2 $magick> cd ImageMagick-6.6.3-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

+

$magick> tar jxvf ImageMagick-6.6.3-?.tar.bz2 $magick> cd ImageMagick-6.6.3-6 $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 749b5e1d4..003aa9c57 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -145,7 +145,7 @@ Druckerei Online
@@ -443,7 +443,7 @@
  1. Double-click on - VisualMagick/bin/ImageMagick-6.6.3-5-Q16-windows-dll.exe + VisualMagick/bin/ImageMagick-6.6.3-6-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 fa1eb13ba..86e62bb2d 100644 --- a/www/animate.html +++ b/www/animate.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/api.html b/www/api.html index 6d34cd062..00cb3ad62 100644 --- a/www/api.html +++ b/www/api.html @@ -145,7 +145,7 @@ Druckerei Online @@ -175,7 +175,7 @@

Ada

-

G2F implements an Ada 95 binding to a subset of the low-level MagickCore library.

+

G2F implements an Ada 95 binding to a subset of the low-level MagickCore library.

C

@@ -187,7 +187,7 @@

Ch

-

ChMagick is a Ch binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.

+

ChMagick is a Ch binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.

COM+

@@ -199,31 +199,31 @@

C++

-

Magick++ provides an object-oriented C++ interface to ImageMagick. See A Gentle Introduction to Magick++ for an introductory tutorial to Magick++. We include the source if you want to correct, enhance, or expand the tutorial.

+

Magick++ provides an object-oriented C++ interface to ImageMagick. See A Gentle Introduction to Magick++ for an introductory tutorial to Magick++. We include the source if you want to correct, enhance, or expand the tutorial.

Java

-

JMagick provides an object-oriented Java interface to ImageMagick. Im4java is a pure-java interface to the ImageMagick command-line.

+

JMagick provides an object-oriented Java interface to ImageMagick. Im4java is a pure-java interface to the ImageMagick command-line.

LabVIEW

-

LVOOP ImageMagick is an object-oriented LabVIEW interface to ImageMagick.

+

LVOOP ImageMagick is an object-oriented LabVIEW interface to ImageMagick.

Lisp

-

CL-Magick provides a Common Lisp interface to the ImageMagick library.

+

CL-Magick provides a Common Lisp interface to the ImageMagick library.

Neko

-

NMagick is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.

+

NMagick is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.

.NET

@@ -237,7 +237,7 @@

Pascal

-

PascalMagick a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.

+

PascalMagick a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.

Perl

@@ -249,50 +249,50 @@

PHP

-

MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.

+

MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.

-

IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.

+

IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.

-

phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.

+

phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.

Python

-

PythonMagickWand is an object-oriented Python interface to MagickWand based on ctypes.

+

PythonMagickWand is an object-oriented Python interface to MagickWand based on ctypes.

-

PythonMagick is an object-oriented Python interface to ImageMagick.

+

PythonMagick is an object-oriented Python interface to ImageMagick.

REALbasic

-

The MBS Realbasic ImageMagick is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.

+

The MBS Realbasic ImageMagick is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.

Ruby

-

RMagick is an interface between the Ruby programming language and the MagickCore image processing libraries. Get started with RMagick by perusing the documentation.

+

RMagick is an interface between the Ruby programming language and the MagickCore image processing libraries. Get started with RMagick by perusing the documentation.

-

MagickWand for Ruby is an interface between the Ruby programming language and the MagickWand image processing libraries. Get started with MagickWand for PHP by perusing the documentation.

+

MagickWand for Ruby is an interface between the Ruby programming language and the MagickWand image processing libraries. Get started with MagickWand for PHP by perusing the documentation.

-

MiniMagick is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.

+

MiniMagick is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.

-

QuickMagick is a gem for easily accessing ImageMagick command line tools from Ruby programs.

+

QuickMagick is a gem for easily accessing ImageMagick command line tools from Ruby programs.

Tcl/Tk

-

TclMagick a native Tcl-extension to the ImageMagick MagickWand API.

+

TclMagick a native Tcl-extension to the ImageMagick MagickWand API.

XML RPC

-

RemoteMagick is an XML-RPC web service that creates image thumbnails.

+

RemoteMagick is an XML-RPC web service that creates image thumbnails.

diff --git a/www/api/cache-view.html b/www/api/cache-view.html index 6bfe5b9c3..a47676347 100644 --- a/www/api/cache-view.html +++ b/www/api/cache-view.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/cache.html b/www/api/cache.html index 0ee623548..133b7771f 100644 --- a/www/api/cache.html +++ b/www/api/cache.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/color.html b/www/api/color.html index e4ef40855..c0043bd11 100644 --- a/www/api/color.html +++ b/www/api/color.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/colormap.html b/www/api/colormap.html index befe94227..44452265d 100644 --- a/www/api/colormap.html +++ b/www/api/colormap.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/compare.html b/www/api/compare.html index 583966d8a..4d31b5c89 100644 --- a/www/api/compare.html +++ b/www/api/compare.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/composite.html b/www/api/composite.html index 18eab339e..c6017d9cf 100644 --- a/www/api/composite.html +++ b/www/api/composite.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/constitute.html b/www/api/constitute.html index adfa74307..a1d50bc7f 100644 --- a/www/api/constitute.html +++ b/www/api/constitute.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/decorate.html b/www/api/decorate.html index 493fdcb2d..9d903f085 100644 --- a/www/api/decorate.html +++ b/www/api/decorate.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/display.html b/www/api/display.html index 7b8870778..1bf5eca9b 100644 --- a/www/api/display.html +++ b/www/api/display.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/distort.html b/www/api/distort.html index 3768a8d2c..dabd735eb 100644 --- a/www/api/distort.html +++ b/www/api/distort.html @@ -144,6 +144,9 @@ + diff --git a/www/api/draw.html b/www/api/draw.html index 0dcc6088d..95f0d421b 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html index 27d86237c..4b6c9fd79 100644 --- a/www/api/drawing-wand.html +++ b/www/api/drawing-wand.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/effect.html b/www/api/effect.html index 3a3367068..a1f2ec76e 100644 --- a/www/api/effect.html +++ b/www/api/effect.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/enhance.html b/www/api/enhance.html index 8e75c2754..a767bcf71 100644 --- a/www/api/enhance.html +++ b/www/api/enhance.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/feature.html b/www/api/feature.html index ed666d33c..42a459f25 100644 --- a/www/api/feature.html +++ b/www/api/feature.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/image-view.html b/www/api/image-view.html index f1a18d517..22ca6f7fb 100644 --- a/www/api/image-view.html +++ b/www/api/image-view.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/list.html b/www/api/list.html index 587bab3ee..13f9204fb 100644 --- a/www/api/list.html +++ b/www/api/list.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html index 5a7e85f64..043f01d48 100644 --- a/www/api/magick-deprecate.html +++ b/www/api/magick-deprecate.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/magick-image.html b/www/api/magick-image.html index 144f96141..a062d1fa4 100644 --- a/www/api/magick-image.html +++ b/www/api/magick-image.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/magick-property.html b/www/api/magick-property.html index e06c67f88..edbf3c5a7 100644 --- a/www/api/magick-property.html +++ b/www/api/magick-property.html @@ -144,9 +144,6 @@ - diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html index d5b91b710..44b559305 100644 --- a/www/api/magick-wand.html +++ b/www/api/magick-wand.html @@ -144,6 +144,9 @@ + diff --git a/www/api/magick.html b/www/api/magick.html index 670deb346..d64f37595 100644 --- a/www/api/magick.html +++ b/www/api/magick.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/module.html b/www/api/module.html index c8c57bb03..2ef669162 100644 --- a/www/api/module.html +++ b/www/api/module.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/montage.html b/www/api/montage.html index dcb74cab7..27c69e01c 100644 --- a/www/api/montage.html +++ b/www/api/montage.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/morphology.html b/www/api/morphology.html index e4e238bc4..8ae3327bb 100644 --- a/www/api/morphology.html +++ b/www/api/morphology.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/paint.html b/www/api/paint.html index b39d1e851..f2f37dc17 100644 --- a/www/api/paint.html +++ b/www/api/paint.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html index 7b678915e..eec573501 100644 --- a/www/api/pixel-iterator.html +++ b/www/api/pixel-iterator.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html index 54e0601db..110c12318 100644 --- a/www/api/pixel-wand.html +++ b/www/api/pixel-wand.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/property.html b/www/api/property.html index 5fc9746e4..748016d6b 100644 --- a/www/api/property.html +++ b/www/api/property.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/quantize.html b/www/api/quantize.html index 410c9d8ba..485774aab 100644 --- a/www/api/quantize.html +++ b/www/api/quantize.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/registry.html b/www/api/registry.html index e755634ee..37abfaf7c 100644 --- a/www/api/registry.html +++ b/www/api/registry.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/resize.html b/www/api/resize.html index 42784d648..5f9f788d0 100644 --- a/www/api/resize.html +++ b/www/api/resize.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/segment.html b/www/api/segment.html index 0a360ae39..e35d32b2f 100644 --- a/www/api/segment.html +++ b/www/api/segment.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/signature.html b/www/api/signature.html index 2c3b6afea..f0ebfbcb2 100644 --- a/www/api/signature.html +++ b/www/api/signature.html @@ -144,9 +144,6 @@ - diff --git a/www/api/transform.html b/www/api/transform.html index a5f4e2075..63b549613 100644 --- a/www/api/transform.html +++ b/www/api/transform.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/version.html b/www/api/version.html index 90d6f9366..f27e8bb57 100644 --- a/www/api/version.html +++ b/www/api/version.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/wand-view.html b/www/api/wand-view.html index 56ab22549..7cc316bcc 100644 --- a/www/api/wand-view.html +++ b/www/api/wand-view.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/architecture.html b/www/architecture.html index 9b7aff8d9..d6e20ac0e 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -145,7 +145,7 @@ Druckerei Online @@ -254,7 +254,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.3-5 2010-08-08 Q16 http://www.imagemagick.org

+

$magick> identify -versionVersion: ImageMagick 6.6.3-6 2010-08-08 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 45262d303..a5357030a 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -145,7 +145,7 @@ Druckerei Online @@ -189,16 +189,16 @@ - ImageMagick-6.6.3-5.i386.rpm - download - download + ImageMagick-6.6.3-6.i386.rpm + download + download CentOS 5.4 i386 RPM - ImageMagick-6.6.3-5.x86_64.rpm - download - download + ImageMagick-6.6.3-6.x86_64.rpm + download + download CentOS 5.4 x86_64 RPM @@ -228,7 +228,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.3-5.i386.rpm

+

$magick> rpm -Uvh ImageMagick-6.6.3-6.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

@@ -310,7 +310,7 @@

ImageMagick runs on all recent Windows releases except Windows 95 / 98. We recommend its use on an NT-based version of Windows (NT4, 2000, 2003, XP, or Vista). Starting with ImageMagick 5.5.7, older versions such as Windows 95 / 98 are not supported anymore. The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 256 MB of RAM is recommended, but the more RAM the better. Although ImageMagick runs fine on a single core computer, it automagically runs in parallel on dual and quad-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.3-5-Q16-windows-dll.exe.

+ImageMagick-6.6.3-6-Q16-windows-dll.exe.

@@ -322,44 +322,44 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + diff --git a/www/changelog.html b/www/changelog.html index 4b1b6f2a7..a7ebb6e3f 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -145,7 +145,7 @@ Druckerei Online @@ -167,7 +167,10 @@
-
    2010-08-12 6.6.3-5 Cristy <quetzlzacatenango@image...>
    +
      2010-08-13 6.6.3-6 Cristy <quetzlzacatenango@image...>
      +
    • The AdobeRgb.tif TIFF image no longer faults under Windows (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=16838).
    • +
    • Add -subimage-search option to the compare utility.

    • +
      2010-08-12 6.6.3-5 Cristy <quetzlzacatenango@image...>
    • The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=16833).

    • 2010-08-10 6.6.3-5 Glenn Randers-Pehrson <glennrp@image...>
    • Emit a warning if the PNG encoder can't satisfy the color type and bit depth requested with a "-define" directive.

    • @@ -175,8 +178,7 @@
    • The orient option sometimes improperly set "undefined" (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=16795).
    • Only list orientation options for the -list orientation option (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=16801).
    • Return proper standard deviation for combined channels (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=16786).
    • -
    • Handle transparency properly for the PSD image format.
    • -
    • Add -subimage-search option to the compare utility.

    • +
    • Handle transparency properly for the PSD image format.

    • 2010-08-05 6.6.3-3 Glenn Randers-Pehrson <glennrp@image...>
    • Properly map PNG intent to image->rendering_intent

    • 2010-08-01 6.6.3-3 Cristy <quetzlzacatenango@image...>
      diff --git a/www/cipher.html b/www/cipher.html index e85023952..06178efd9 100644 --- a/www/cipher.html +++ b/www/cipher.html @@ -146,7 +146,7 @@ Druckerei Online
diff --git a/www/color.html b/www/color.html index 7d02986b3..1b0c0c2c0 100644 --- a/www/color.html +++ b/www/color.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/command-line-processing.html b/www/command-line-processing.html index 386f69341..f8768d73e 100644 --- a/www/command-line-processing.html +++ b/www/command-line-processing.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/command-line-tools.html b/www/command-line-tools.html index 5e168ff8d..81d49f7e2 100644 --- a/www/command-line-tools.html +++ b/www/command-line-tools.html @@ -145,7 +145,7 @@ Druckerei Online @@ -169,11 +169,11 @@ -

ImageMagick includes a number of command-line utilities for manipulating images. Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as gimp or Photoshop. However, a GUI is not always convenient. Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image. For these types of operations, the command-line image processing utility is appropriate.

+

ImageMagick includes a number of command-line utilities for manipulating images. Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as gimp or Photoshop. However, a GUI is not always convenient. Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image. For these types of operations, the command-line image processing utility is appropriate.

The ImageMagick command-line tools exit with a status of 0 if the command line arguments have a proper syntax and no problems are encountered. Expect a descriptive message and an exit status of 1 if any exception occurs such as improper syntax, a problem reading or writing an image, or any other problem that prevents the command from completing successfully.

-

In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves. If you are just getting acquainted with ImageMagick, start with the convert program. Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to convert, compose, or edit images from the command-line.

+

In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves. If you are just getting acquainted with ImageMagick, start with the convert program. Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to convert, compose, or edit images from the command-line.

animate

diff --git a/www/compare.html b/www/compare.html index 69291049a..a38a7306c 100644 --- a/www/compare.html +++ b/www/compare.html @@ -146,7 +146,7 @@ Druckerei Online
diff --git a/www/composite.html b/www/composite.html index a26e639ac..fc9612082 100644 --- a/www/composite.html +++ b/www/composite.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/contact.html b/www/contact.html index d3f90b2ca..e3c19cc29 100644 --- a/www/contact.html +++ b/www/contact.html @@ -145,7 +145,7 @@ Druckerei Online @@ -175,7 +175,7 @@

Contact the Development Team

-

Use this form to contact the ImageMagick Wizards for any of the issues listed below. You can expect a reply within 24-48 hours if your message is on topic and is a sponsorshp, license, or security issue. The bug and documentation issues are for reporting only. For any other issue, post your message to the discourse server.

+

Use this form to contact the ImageMagick Wizards for any of the issues listed below. You can expect a reply within 24-48 hours if your message is on topic and is a sponsorshp, license, or security issue. The bug and documentation issues are for reporting only. For any other issue, post your message to the discourse server.

Contact the Wizards

Enter this code, diff --git a/www/display.html b/www/display.html index 5af597d44..6b4b34d6c 100644 --- a/www/display.html +++ b/www/display.html @@ -146,7 +146,7 @@ Druckerei Online

diff --git a/www/download.html b/www/download.html index 1e7cc4714..582d06276 100644 --- a/www/download.html +++ b/www/download.html @@ -169,7 +169,7 @@

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.3-5.

+

The latest release of ImageMagick is version 6.6.3-6.

Australia
ftp://mirror.aarnet.edu.au/pub/ImageMagick/
diff --git a/www/escape.html b/www/escape.html index dd6352810..5cbfbff2d 100644 --- a/www/escape.html +++ b/www/escape.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/examples.html b/www/examples.html index 9f6d07aec..945349037 100644 --- a/www/examples.html +++ b/www/examples.html @@ -145,7 +145,7 @@ Druckerei Online @@ -167,7 +167,7 @@
-

Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script. You can generate this image yourself with this PerlMagick script, examples.pl.


+

Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script. You can generate this image yourself with this PerlMagick script, examples.pl.


[ImageMagick] diff --git a/www/exception.html b/www/exception.html index 434b3eea2..9775b75ac 100644 --- a/www/exception.html +++ b/www/exception.html @@ -145,7 +145,7 @@ Druckerei Online
diff --git a/www/fx.html b/www/fx.html index d9d57f0f8..0511f47be 100644 --- a/www/fx.html +++ b/www/fx.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html index 1e0adae82..a033d28a5 100644 --- a/www/high-dynamic-range.html +++ b/www/high-dynamic-range.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/history.html b/www/history.html index 32d5f2e7f..24fb02abc 100644 --- a/www/history.html +++ b/www/history.html @@ -145,7 +145,7 @@ Druckerei Online @@ -179,7 +179,7 @@ I swear by my life and my love of it that I will never live for the sake of anot

The next generation of ImageMagick, version 5, started when Bob Friesenhahn contacted me and suggested I improve the application programming interface so users could leverage the image-processing algorithms from other languages or scripts. Bob also wrote a C++ wrapper for ImageMagick called Magick++, and began contributing enhancements such as the module loader facility, automatic file identification, and test suites. In the mean-time, the project picked up a few other notable contributors: Glenn Randers-Pehrson, William Radcliffe, and Leonard Rosenthol. By now, ImageMagick was being utilized by tens of thousands of users, who reacted gruffly when a new release broke an existing API call or script. The other members of the group wanted to freeze the API and command line but I was not quite ready, since ImageMagick was not quite what I had envisioned it could be. Bob and the others created a fork of ImageMagick while I continued to develop ImageMagick.

-

I did not work alone for long. Anthony Thyssen contacted me about deficiencies in the ImageMagick command line programs. He pointed out that the command line was confusing when dealing with more than one image. He suggested an orderly, well-defined method for dealing with the command line, and this became ImageMagick version 6 (the current release). His efforts are detailed on his web pages, Examples of ImageMagick Usage. I highly recommend that you peruse his site. He has illustrated the power of ImageMagick in ways that even I did not know were possible.

+

I did not work alone for long. Anthony Thyssen contacted me about deficiencies in the ImageMagick command line programs. He pointed out that the command line was confusing when dealing with more than one image. He suggested an orderly, well-defined method for dealing with the command line, and this became ImageMagick version 6 (the current release). His efforts are detailed on his web pages, Examples of ImageMagick Usage. I highly recommend that you peruse his site. He has illustrated the power of ImageMagick in ways that even I did not know were possible.

Another notable contributer, Fred Weinhaus, makes available a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.

diff --git a/www/identify.html b/www/identify.html index de3a9565e..d32b44ccf 100644 --- a/www/identify.html +++ b/www/identify.html @@ -237,7 +237,7 @@ Tainted: False
Filesize: 3.97266kb
Number pixels: 3.14453kb
- Version: ImageMagick 6.6.3-5 2010-08-08 Q16 http://www.imagemagick.org

+ Version: ImageMagick 6.6.3-6 2010-08-08 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/install-source.html b/www/install-source.html index e7bb083ac..51d5b55a1 100644 --- a/www/install-source.html +++ b/www/install-source.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/links.html b/www/links.html index 1c47d261b..59ebb2efe 100644 --- a/www/links.html +++ b/www/links.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html index fc42e109c..89dc29939 100644 --- a/www/magick-vector-graphics.html +++ b/www/magick-vector-graphics.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/magick-wand.html b/www/magick-wand.html index 6abd6f83e..1fa4302ac 100644 --- a/www/magick-wand.html +++ b/www/magick-wand.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/mirrors.html b/www/mirrors.html index 220f7bdc3..95ea9988d 100644 --- a/www/mirrors.html +++ b/www/mirrors.html @@ -170,9 +170,9 @@

The ImageMagick web site is available from a variety of web mirrors around the world listed below.

France
-
http://imagemagick.europnews.de/

+
http://imagemagick.europnews.de/

Unites States
-
http://www.imagemagick.org/
+
http://www.imagemagick.org/

If you want to add a new web-site mirror, please contact us.

diff --git a/www/montage.html b/www/montage.html index 511f33f0b..58b8497f0 100644 --- a/www/montage.html +++ b/www/montage.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/motion-picture.html b/www/motion-picture.html index a9a116945..81ea871be 100644 --- a/www/motion-picture.html +++ b/www/motion-picture.html @@ -145,6 +145,9 @@ + diff --git a/www/perl-magick.html b/www/perl-magick.html index 08c9ea7c9..277151c5f 100644 --- a/www/perl-magick.html +++ b/www/perl-magick.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/resources.html b/www/resources.html index f767270ec..1b6341aa1 100644 --- a/www/resources.html +++ b/www/resources.html @@ -144,9 +144,6 @@ - diff --git a/www/sitemap.html b/www/sitemap.html index 16ce306b2..989e88ad6 100644 --- a/www/sitemap.html +++ b/www/sitemap.html @@ -178,7 +178,7 @@
Introduction: convert, edit, and compose images from the command-line or program interface.
Examples of ImageMagick usage: a few examples that show what you can do with an image using ImageMagick.
-
Anthony Thyssen's examples of ImageMagick usage: a comprehensive tutorial of using ImageMagick from the command line.
+
Anthony Thyssen's examples of ImageMagick usage: a comprehensive tutorial of using ImageMagick from the command line.
Color names: how to specify a color name, a hex color, or a numerical RGB, RGBA, HSL, HSLA, CMYK, or CMYKA color.
Resources: ImageMagick depends on external resources including configuration files, loadable modules, fonts, and environment variables.
Architecture: get to know more about the software and algorithms behind ImageMagick.
@@ -192,12 +192,12 @@
Download ImageMagick: ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors.
@@ -236,7 +236,7 @@
Command line processing: the anatomy of the command line.
Command line options: annotated list of all options that can appear on the command-line.
Fx: apply a mathematical expression to an image or image channels.
-
Fred's ImageMagick Scripts: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.
+
Fred's ImageMagick Scripts: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.
@@ -246,21 +246,21 @@
Program interfaces: application programming interfaces.
    -
    ChMagick: is a Ch an embeddable MagickCore C/C++ interpreter for cross-platform scripting.
    -
    CL-Magick: provides a Common Lisp interface to the ImageMagick library.
    -
    G2F: implements an Ada 95 binding to a subset of the low-level MagickCore library.
    -
    Magick++: provides an object-oriented C++ interface to ImageMagick.
    -
    IMagick: is a native PHP extension to create and modify images using the ImageMagick API.
    -
    JMagick: provides an object-oriented Java interface to ImageMagick.
    +
    ChMagick: is a Ch an embeddable MagickCore C/C++ interpreter for cross-platform scripting.
    +
    CL-Magick: provides a Common Lisp interface to the ImageMagick library.
    +
    G2F: implements an Ada 95 binding to a subset of the low-level MagickCore library.
    +
    Magick++: provides an object-oriented C++ interface to ImageMagick.
    +
    IMagick: is a native PHP extension to create and modify images using the ImageMagick API.
    +
    JMagick: provides an object-oriented Java interface to ImageMagick.
    MagickCore: C API, recommended for wizard-level developers.
    MagickWand: convert, compose, and edit images from the C language.
    -
    MagickWand for PHP: a native PHP-extension to the ImageMagick MagickWand API.
    -
    nMagick: is a port of the ImageMagick library to the haXe and Neko platforms.
    -
    PascalMagick: a Pascal binding for the MagickWand API and also the low-level MagickCore library.
    +
    MagickWand for PHP: a native PHP-extension to the ImageMagick MagickWand API.
    +
    nMagick: is a port of the ImageMagick library to the haXe and Neko platforms.
    +
    PascalMagick: a Pascal binding for the MagickWand API and also the low-level MagickCore library.
    PerlMagick: convert, compose, and edit images from the Perl language.
    -
    PythonMagick: an object-oriented Python interface to ImageMagick.
    -
    RMagick: is an interface between the Ruby programming language and ImageMagick.
    -
    TclMagick: a native Tcl-extension to the ImageMagick MagickWand API.
    +
    PythonMagick: an object-oriented Python interface to ImageMagick.
    +
    RMagick: is an interface between the Ruby programming language and ImageMagick.
    +
    TclMagick: a native Tcl-extension to the ImageMagick MagickWand API.
@@ -280,8 +280,8 @@
-
Definitive Guide to ImageMagick: this book explains ImageMagick in a practical, learn-by-example fashion.
-
ImageMagick Tricks: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.
+
Definitive Guide to ImageMagick: this book explains ImageMagick in a practical, learn-by-example fashion.
+
ImageMagick Tricks: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.
Discourse server: get help from fellow ImageMagick users and developers, post to these forums.
Contact the Wizards: for bug reports (only if you do not want to sign up to the discourse server), a source or documentation patch, a security or license issue, or if you want to be a sponsor of the ImageMagick project.
@@ -291,7 +291,7 @@
-
Report bugs and vulnerabilities: our highest priority is to fix security defects and bug reports, usually within 48 hours of your report. The bug discourse server requires that you register. If you do not want to register, you can contact the ImageMagick developers with a convenient web form.
+
Report bugs and vulnerabilities: our highest priority is to fix security defects and bug reports, usually within 48 hours of your report. The bug discourse server requires that you register. If you do not want to register, you can contact the ImageMagick developers with a convenient web form.
Sponsor ImageMagick: contribute bug fixes, enhancements, hardware, funds, etc. to ensure the ImageMagick project thrives.
ImageMagick t-shirt: donate $25 USD and we acknowledge your gift with a logoed t-shirt.
@@ -317,8 +317,8 @@

Technology Sandbox

-
Fourier Transform Processing With ImageMagick
-
ImageMagick v6 Examples -- Fourier Transforms
+
Fourier Transform Processing With ImageMagick
+
ImageMagick v6 Examples -- Fourier Transforms
diff --git a/www/sponsors.html b/www/sponsors.html index eb109341d..634fc58bb 100644 --- a/www/sponsors.html +++ b/www/sponsors.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/stream.html b/www/stream.html index 0cd7ad51e..23ab454c6 100644 --- a/www/stream.html +++ b/www/stream.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/t-shirt.html b/www/t-shirt.html index 081004205..7398c77e5 100644 --- a/www/t-shirt.html +++ b/www/t-shirt.html @@ -145,7 +145,7 @@ Druckerei Online
ImageMagick-6.6.3-5-Q16-windows-dll.exedownloaddownloadImageMagick-6.6.3-6-Q16-windows-dll.exedownloaddownload Win32 dynamic at 16 bits-per-pixel
ImageMagick-6.6.3-5-Q16-windows-static.exedownloaddownloadImageMagick-6.6.3-6-Q16-windows-static.exedownloaddownload Win32 static at 16 bits-per-pixel
ImageMagick-6.6.3-5-Q16-windows-x64-dll.exedownloaddownloadImageMagick-6.6.3-6-Q16-windows-x64-dll.exedownloaddownload x64 dynamic at 16 bits-per-pixel
ImageMagick-6.6.3-5-Q16-windows-x64-static.exedownloaddownloadImageMagick-6.6.3-6-Q16-windows-x64-static.exedownloaddownload x64 static at 16 bits-per-pixel
ImageMagick-6.6.3-5-Q8-windows-dll.exedownloaddownloadImageMagick-6.6.3-6-Q8-windows-dll.exedownloaddownload Win32 dynamic at 8 bits-per-pixel
ImageMagick-6.6.3-5-Q8-windows-static.exedownloaddownloadImageMagick-6.6.3-6-Q8-windows-static.exedownloaddownload Win32 static at 8 bits-per-pixel