From 63fed270c402a8127899cee58faa69f85f5443fa Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 7 Mar 2010 19:08:45 +0000 Subject: [PATCH] --- ImageMagick.spec | 2 +- config/configure.xml | 4 +- index.html | 2 +- libtool | 2 +- magick/version.h | 6 +- utilities/convert.1 | 5 +- utilities/mogrify.1 | 5 +- version.sh | 2 +- www/ImageMagickObject.html | 5 +- www/advanced-unix-installation.html | 10 +-- www/advanced-windows-installation.html | 4 +- www/animate.html | 2 +- www/api.html | 40 ++++----- www/api/animate.html | 2 +- www/api/annotate.html | 2 +- www/api/attribute.html | 5 +- www/api/blob.html | 3 - www/api/cache-view.html | 2 +- www/api/cache.html | 3 + www/api/cipher.html | 3 - www/api/color.html | 4 +- www/api/compare.html | 4 +- www/api/decorate.html | 2 +- www/api/deprecate.html | 67 ++++++++++++++- www/api/display.html | 2 +- www/api/distort.html | 2 +- www/api/draw.html | 2 +- www/api/drawing-wand.html | 2 +- www/api/effect.html | 2 +- www/api/enhance.html | 5 +- www/api/exception.html | 2 +- www/api/feature.html | 4 +- www/api/fx.html | 73 +--------------- www/api/histogram.html | 2 +- www/api/image.html | 4 +- www/api/layer.html | 2 +- www/api/list.html | 2 +- www/api/magick-deprecate.html | 56 ++++++++++++- www/api/magick-image.html | 63 +------------- www/api/magick-property.html | 2 +- www/api/magick-wand.html | 4 +- www/api/memory.html | 4 +- www/api/monitor.html | 4 +- www/api/montage.html | 2 +- www/api/pixel-iterator.html | 2 +- www/api/profile.html | 2 +- www/api/property.html | 2 +- www/api/quantize.html | 3 + www/api/registry.html | 4 +- www/api/resource.html | 2 +- www/api/segment.html | 4 +- www/api/shear.html | 4 +- www/api/signature.html | 3 + www/api/statistic.html | 112 ++++++++++++++----------- www/api/stream.html | 2 +- www/api/transform.html | 2 +- www/api/version.html | 5 +- www/architecture.html | 4 +- www/binary-releases.html | 50 +++++------ www/changelog.html | 10 ++- www/cipher.html | 2 +- www/command-line-options.html | 12 ++- www/command-line-processing.html | 2 +- www/command-line-tools.html | 6 +- www/compare.html | 4 +- www/conjure.html | 4 +- www/contact.html | 6 +- www/convert.html | 20 ++--- www/display.html | 2 +- www/download.html | 4 +- www/examples.html | 4 +- www/exception.html | 2 +- www/formats.html | 3 + www/fx.html | 2 +- www/high-dynamic-range.html | 4 +- www/history.html | 2 +- www/identify.html | 4 +- www/import.html | 4 +- www/index.html | 2 +- www/install-source.html | 2 +- www/jp2.html | 5 +- www/license.html | 3 + www/links.html | 99 +++++++++++----------- www/miff.html | 2 +- www/mirrors.html | 6 +- www/mogrify.html | 20 ++--- www/motion-picture.html | 2 +- www/perl-magick.html | 30 ++----- www/quantize.html | 4 +- www/sitemap.html | 52 ++++++------ www/sponsors.html | 2 +- www/subversion.html | 4 +- www/t-shirt.html | 2 +- 93 files changed, 476 insertions(+), 482 deletions(-) diff --git a/ImageMagick.spec b/ImageMagick.spec index 742f24150..27e3ba8b6 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %define VERSION 6.6.0 -%define Patchlevel 4 +%define Patchlevel 5 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index 0a31b6413..bce154a12 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,8 +8,8 @@ - - + + diff --git a/index.html b/index.html index decdc85ac..130ceae3a 100644 --- a/index.html +++ b/index.html @@ -226,7 +226,7 @@ Discourse Server • - Studio + Studio   diff --git a/libtool b/libtool index eaf8b4fda..d3ee42c90 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.0-4 +# Generated automatically by config.status (ImageMagick) 6.6.0-5 # 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 190393eca..b4fb523a3 100644 --- a/magick/version.h +++ b/magick/version.h @@ -30,11 +30,11 @@ extern "C" { #define MagickLibVersion 0x660 #define MagickLibVersionText "6.6.0" #define MagickLibVersionNumber 3,0,0 -#define MagickLibAddendum "-4" +#define MagickLibAddendum "-5" #define MagickLibInterface 3 #define MagickLibMinInterface 3 -#define MagickReleaseDate "2010-03-06" -#define MagickChangeDate "20100305" +#define MagickReleaseDate "2010-03-07" +#define MagickChangeDate "20100307" #define MagickAuthoritativeURL "http://www.imagemagick.org" #define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.6.0/index.html" #if (MAGICKCORE_QUANTUM_DEPTH == 8) diff --git a/utilities/convert.1 b/utilities/convert.1 index 28dc9a7b6..19fd1d870 100644 --- a/utilities/convert.1 +++ b/utilities/convert.1 @@ -221,18 +221,17 @@ Image Operators: Image Sequence Operators: \-affinity filename transform image colors to match this set of colors \-append append an image sequence - \-average average an image sequence \-clut apply a color lookup table to the image \-coalesce merge a sequence of images \-combine combine a sequence of images \-composite composite image \-crop geometry cut out a rectangular region of the image \-deconstruct break down an image sequence into constituent parts + \-evaluate-sequence operator + evaluate an arithmetic, relational, or logical expression \-flatten flatten a sequence of images \-fx expression apply mathematical expression to an image channel(s) \-hald-clut apply a Hald color lookup table to the image - \-maximum the maximum intensity of an image sequence - \-minimum the minimum intensity of an image sequence \-morph value morph an image sequence \-mosaic create a mosaic from an image sequence \-process arguments process the image with a custom image filter diff --git a/utilities/mogrify.1 b/utilities/mogrify.1 index 97947662a..841504cf8 100644 --- a/utilities/mogrify.1 +++ b/utilities/mogrify.1 @@ -223,18 +223,17 @@ Image Operators: Image Sequence Operators: \-affinity filename transform image colors to match this set of colors \-append append an image sequence - \-average average an image sequence \-clut apply a color lookup table to the image \-coalesce merge a sequence of images \-combine combine a sequence of images \-composite composite image \-crop geometry cut out a rectangular region of the image \-deconstruct break down an image sequence into constituent parts + \-evaluate-sequence operator + evaluate an arithmetic, relational, or logical expression \-flatten flatten a sequence of images \-fx expression apply mathematical expression to an image channel(s) \-hald-clut apply a Hald color lookup table to the image - \-maximum the maximum intensity of an image sequence - \-minimum the minimum intensity of an image sequence \-morph value morph an image sequence \-mosaic create a mosaic from an image sequence \-process arguments process the image with a custom image filter diff --git a/version.sh b/version.sh index c721628cf..18c8878f5 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.0' PACKAGE_LIB_VERSION="0x660" -PACKAGE_RELEASE="4" +PACKAGE_RELEASE="5" PACKAGE_LIB_VERSION_NUMBER="6,6,0,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index ee7b1801d..260efe6e9 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -124,9 +124,6 @@ Sponsors:
- @@ -210,7 +207,7 @@ Discourse Server • - Studio + Studio  
diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index 7df6d1e9c..2edfdca9e 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -124,7 +124,7 @@

Dealing with Unexpected Problems

@@ -596,7 +596,7 @@ Options used to compile and link: Discourse Server • - Studio + Studio  
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index aaf3497ce..760d5d3c3 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -124,7 +124,7 @@
diff --git a/www/api.html b/www/api.html index 0227d2b69..29fb721b7 100644 --- a/www/api.html +++ b/www/api.html @@ -163,7 +163,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

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

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

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

@@ -237,50 +237,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/animate.html b/www/api/animate.html index 2b898c3c4..8842385b9 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -186,7 +186,7 @@ _8c.html" target="source" name="AnimateImages">AnimateImages Discourse Server • - Studio + Studio   diff --git a/www/api/annotate.html b/www/api/annotate.html index 426cc7a4a..6b96aee4a 100644 --- a/www/api/annotate.html +++ b/www/api/annotate.html @@ -124,7 +124,7 @@