From 94d457c7b64a67034cd8bee7e9abd9cc3914061b Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 14 Sep 2009 20:06:37 +0000 Subject: [PATCH] --- version.sh | 2 +- www/ImageMagickObject.html | 7 +- www/advanced-unix-installation.html | 10 +-- www/advanced-windows-installation.html | 6 +- www/api.html | 44 ++++++------ www/api/animate.html | 5 +- www/api/blob.html | 3 - www/api/cache-view.html | 2 +- www/api/cache.html | 5 +- www/api/cipher.html | 3 + www/api/constitute.html | 5 +- www/api/decorate.html | 5 +- www/api/deprecate.html | 3 + www/api/display.html | 2 +- www/api/distort.html | 2 +- www/api/draw.html | 3 - www/api/drawing-wand.html | 3 - www/api/effect.html | 2 +- www/api/enhance.html | 3 - www/api/exception.html | 2 +- www/api/fx.html | 2 +- www/api/histogram.html | 5 +- www/api/image.html | 3 - www/api/magick-property.html | 2 +- www/api/magick-wand.html | 2 +- www/api/memory.html | 2 +- www/api/module.html | 5 +- www/api/monitor.html | 5 +- www/api/montage.html | 2 +- www/api/paint.html | 2 +- www/api/pixel-view.html | 5 +- www/api/profile.html | 5 +- www/api/property.html | 2 +- www/api/resize.html | 3 + www/api/segment.html | 5 +- www/api/shear.html | 3 - www/api/signature.html | 2 +- www/api/transform.html | 2 +- www/architecture.html | 2 +- www/binary-releases.html | 56 ++++++++-------- www/changelog.html | 10 ++- www/cipher.html | 3 + www/command-line-options.html | 10 +-- www/command-line-processing.html | 7 -- www/command-line-tools.html | 9 +-- www/composite.html | 3 - www/conjure.html | 2 +- www/contact.html | 4 +- www/convert.html | 3 + www/download.html | 5 +- www/examples.html | 7 +- www/exception.html | 2 +- www/formats.html | 4 +- www/high-dynamic-range.html | 2 +- www/history.html | 4 +- www/identify.html | 4 +- www/import.html | 2 +- www/install-source.html | 10 +-- www/jp2.html | 2 +- www/license.html | 2 +- www/links.html | 93 +++++++++++++------------- www/magick-core.html | 3 + www/magick-vector-graphics.html | 5 +- www/mailing-list.html | 8 +-- www/miff.html | 3 - www/mirrors.html | 4 +- www/montage.html | 3 - www/motion-picture.html | 3 - www/perl-magick.html | 8 +-- www/quantize.html | 2 +- www/resources.html | 36 +++++----- www/search.html | 5 +- www/sitemap.html | 51 +++++++------- www/sponsors.html | 3 - www/stream.html | 2 +- www/subversion.html | 6 +- www/t-shirt.html | 2 +- 77 files changed, 259 insertions(+), 305 deletions(-) diff --git a/version.sh b/version.sh index 67a1c95d6..7e83163d6 100644 --- a/version.sh +++ b/version.sh @@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick' # PACKAGE_NAME (e.g. "1.0.0"). PACKAGE_VERSION='6.5.6' PACKAGE_LIB_VERSION="0x656" -PACKAGE_RELEASE="0" +PACKAGE_RELEASE="1" PACKAGE_LIB_VERSION_NUMBER="6,5,6,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index 625dc173c..3d452e55f 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -123,9 +123,6 @@ Sponsors:
- @@ -164,7 +161,7 @@

ImageMagick provides a statically-built ImageMagick object as part of its Windows installation package. When this package is installed, ImageMagickObject and its sample programs are installed to this path:

-  c:\Program Files\ImageMagick-6.5.5-Q16\ImageMagickObject
+  c:\Program Files\ImageMagick-6.5.6-Q16\ImageMagickObject
 

The ImageMagickObject is registered if the checkbox, Register ImageMagickObject, is checked at install time.

@@ -207,7 +204,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index a8d54c9e4..2417f98d0 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -172,7 +172,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.5.5 $magick> ./configure

+

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

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

$magick> rpmbuild --rebuild ImageMagick.src.rpm

After the build you, locate the RPMS folder and install the ImageMagick binary RPM distribution:

-

$magick> rpm -ivh ImageMagick-6.5.5-?.*.rpm

+

$magick> rpm -ivh ImageMagick-6.5.6-?.*.rpm

Mac OS X-specific Build instructions

@@ -519,7 +519,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.5.5-10.tar.gz $magick> cd ImageMagick-6.5.5

Choose an architecture and set your CFLAGS environment variable. Here we set CFLAGS for an Intel build:

+

$magick> tar xvfz ImageMagick-6.5.6-0.tar.gz $magick> cd ImageMagick-6.5.6

Choose an architecture and set your CFLAGS environment variable. Here we set CFLAGS for an Intel build:

$magick> export CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk/ \
-arch i386 -I/sw/include/"

Set your LDFLAGS environment variable to:

$magick> export LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk/,-L/sw/lib/"

Configure ImageMagick:

@@ -548,7 +548,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.5.5-?.tar.bz2 $magick> cd ImageMagick-6.5.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.5.6-?.tar.bz2 $magick> cd ImageMagick-6.5.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

@@ -594,7 +594,7 @@ Options used to compile and link: Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index 9c27e37bb..7186b46e0 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -123,7 +123,7 @@
diff --git a/www/api.html b/www/api.html index 8fc8ae9e4..9f86bce04 100644 --- a/www/api.html +++ b/www/api.html @@ -123,7 +123,7 @@
-

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

@@ -171,7 +171,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+

@@ -183,31 +183,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

@@ -221,7 +221,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

@@ -233,50 +233,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

-

PythonMagick an object-oriented Python interface to ImageMagick.

+

PythonMagick an object-oriented Python interface to ImageMagick.

-

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

+

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

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.

@@ -285,7 +285,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/animate.html b/www/api/animate.html index 4cc832c8f..a6f2b2a90 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -183,7 +180,7 @@ _8c.html" target="source" name="AnimateImages">AnimateImages Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/blob.html b/www/api/blob.html index 0635f54a8..d4a67906d 100644 --- a/www/api/blob.html +++ b/www/api/blob.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/cache-view.html b/www/api/cache-view.html index fd023955c..78c051f05 100644 --- a/www/api/cache-view.html +++ b/www/api/cache-view.html @@ -573,7 +573,7 @@ _8c.html" target="source" name="SyncCacheViewAuthenticPixels">SyncCacheViewAuthe Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/cache.html b/www/api/cache.html index 9fbadf10b..0336f3bf7 100644 --- a/www/api/cache.html +++ b/www/api/cache.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -512,7 +509,7 @@ _8c.html" target="source" name="SyncAuthenticPixels">SyncAuthenticPixels Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/cipher.html b/www/api/cipher.html index bd204d552..f505f820b 100644 --- a/www/api/cipher.html +++ b/www/api/cipher.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/api/constitute.html b/www/api/constitute.html index b670b2095..c83105220 100644 --- a/www/api/constitute.html +++ b/www/api/constitute.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -330,7 +333,7 @@ _8c.html" target="source" name="WriteImages">WriteImages Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/decorate.html b/www/api/decorate.html index 7e4172a72..bebb8cc42 100644 --- a/www/api/decorate.html +++ b/www/api/decorate.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -233,7 +236,7 @@ _8c.html" target="source" name="RaiseImage">RaiseImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/deprecate.html b/www/api/deprecate.html index 7f5cfd4b2..10ab8777f 100644 --- a/www/api/deprecate.html +++ b/www/api/deprecate.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/api/display.html b/www/api/display.html index 805a5743f..0e149cc66 100644 --- a/www/api/display.html +++ b/www/api/display.html @@ -233,7 +233,7 @@ _8c.html" target="source" name="XDisplayBackgroundImage">XDisplayBackgroundImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/distort.html b/www/api/distort.html index 74be9f885..9ecb08da9 100644 --- a/www/api/distort.html +++ b/www/api/distort.html @@ -254,7 +254,7 @@ _8c.html" target="source" name="SparseColorImage">SparseColorImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/draw.html b/www/api/draw.html index 8aef9f8db..8ccd7b7d2 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html index ce307fcaf..34bd9419f 100644 --- a/www/api/drawing-wand.html +++ b/www/api/drawing-wand.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/effect.html b/www/api/effect.html index faf61eb4e..29dedb41a 100644 --- a/www/api/effect.html +++ b/www/api/effect.html @@ -685,7 +685,7 @@ _8c.html" target="source" name="UnsharpMaskImage">UnsharpMaskImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/enhance.html b/www/api/enhance.html index 610128f8a..7675c72d1 100644 --- a/www/api/enhance.html +++ b/www/api/enhance.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/exception.html b/www/api/exception.html index e2bcfbb38..4ab9a4f13 100644 --- a/www/api/exception.html +++ b/www/api/exception.html @@ -462,7 +462,7 @@ _8c.html" target="source" name="ThrowException">ThrowException Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/fx.html b/www/api/fx.html index cf8ea2431..601b78eab 100644 --- a/www/api/fx.html +++ b/www/api/fx.html @@ -123,7 +123,7 @@
diff --git a/www/api/memory.html b/www/api/memory.html index 9cbd314c0..3a7ceb900 100644 --- a/www/api/memory.html +++ b/www/api/memory.html @@ -401,7 +401,7 @@ _8c.html" target="source" name="SetMagickMemoryMethods">SetMagickMemoryMethods Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/module.html b/www/api/module.html index 827fadfe9..714a9fef2 100644 --- a/www/api/module.html +++ b/www/api/module.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -495,7 +498,7 @@ _8c.html" target="source" name="UnregisterModule">UnregisterModule Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/monitor.html b/www/api/monitor.html index 76f57ccd8..3a31bafa8 100644 --- a/www/api/monitor.html +++ b/www/api/monitor.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -227,7 +224,7 @@ _8c.html" target="source" name="SetImageInfoProgressMonitor">SetImageInfoProgres Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/montage.html b/www/api/montage.html index 8538cd8fc..a7c1bfad7 100644 --- a/www/api/montage.html +++ b/www/api/montage.html @@ -250,7 +250,7 @@ _8c.html" target="source" name="MontageImageList">MontageImageList Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/paint.html b/www/api/paint.html index 67d6ef72d..b9155c81b 100644 --- a/www/api/paint.html +++ b/www/api/paint.html @@ -323,7 +323,7 @@ _8c.html" target="source" name="TransparentPaintImageChroma">TransparentPaintIma Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/pixel-view.html b/www/api/pixel-view.html index b5b7cd47a..a42178477 100644 --- a/www/api/pixel-view.html +++ b/www/api/pixel-view.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -564,7 +567,7 @@ _8c.html" target="source" name="UpdatePixelViewIterator">UpdatePixelViewIterator Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/profile.html b/www/api/profile.html index 68c7cd522..eed70a7be 100644 --- a/www/api/profile.html +++ b/www/api/profile.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -376,7 +373,7 @@ _8c.html" target="source" name="SyncImageProfiles">SyncImageProfiles Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/property.html b/www/api/property.html index ae36799b8..8c0075e79 100644 --- a/www/api/property.html +++ b/www/api/property.html @@ -394,7 +394,7 @@ _8c.html" target="source" name="SetImageProperty">SetImageProperty Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/resize.html b/www/api/resize.html index 3e37dc58d..2bd90ea16 100644 --- a/www/api/resize.html +++ b/www/api/resize.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/api/segment.html b/www/api/segment.html index 4fedcb5c3..9d98e0537 100644 --- a/www/api/segment.html +++ b/www/api/segment.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -193,7 +190,7 @@ _8c.html" target="source" name="SegmentImage">SegmentImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/shear.html b/www/api/shear.html index a3ca528f1..5bc6984cb 100644 --- a/www/api/shear.html +++ b/www/api/shear.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/signature.html b/www/api/signature.html index 2dc8bbb34..e4f83d1db 100644 --- a/www/api/signature.html +++ b/www/api/signature.html @@ -176,7 +176,7 @@ _8c.html" target="source" name="SignatureImage">SignatureImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/transform.html b/www/api/transform.html index cd499c0cd..ce016dcc4 100644 --- a/www/api/transform.html +++ b/www/api/transform.html @@ -494,7 +494,7 @@ _8c.html" target="source" name="TrimImage">TrimImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/architecture.html b/www/architecture.html index 090ff1f13..a0ff0a299 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -234,7 +234,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 using the ‑version option, as with this command:

-

$magick> identify -versionVersion: ImageMagick 6.5.5-10 2009-09-15 Q16 http://www.imagemagick.org

+

$magick> identify -versionVersion: ImageMagick 6.5.6-0 2009-09-15 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).

diff --git a/www/binary-releases.html b/www/binary-releases.html index 73e03690d..3d9b44fda 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -170,16 +170,16 @@ - ImageMagick-6.5.5-10.i386.rpm - download - download + ImageMagick-6.5.6-0.i386.rpm + download + download Fedora Core 10 i386 RPM - ImageMagick-6.5.5-10.x86_64.rpm - download - download + ImageMagick-6.5.6-0.x86_64.rpm + download + download Fedora Core 10 x86_64 RPM @@ -216,7 +216,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.5.5-10.i386.rpm

+

$magick> rpm -Uvh ImageMagick-6.5.6-0.i386.rpm

For other systems, create (or choose) a directory to install the package into and change to that directory, for example:

$magick> cd $HOME

@@ -225,7 +225,7 @@

$magick> tar xvfz ImageMagick.tar.gz

Set the MAGICK_HOME environment variable to the path where you extracted the ImageMagick files. For example:

-

$magick> export MAGICK_HOME="$HOME/ImageMagick-6.5.5"

+

$magick> export MAGICK_HOME="$HOME/ImageMagick-6.5.6"

If the bin subdirectory of the extracted package is not already in your executable search path, add it to your PATH environment variable. For example:

$magick> export PATH="$MAGICK_HOME/bin:$PATH"

@@ -275,7 +275,7 @@

$magick> tar xvfz ImageMagick-i386-apple-darwin10.0.0.tar.gz

Set the MAGICK_HOME environment variable to the path where you extracted the ImageMagick files. For example:

-

$magick> export MAGICK_HOME="$HOME/ImageMagick-6.5.5"

+

$magick> export MAGICK_HOME="$HOME/ImageMagick-6.5.6"

If the bin subdirectory of the extracted package is not already in your executable search path, add it to your PATH environment variable. For example:

$magick> export PATH="$MAGICK_HOME/bin:$PATH"

@@ -298,7 +298,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.5.5-10-Q16-windows-dll.exe.

+ImageMagick-6.5.6-0-Q16-windows-dll.exe.

@@ -310,44 +310,44 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + +
ImageMagick-6.5.5-10-Q16-windows-dll.exedownloaddownloadImageMagick-6.5.6-0-Q16-windows-dll.exedownloaddownload Win32 dynamic at 16 bits-per-pixel
ImageMagick-6.5.5-10-Q16-windows-static.exedownloaddownloadImageMagick-6.5.6-0-Q16-windows-static.exedownloaddownload Win32 static at 16 bits-per-pixel
ImageMagick-6.5.5-10-Q16-windows-x64-static.exedownloaddownloadImageMagick-6.5.6-0-Q16-windows-x64-static.exedownloaddownload x64 static at 16 bits-per-pixel
ImageMagick-6.5.5-10-Q8-windows-dll.exedownloaddownloadImageMagick-6.5.6-0-Q8-windows-dll.exedownloaddownload Win32 dynamic at 8 bits-per-pixel
ImageMagick-6.5.5-10-Q8-windows-static.exedownloaddownloadImageMagick-6.5.6-0-Q8-windows-static.exedownloaddownload Win32 static at 8 bits-per-pixel
ImageMagick-6.5.5-Q16-windows.zipdownloaddownloadImageMagick-6.5.6-Q16-windows.zipdownloaddownload Portable Win32 static at 16 bits-per-pixel. This distribution does not include an installer and is most useful if you want to include ImageMagick in your own application distribution
diff --git a/www/changelog.html b/www/changelog.html index b5f449203..2a0ed55f4 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -148,7 +151,10 @@
-
    2009-09-11 6.5.5-10 Cristy <quetzlzacatenango@image...>
    +
      2009-09-13 6.5.6-0 Cristy <quetzlzacatenango@image...>
      +
    • Fix ICON alpha mask scanline pad.
    • +
    • Use -define jpeg:size to scale a JPEG image to the specified size.

    • +
      2009-09-11 6.5.5-10 Cristy <quetzlzacatenango@image...>
    • Return the global maximum threads to avoid the rare cache view assertions.
    • Throw an end-of-file exception for truncated raw gray images.

    • 2009-09-10 6.5.5-9 Cristy <quetzlzacatenango@image...>
      @@ -1226,7 +1232,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/cipher.html b/www/cipher.html index ac5914ecd..ef6e8b4a8 100644 --- a/www/cipher.html +++ b/www/cipher.html @@ -123,6 +123,9 @@ Sponsors:
+ diff --git a/www/command-line-options.html b/www/command-line-options.html index 4c79ffc9d..de58ef188 100644 --- a/www/command-line-options.html +++ b/www/command-line-options.html @@ -127,7 +127,7 @@
diff --git a/www/command-line-processing.html b/www/command-line-processing.html index d384479cb..8450082ca 100644 --- a/www/command-line-processing.html +++ b/www/command-line-processing.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -372,10 +369,6 @@

$magick> convert -channel RGB wand.png wizard.png images.png

-

Here we convert two JPEG images to TIFF. We want to subsample the first but not the second image so we reset the size option: -

- -

$magick> convert -size 640x480 image1.jpg +size image2.jpg image.tif

Image Operator

diff --git a/www/command-line-tools.html b/www/command-line-tools.html index f90c33971..fedde4120 100644 --- a/www/command-line-tools.html +++ b/www/command-line-tools.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -153,11 +150,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

@@ -232,7 +229,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/composite.html b/www/composite.html index 0641c040b..4589e9e02 100644 --- a/www/composite.html +++ b/www/composite.html @@ -123,9 +123,6 @@ Sponsors:
- diff --git a/www/conjure.html b/www/conjure.html index c09db71e5..e94dbabc2 100644 --- a/www/conjure.html +++ b/www/conjure.html @@ -303,7 +303,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/contact.html b/www/contact.html index 6df10dbbc..b74daedc4 100644 --- a/www/contact.html +++ b/www/contact.html @@ -165,7 +165,7 @@
  • sponsorship query for the ImageMagick project
  • -

    You will receive a reply within 24-48 hours if your submission is any of these topics. For all other topics, do not expect a reply. Instead post your message to the discourse server or the mailing list.

    +

    You will receive a reply within 24-48 hours if your submission is any of these topics. For all other topics, do not expect a reply. Instead post your message to the discourse server or the mailing list.

    Contact the Wizards

    Enter this code, @@ -215,7 +215,7 @@ Discourse ServerMailing Lists • - Studio + Studio  

    diff --git a/www/convert.html b/www/convert.html index d6a961907..3ec899363 100644 --- a/www/convert.html +++ b/www/convert.html @@ -123,6 +123,9 @@ Sponsors:
    + diff --git a/www/download.html b/www/download.html index 2725f5b53..cc3b13643 100644 --- a/www/download.html +++ b/www/download.html @@ -122,9 +122,6 @@ Sponsors:
    - @@ -153,7 +150,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.5.5-10.

    +

    The latest release of ImageMagick is version 6.5.6-0.

    Australia
    ftp://mirror.aarnet.edu.au/pub/ImageMagick/
    diff --git a/www/examples.html b/www/examples.html index d597606d8..c5377d732 100644 --- a/www/examples.html +++ b/www/examples.html @@ -122,9 +122,6 @@ Sponsors:
    - @@ -151,7 +148,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] @@ -164,7 +161,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/exception.html b/www/exception.html index 902d002f3..421b66ce3 100644 --- a/www/exception.html +++ b/www/exception.html @@ -351,7 +351,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/formats.html b/www/formats.html index be94bd32a..31ecc52db 100644 --- a/www/formats.html +++ b/www/formats.html @@ -528,7 +528,7 @@ the supported image formats.

    JPEG RW Joint Photographic Experts Group JFIF format - Requires jpegsrc.v6b.tar.gz. You can optionally define the DCT method, for example to specify the float method, use -define jpeg:dct-method=float. By default we compute optimal Huffman coding tables. Use -define jpeg:optimize-coding=false to use the default Huffman tables. + Requires jpegsrc.v6b.tar.gz. You can optionally define the DCT method, for example to specify the float method, use -define jpeg:dct-method=float. By default we compute optimal Huffman coding tables. Specify -define jpeg:optimize-coding=false to use the default Huffman tables. Finally you can size the image with jpeg:size, for example -define jpeg:size=128x128. @@ -1739,7 +1739,7 @@ the supported image formats.

    Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html index 1a0d9e987..9b561407b 100644 --- a/www/high-dynamic-range.html +++ b/www/high-dynamic-range.html @@ -179,7 +179,7 @@

    To verify HDRI is properly configured, look for "HDRI" in the version string:

    -

    $magick> identify -versionVersion: ImageMagick 6.5.5-10 2009-09-15 Q16 HDRI http://www.imagemagick.org

    +

    $magick> identify -versionVersion: ImageMagick 6.5.6-0 2009-09-15 Q16 HDRI http://www.imagemagick.org

    diff --git a/www/history.html b/www/history.html index 68b17838c..40501842d 100644 --- a/www/history.html +++ b/www/history.html @@ -159,7 +159,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. I alone 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.

    It has been 20 years since ImageMagick was first conceived, and it looks likely that it will be here for another 20 and beyond. The command line and the application programming interface are stable, but there is still work to do. We are currently working on improving the conjure utility, Scalable Vector Graphics (SVG) support, and adding better support for video formats.

    @@ -172,7 +172,7 @@ I swear by my life and my love of it that I will never live for the sake of anot Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/identify.html b/www/identify.html index 2a8e1488a..e5873df1e 100644 --- a/www/identify.html +++ b/www/identify.html @@ -218,7 +218,7 @@ Tainted: False
    Filesize: 3.97266kb
    Number pixels: 3.14453kb
    - Version: ImageMagick 6.5.5-10 2009-09-15 Q16 http://www.imagemagick.org

    + Version: ImageMagick 6.5.6-0 2009-09-15 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

    @@ -412,7 +412,7 @@ transparent, extract, background, or shape the alpha channel Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/import.html b/www/import.html index 1149233e8..70935b385 100644 --- a/www/import.html +++ b/www/import.html @@ -492,7 +492,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/install-source.html b/www/install-source.html index 428380a9b..b221548cb 100644 --- a/www/install-source.html +++ b/www/install-source.html @@ -168,7 +168,7 @@

    $magick> tar xvfz ImageMagick.tar.gz

    Next configure and compile ImageMagick:

    -

    $magick> cd ImageMagick-6.5.5 $magick> ./configure $magick> make

    +

    $magick> cd ImageMagick-6.5.6 $magick> ./configure $magick> make

    If ImageMagick configured and compiled without complaint, you are ready to install it on your system. Administrator privileges are required to install. To install, type

    $magick> sudo make install

    @@ -194,22 +194,22 @@

    You can unpack the distribution with WinZip or type the following from any MS-DOS Command Prompt window:

    $magick> unzip ImageMagick-windows.zip

    -

    Next, launch your Visual Studio IDE and choose Open->Project. Select the configure workspace from the ImageMagick-6.5.5/VisualMagick/configure folder and press Open. Choose Build->Build Solution +

    Next, launch your Visual Studio IDE and choose Open->Project. Select the configure workspace from the ImageMagick-6.5.6/VisualMagick/configure folder and press Open. Choose Build->Build Solution to compile the program and on completion run the program.

    [configure]

    -

    Press Next and click on the multi-threaded static build. If you are using the Visual Studio 6.0 IDE, make sure no check is next to the Generate Visual Studio 7 format option. Now press, on Next twice and finally Finish. The configuration utility just created a workspace required to build ImageMagick from source. Choose Open->Project and select the VisualStaticMT workspace from the ImageMagick-6.5.5/VisualMagick/ folder. Finally, choose Build->Build Solution to compile and build the ImageMagick distribution.

    +

    Press Next and click on the multi-threaded static build. If you are using the Visual Studio 6.0 IDE, make sure no check is next to the Generate Visual Studio 7 format option. Now press, on Next twice and finally Finish. The configuration utility just created a workspace required to build ImageMagick from source. Choose Open->Project and select the VisualStaticMT workspace from the ImageMagick-6.5.6/VisualMagick/ folder. Finally, choose Build->Build Solution to compile and build the ImageMagick distribution.

    To verify ImageMagick is working properly, launch a MS-DOS Command Prompt window and type

    -

    $magick> cd ImageMagick-6.5.5 $magick> convert logo: image.jpg

    +

    $magick> cd ImageMagick-6.5.6 $magick> convert logo: image.jpg

    For a more comprehensive test, run the ImageMagick validation suite:

    $magick> validate

    Congratulations, you have a working ImageMagick distribution under Windows and you are ready to use ImageMagick to convert, compose, or edit your images or perhaps you'll want to use one of the Application Program Interfaces for C, C++, Perl, and others.

    -

    The above instructions will satisfy a great number of ImageMagick users, but we suspect a few will have additional questions or problems to consider. For example, what does one do if ImageMagick fails to configure or compile? Or what if you want to install ImageMagick in a place other than the ImageMagick-6.5.5/VisualMagick/bin folder? Or perhaps you want to build and install the ImageMagickObject COM+ component. You will find the answer to these questions, and more, in Advanced Windows Source Installation.

    +

    The above instructions will satisfy a great number of ImageMagick users, but we suspect a few will have additional questions or problems to consider. For example, what does one do if ImageMagick fails to configure or compile? Or what if you want to install ImageMagick in a place other than the ImageMagick-6.5.6/VisualMagick/bin folder? Or perhaps you want to build and install the ImageMagickObject COM+ component. You will find the answer to these questions, and more, in Advanced Windows Source Installation.

    diff --git a/www/jp2.html b/www/jp2.html index bfce46314..86ceecaa1 100644 --- a/www/jp2.html +++ b/www/jp2.html @@ -259,7 +259,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/license.html b/www/license.html index a6b8c8c1c..6d9d97e3f 100644 --- a/www/license.html +++ b/www/license.html @@ -271,7 +271,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/links.html b/www/links.html index b7c21b806..494dab9fb 100644 --- a/www/links.html +++ b/www/links.html @@ -122,9 +122,6 @@ Sponsors:
    - @@ -159,23 +156,23 @@

    Command-line Tutorials

    @@ -183,18 +180,18 @@
    @@ -202,8 +199,8 @@
    @@ -211,24 +208,24 @@

    ImageMagick Book Review

    Mailing List Archives

    @@ -236,13 +233,13 @@
    Denmark
    -
    http://imagemagick.europnews.de

    +
    http://imagemagick.europnews.de

    Germany
    -
    http://imagemagick.linux-mirror.org

    +
    http://imagemagick.linux-mirror.org

    Ireland
    -
    http://imagemagick.oss-mirror.org

    +
    http://imagemagick.oss-mirror.org

    United States
    -
    http://www.imagemagick.org
    +
    http://www.imagemagick.org
    @@ -250,16 +247,16 @@

    Other Projects Hosted by ImageMagick Studio

    diff --git a/www/magick-core.html b/www/magick-core.html index 0464235c5..bd92ceded 100644 --- a/www/magick-core.html +++ b/www/magick-core.html @@ -123,6 +123,9 @@ Sponsors:
    + diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html index 89a2359f5..1318e2958 100644 --- a/www/magick-vector-graphics.html +++ b/www/magick-vector-graphics.html @@ -122,9 +122,6 @@ Sponsors:
    - @@ -1057,7 +1054,7 @@ command line, from an MVG file, from an SVG Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/mailing-list.html b/www/mailing-list.html index ab20bff94..ab163ab0f 100644 --- a/www/mailing-list.html +++ b/www/mailing-list.html @@ -151,25 +151,25 @@

    The ImageMagick mailing lists are a low noise and subject oriented. The subject is the discussion of ImageMagick software and its use. Although the lists are unmoderated, do not post off-topic or test messages to the lists. Off-topic postings could result in the offender being silently removed from the lists and prevented from rejoining.

    -

    Magick Users

    +

    Magick Users

    Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows".

    -

    Magick Developers

    +

    Magick Developers

    Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here

    -

    Magick Bugs

    +

    Magick Bugs

    Post any defects you find in the released or beta versions of the ImageMagick software here. The ImageMagick maintainers carefully monitor this list and will work diligently to repair any reported problems. When posting a bug report, please specify both the ImageMagick version and operating system you are using.

    -

    Magick Announce

    +

    Magick Announce

    Announcements pertaining to ImageMagick, or ImageMagick related software. This list is moderated and is not used for any discussion

    diff --git a/www/miff.html b/www/miff.html index a44861e80..7ec9b862d 100644 --- a/www/miff.html +++ b/www/miff.html @@ -122,9 +122,6 @@ Sponsors:
    - diff --git a/www/mirrors.html b/www/mirrors.html index 193d03d05..6f67c5faf 100644 --- a/www/mirrors.html +++ b/www/mirrors.html @@ -151,9 +151,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 e33955030..e5a47ffb5 100644 --- a/www/montage.html +++ b/www/montage.html @@ -123,9 +123,6 @@ Sponsors:
    - diff --git a/www/motion-picture.html b/www/motion-picture.html index 21f78fb68..29c871e6a 100644 --- a/www/motion-picture.html +++ b/www/motion-picture.html @@ -123,9 +123,6 @@ Sponsors:
    - diff --git a/www/perl-magick.html b/www/perl-magick.html index 5c1b341fd..fc3d7ae45 100644 --- a/www/perl-magick.html +++ b/www/perl-magick.html @@ -169,10 +169,10 @@

    ImageMagick must already be installed on your system. Next, get the PerlMagick distribution corresponding to the installed ImageMagick distribution -(e.g., PerlMagick 6.55 for -ImageMagick 6.5.5) and unpack it as shown below:

    +(e.g., PerlMagick 6.56 for +ImageMagick 6.5.6) and unpack it as shown below:

    -

    $magick> tar xvfz PerlMagick-6.55.tar.gz $magick> cd PerlMagick

    +

    $magick> tar xvfz PerlMagick-6.56.tar.gz $magick> cd PerlMagick

    Next, edit Makefile.PL and change LIBS and INC to include the appropriate path information to the required MagickCore library. You may need paths to JPEG, PNG, TIFF, etc. delegates if they were included with your installed version of ImageMagick. Build and install it like this:

    $magick> perl Makefile.PL $magick> make $magick> make install

    @@ -2507,7 +2507,7 @@ blobs in any of these image formats and provid Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/quantize.html b/www/quantize.html index 6e7867ce6..cd1103374 100644 --- a/www/quantize.html +++ b/www/quantize.html @@ -282,7 +282,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/resources.html b/www/resources.html index 4a8627247..b6e5b5b3f 100644 --- a/www/resources.html +++ b/www/resources.html @@ -245,10 +245,10 @@ file or data stream.

       $MAGICK_CONFIGURE_PATH
    -  $PREFIX/lib/ImageMagick-6.5.5/config
    -  $PREFIX/share/ImageMagick-6.5.5/config
    -  $PREFIX/share/ImageMagick-6.5.5  $HOME/.magick/
    -  <client path>/lib/ImageMagick-6.5.5/
    +  $PREFIX/lib/ImageMagick-6.5.6/config
    +  $PREFIX/share/ImageMagick-6.5.6/config
    +  $PREFIX/share/ImageMagick-6.5.6  $HOME/.magick/
    +  <client path>/lib/ImageMagick-6.5.6/
       <current directory>/
     
    @@ -258,10 +258,10 @@ file or data stream.

       $MAGICK_CONFIGURE_PATH
    -  $MAGICK_HOME/lib/ImageMagick-6.5.5/config
    -  $MAGICK_HOME/share/ImageMagick-6.5.5/config
    -  $PREFIX/share/ImageMagick-6.5.5  $HOME/.magick/
    -  <client path>/lib/ImageMagick-6.5.5/
    +  $MAGICK_HOME/lib/ImageMagick-6.5.6/config
    +  $MAGICK_HOME/share/ImageMagick-6.5.6/config
    +  $PREFIX/share/ImageMagick-6.5.6  $HOME/.magick/
    +  <client path>/lib/ImageMagick-6.5.6/
       <current directory>/
     
    @@ -276,7 +276,7 @@ file or data stream.

    <current directory> -

    Above, $PREFIX is the default install path, typically c:\\Program Files\\ImageMagick-6.5.5.

    +

    Above, $PREFIX is the default install path, typically c:\\Program Files\\ImageMagick-6.5.6.

    For an uninstalled Windows installation, the configuration load order is:

    @@ -299,13 +299,13 @@ file or data stream.

       <current directory>/
    -  $MAGICK_HOME/lib/ImageMagick-6.5.5/modules-Q16/coders/
    +  $MAGICK_HOME/lib/ImageMagick-6.5.6/modules-Q16/coders/
       $HOME/.magick/
    -  <client path>/../lib/ImageMagick-6.5.5/modules-Q16/coders/
    -  $MAGICK_HOME/lib/ImageMagick-6.5.5/modules-Q16/coders
    -  $MAGICK_HOME/share/ImageMagick-6.5.5/modules-Q16/coders
    +  <client path>/../lib/ImageMagick-6.5.6/modules-Q16/coders/
    +  $MAGICK_HOME/lib/ImageMagick-6.5.6/modules-Q16/coders
    +  $MAGICK_HOME/share/ImageMagick-6.5.6/modules-Q16/coders
       $HOME/.magick/
    -  <client path>/lib/ImageMagick-6.5.5/modules-Q16/coders
    +  <client path>/lib/ImageMagick-6.5.6/modules-Q16/coders
       <current directory>/
     
    @@ -318,10 +318,10 @@ file or data stream.

       $MAGICK_CONFIGURE_PATH
    -  $MAGICK_HOME/lib/ImageMagick-6.5.5/config
    -  $MAGICK_HOME/share/ImageMagick-6.5.5/config
    +  $MAGICK_HOME/lib/ImageMagick-6.5.6/config
    +  $MAGICK_HOME/share/ImageMagick-6.5.6/config
       $HOME/.magick/
    -  <client path>/lib/ImageMagick-6.5.5/
    +  <client path>/lib/ImageMagick-6.5.6/
       <current directory>/
       $MAGICK_FONT_PATH
     
    @@ -402,7 +402,7 @@ file or data stream.

    Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/search.html b/www/search.html index e49ee1b60..3f0736fa0 100644 --- a/www/search.html +++ b/www/search.html @@ -122,9 +122,6 @@ Sponsors:
    - @@ -166,7 +163,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/sitemap.html b/www/sitemap.html index 126d5f841..02b28b17b 100644 --- a/www/sitemap.html +++ b/www/sitemap.html @@ -122,9 +122,6 @@ Sponsors:
    - @@ -162,7 +159,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.
    @@ -176,12 +173,12 @@
    Download ImageMagick: ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors.
    @@ -220,7 +217,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.
    @@ -230,21 +227,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.
    @@ -262,8 +259,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.
    Mailing list: get help from fellow ImageMagick users and developers, post to these mailing lists.
    Contact the Wizards: for issues outside the scope of the discourse server and mailing list, contact the wizards.
    @@ -274,7 +271,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.
    @@ -298,8 +295,8 @@

    Technology Sandbox

    -
    Fast Fourier Transforms Toolkit
    -
    Tests Of FFT Processing
    +
    Fast Fourier Transforms Toolkit
    +
    Tests Of FFT Processing
    diff --git a/www/sponsors.html b/www/sponsors.html index 91b988a96..3e49d4ce0 100644 --- a/www/sponsors.html +++ b/www/sponsors.html @@ -122,9 +122,6 @@ Sponsors:
    - diff --git a/www/stream.html b/www/stream.html index f4b67de38..be2963924 100644 --- a/www/stream.html +++ b/www/stream.html @@ -338,7 +338,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/subversion.html b/www/subversion.html index 3f922fc4e..c160be8b3 100644 --- a/www/subversion.html +++ b/www/subversion.html @@ -156,8 +156,8 @@

    To retrieve, or check out ImageMagick stable, use this command:

    $magick> svn co \
    -https://www.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6.5.5 \
    -ImageMagick-6.5.5

    +https://www.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6.5.6 \
    +ImageMagick-6.5.6

    To retrieve, or check out ImageMagick development, use this command:

    $magick> svn co https://www.imagemagick.org/subversion/ImageMagick/trunk ImageMagick

    @@ -173,7 +173,7 @@ ImageMagick-6.5.5

    Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/t-shirt.html b/www/t-shirt.html index c7c68d3a8..d86c1dde6 100644 --- a/www/t-shirt.html +++ b/www/t-shirt.html @@ -188,7 +188,7 @@ Discourse ServerMailing Lists • - Studio + Studio   -- 2.40.0