From 5e6c2feb70a2bcaec0b1ab976808eba9dd418f49 Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 20 Mar 2010 20:36:58 +0000 Subject: [PATCH] --- ImageMagick.spec | 2 +- config/configure.xml | 2 +- index.html | 2 +- libtool | 2 +- magick/version.h | 2 +- version.sh | 2 +- www/ImageMagickObject.html | 2 +- www/advanced-unix-installation.html | 6 +- www/advanced-windows-installation.html | 6 +- www/api.html | 42 +++++------ www/api/animate.html | 2 +- www/api/attribute.html | 4 +- www/api/cache.html | 2 +- www/api/cipher.html | 2 +- www/api/color.html | 4 +- www/api/colormap.html | 4 +- www/api/compare.html | 5 +- www/api/composite.html | 5 +- www/api/constitute.html | 2 +- www/api/decorate.html | 2 +- www/api/deprecate.html | 2 +- www/api/display.html | 5 +- www/api/distort.html | 2 +- www/api/draw.html | 2 +- www/api/drawing-wand.html | 2 +- www/api/effect.html | 4 +- www/api/fx.html | 2 +- www/api/image.html | 3 + www/api/layer.html | 5 +- www/api/list.html | 4 +- www/api/magick-deprecate.html | 2 +- www/api/magick-image.html | 2 +- www/api/magick-property.html | 2 +- www/api/magick-wand.html | 2 +- www/api/magick.html | 3 - www/api/memory.html | 2 +- www/api/module.html | 2 +- www/api/morphology.html | 2 +- www/api/paint.html | 3 - www/api/pixel-view.html | 3 + www/api/pixel-wand.html | 2 +- www/api/profile.html | 4 +- www/api/quantize.html | 2 +- www/api/registry.html | 5 +- www/api/resize.html | 3 + www/api/segment.html | 4 +- www/api/signature.html | 4 +- www/api/transform.html | 3 - www/api/version.html | 4 +- www/architecture.html | 2 +- www/binary-releases.html | 50 +++++++------- www/changelog.html | 8 ++- www/cipher.html | 4 +- www/command-line-options.html | 4 +- www/command-line-tools.html | 6 +- www/composite.html | 3 - www/contact.html | 5 +- www/convert.html | 4 +- www/download.html | 4 +- www/escape.html | 4 +- www/examples.html | 4 +- www/exception.html | 5 +- www/formats.html | 2 +- www/fx.html | 4 +- www/high-dynamic-range.html | 2 +- www/history.html | 4 +- www/identify.html | 4 +- www/index.html | 2 +- www/install-source.html | 5 +- www/jp2.html | 2 +- www/license.html | 3 - www/links.html | 96 +++++++++++++------------- www/magick-core.html | 5 +- www/magick-vector-graphics.html | 3 - www/magick-wand.html | 4 +- www/miff.html | 2 +- www/mirrors.html | 4 +- www/mogrify.html | 2 +- www/montage.html | 3 + www/perl-magick.html | 2 +- www/resources.html | 2 +- www/search.html | 2 +- www/sitemap.html | 52 +++++++------- www/sponsors.html | 2 +- www/stream.html | 3 + www/subversion.html | 4 +- 86 files changed, 265 insertions(+), 237 deletions(-) diff --git a/ImageMagick.spec b/ImageMagick.spec index 6260e836d..0278188f6 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %define VERSION 6.6.0 -%define Patchlevel 8 +%define Patchlevel 9 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index e8afd9731..cc94f7dc0 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,7 +8,7 @@ - + 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 5ef32209c..a39ad7ce3 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-8 +# Generated automatically by config.status (ImageMagick) 6.6.0-9 # 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 3ebc1f395..727434a94 100644 --- a/magick/version.h +++ b/magick/version.h @@ -30,7 +30,7 @@ extern "C" { #define MagickLibVersion 0x660 #define MagickLibVersionText "6.6.0" #define MagickLibVersionNumber 3,0,0 -#define MagickLibAddendum "-8" +#define MagickLibAddendum "-9" #define MagickLibInterface 3 #define MagickLibMinInterface 3 #define MagickReleaseDate "2010-03-20" diff --git a/version.sh b/version.sh index 035acb9fd..118e3175a 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="8" +PACKAGE_RELEASE="9" 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 f3f8457e8..6a0ccd16e 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -125,7 +125,7 @@

Dealing with Unexpected Problems

diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index 0618c12da..da7c56c23 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 21cd68e0a..0a87fb1e2 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.

@@ -288,7 +288,7 @@ Discourse Server • - Studio + Studio  
diff --git a/www/api/animate.html b/www/api/animate.html index 2b898c3c4..16d5b5c36 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -124,7 +124,7 @@
diff --git a/www/api/color.html b/www/api/color.html index 30b61bbad..ddc621a91 100644 --- a/www/api/color.html +++ b/www/api/color.html @@ -124,7 +124,7 @@
diff --git a/www/api/colormap.html b/www/api/colormap.html index c30de1b22..f6711e524 100644 --- a/www/api/colormap.html +++ b/www/api/colormap.html @@ -124,7 +124,7 @@
diff --git a/www/api/compare.html b/www/api/compare.html index 4df13d4fd..790fde7cf 100644 --- a/www/api/compare.html +++ b/www/api/compare.html @@ -123,6 +123,9 @@ Sponsors:
+ @@ -325,7 +328,7 @@ _8c.html" target="source" name="SimilarityImage">SimilarityImage Discourse Server • - Studio + Studio  
diff --git a/www/api/composite.html b/www/api/composite.html index f93f3232a..88e67ab60 100644 --- a/www/api/composite.html +++ b/www/api/composite.html @@ -123,6 +123,9 @@ Sponsors:
+ @@ -232,7 +235,7 @@ _8c.html" target="source" name="TextureImage">TextureImage Discourse Server • - Studio + Studio  
diff --git a/www/api/constitute.html b/www/api/constitute.html index ba5a30ea7..b639fac68 100644 --- a/www/api/constitute.html +++ b/www/api/constitute.html @@ -336,7 +336,7 @@ _8c.html" target="source" name="WriteImages">WriteImages Discourse Server • - Studio + Studio  
diff --git a/www/api/decorate.html b/www/api/decorate.html index d86a21ee9..9775d63c7 100644 --- a/www/api/decorate.html +++ b/www/api/decorate.html @@ -239,7 +239,7 @@ _8c.html" target="source" name="RaiseImage">RaiseImage Discourse Server • - Studio + Studio  
diff --git a/www/api/deprecate.html b/www/api/deprecate.html index ffe805251..05c5db928 100644 --- a/www/api/deprecate.html +++ b/www/api/deprecate.html @@ -2663,7 +2663,7 @@ _8c.html" target="source" name="UnshiftImageList">UnshiftImageList Discourse Server • - Studio + Studio  
diff --git a/www/api/display.html b/www/api/display.html index 8ad61494b..5ce14035b 100644 --- a/www/api/display.html +++ b/www/api/display.html @@ -123,6 +123,9 @@ Sponsors:
+ @@ -236,7 +239,7 @@ _8c.html" target="source" name="XDisplayBackgroundImage">XDisplayBackgroundImage Discourse Server • - Studio + Studio  
diff --git a/www/api/distort.html b/www/api/distort.html index 1f6146d1a..3c84b1458 100644 --- a/www/api/distort.html +++ b/www/api/distort.html @@ -260,7 +260,7 @@ _8c.html" target="source" name="SparseColorImage">SparseColorImage Discourse Server • - Studio + Studio   diff --git a/www/api/draw.html b/www/api/draw.html index 75ef167b8..f81465f95 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -381,7 +381,7 @@ _8c.html" target="source" name="GetAffineMatrix">GetAffineMatrix Discourse Server • - Studio + Studio   diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html index 7a389e2a1..e586f5b8d 100644 --- a/www/api/drawing-wand.html +++ b/www/api/drawing-wand.html @@ -3070,7 +3070,7 @@ _8c.html" target="source" name="PushDrawingWand">PushDrawingWand Discourse Server • - Studio + Studio   diff --git a/www/api/effect.html b/www/api/effect.html index 8dae46df1..f65fd67c3 100644 --- a/www/api/effect.html +++ b/www/api/effect.html @@ -124,7 +124,7 @@
diff --git a/www/api/fx.html b/www/api/fx.html index 2c7427b9d..c0fc2cff9 100644 --- a/www/api/fx.html +++ b/www/api/fx.html @@ -124,7 +124,7 @@