From bfcd69c87dbc21da54407e722a06fdea454f67d7 Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 3 Nov 2009 00:10:39 +0000 Subject: [PATCH] --- ImageMagick.spec | 2 +- config/configure.xml | 4 +- index.html | 4 +- libtool | 2 +- magick/version.h | 6 +- version.sh | 2 +- www/ImageMagickObject.html | 2 +- www/advanced-unix-installation.html | 6 +- www/advanced-windows-installation.html | 2 +- www/animate.html | 2 +- www/api.html | 40 +++++------ www/api/animate.html | 2 +- www/api/annotate.html | 4 +- www/api/cache-view.html | 2 +- www/api/cipher.html | 2 +- www/api/color.html | 4 +- www/api/compare.html | 2 +- www/api/composite.html | 4 +- www/api/decorate.html | 2 +- www/api/distort.html | 2 +- www/api/draw.html | 2 +- www/api/effect.html | 2 +- www/api/enhance.html | 2 +- www/api/exception.html | 2 +- www/api/histogram.html | 2 +- www/api/list.html | 2 +- www/api/magick-deprecate.html | 2 +- www/api/magick-property.html | 4 +- www/api/memory.html | 2 +- www/api/module.html | 2 +- www/api/paint.html | 2 +- www/api/pixel-wand.html | 2 +- www/api/quantize.html | 2 +- www/api/registry.html | 4 +- www/api/resize.html | 4 +- www/api/resource.html | 4 +- www/api/segment.html | 2 +- www/api/shear.html | 2 +- www/api/signature.html | 2 +- www/api/transform.html | 4 +- www/architecture.html | 4 +- www/binary-releases.html | 46 ++++++------ www/changelog.html | 7 +- www/color.html | 2 +- www/command-line-options.html | 2 +- www/command-line-processing.html | 2 +- www/command-line-tools.html | 4 +- www/compare.html | 2 +- www/composite.html | 2 +- www/conjure.html | 2 +- www/contact.html | 6 +- www/convert.html | 2 +- www/display.html | 2 +- www/download.html | 2 +- www/escape.html | 2 +- www/examples.html | 4 +- www/fx.html | 2 +- www/high-dynamic-range.html | 2 +- www/history.html | 4 +- www/identify.html | 2 +- www/index.html | 4 +- www/install-source.html | 4 +- www/jp2.html | 4 +- www/links.html | 96 +++++++++++++------------- www/magick-core.html | 2 +- www/magick-wand.html | 2 +- www/mailing-list.html | 12 ++-- www/mirrors.html | 4 +- www/mogrify.html | 2 +- www/montage.html | 2 +- www/motion-picture.html | 2 +- www/perl-magick.html | 4 +- www/quantize.html | 2 +- www/resources.html | 2 +- www/search.html | 2 +- www/sitemap.html | 52 +++++++------- www/stream.html | 2 +- www/subversion.html | 4 +- www/t-shirt.html | 2 +- 79 files changed, 227 insertions(+), 224 deletions(-) diff --git a/ImageMagick.spec b/ImageMagick.spec index 282e8117e..3e54414c1 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %define VERSION 6.5.7 -%define Patchlevel 4 +%define Patchlevel 5 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index 045b9e787..616dfc87b 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,8 +8,8 @@ - - + + diff --git a/index.html b/index.html index 7093cbe0c..ff9013eac 100644 --- a/index.html +++ b/index.html @@ -191,9 +191,9 @@
  • Virtual pixel support: convenient access to pixels outside the image region
  • Large image support: read, process, or write mebi- and gibi-pixel image sizes
  • Threads of execution support: ImageMagick is thread safe and most internal algorithms are OpenMP-enabled to take advantage of speed-ups offered by the dual and quad-core processor technologies
  • +
  • Heterogeneous distributed processing: certain algorithms get a speed boost by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors (in development).
  • -

    Examples of ImageMagick Usage shows how to use ImageMagick from the command-line to accomplish any of these tasks and much more. Also, see Fred's ImageMagick Scripts: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.

    @@ -217,7 +217,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/libtool b/libtool index 456d3f546..703a9c9d8 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.5.7-4 +# Generated automatically by config.status (ImageMagick) 6.5.7-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 a4f2afdda..dd2f851d0 100644 --- a/magick/version.h +++ b/magick/version.h @@ -30,9 +30,9 @@ extern "C" { #define MagickLibVersion 0x657 #define MagickLibVersionText "6.5.7" #define MagickLibVersionNumber 2,0,0 -#define MagickLibSubversion "-4" -#define MagickReleaseDate "2009-10-28" -#define MagickChangeDate "20091028" +#define MagickLibSubversion "-5" +#define MagickReleaseDate "2009-11-02" +#define MagickChangeDate "20091101" #define MagickAuthoritativeURL "http://www.imagemagick.org" #define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.5.7/index.html" #if (MAGICKCORE_QUANTUM_DEPTH == 8) diff --git a/version.sh b/version.sh index e6f83f668..6b7b79298 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.7' PACKAGE_LIB_VERSION="0x657" -PACKAGE_RELEASE="4" +PACKAGE_RELEASE="5" PACKAGE_LIB_VERSION_NUMBER="6,5,7,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index 657c41df2..6d7247085 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -207,7 +207,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index 8ae2a5558..9f34a6032 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -123,7 +123,7 @@
    diff --git a/www/api.html b/www/api.html index 81f62a996..5b4711044 100644 --- a/www/api.html +++ b/www/api.html @@ -159,7 +159,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

    @@ -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.

    diff --git a/www/api/animate.html b/www/api/animate.html index 3d516a3e5..0fba7b415 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -183,7 +183,7 @@ _8c.html" target="source" name="AnimateImages">AnimateImages Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/annotate.html b/www/api/annotate.html index f8fd25b2f..bf7881a8f 100644 --- a/www/api/annotate.html +++ b/www/api/annotate.html @@ -123,7 +123,7 @@
    diff --git a/www/api/cache-view.html b/www/api/cache-view.html index 203179fad..70ac6be3b 100644 --- a/www/api/cache-view.html +++ b/www/api/cache-view.html @@ -576,7 +576,7 @@ _8c.html" target="source" name="SyncCacheViewAuthenticPixels">SyncCacheViewAuthe Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/api/cipher.html b/www/api/cipher.html index dc87947b3..e19934162 100644 --- a/www/api/cipher.html +++ b/www/api/cipher.html @@ -355,7 +355,7 @@ _8c.html" target="source" name="PasskeyEncipherImage">PasskeyEncipherImage Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/color.html b/www/api/color.html index 00fbc5de9..40236dcbd 100644 --- a/www/api/color.html +++ b/www/api/color.html @@ -123,7 +123,7 @@
    diff --git a/www/api/compare.html b/www/api/compare.html index f62ac9746..c24f4d4aa 100644 --- a/www/api/compare.html +++ b/www/api/compare.html @@ -123,7 +123,7 @@
    diff --git a/www/api/draw.html b/www/api/draw.html index ed1f438fa..196e10594 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -378,7 +378,7 @@ _8c.html" target="source" name="GetAffineMatrix">GetAffineMatrix Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/api/effect.html b/www/api/effect.html index a60f77332..6e55b4b79 100644 --- a/www/api/effect.html +++ b/www/api/effect.html @@ -688,7 +688,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 a78012f3c..77ba8fb18 100644 --- a/www/api/enhance.html +++ b/www/api/enhance.html @@ -123,7 +123,7 @@
    diff --git a/www/api/histogram.html b/www/api/histogram.html index 417e92417..4f4b4a931 100644 --- a/www/api/histogram.html +++ b/www/api/histogram.html @@ -123,7 +123,7 @@