From 4994c1d8baa65cfee09f0d24fce913509d3d05da Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 5 Sep 2010 00:13:34 +0000 Subject: [PATCH] --- ImageMagick.spec | 2 +- config/configure.xml | 2 +- index.html | 3 ++ libtool | 2 +- magick/version.h | 2 +- version.sh | 2 +- www/ImageMagickObject.html | 2 +- www/advanced-windows-installation.html | 2 +- www/animate.html | 2 +- www/api.html | 42 +++++++++++----------- www/api/animate.html | 3 -- www/api/annotate.html | 2 +- www/api/attribute.html | 2 +- www/api/cache-view.html | 3 ++ www/api/cache.html | 2 +- www/api/color.html | 2 +- www/api/colormap.html | 3 ++ www/api/compare.html | 2 +- www/api/composite.html | 2 +- www/api/constitute.html | 2 +- www/api/decorate.html | 2 +- www/api/deprecate.html | 2 +- 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 | 2 +- www/api/exception.html | 2 +- www/api/feature.html | 2 +- www/api/histogram.html | 2 +- www/api/image.html | 2 +- www/api/list.html | 2 +- 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 | 2 +- www/api/monitor.html | 2 +- www/api/montage.html | 2 +- www/api/paint.html | 3 ++ www/api/pixel-iterator.html | 2 +- www/api/pixel-wand.html | 2 +- www/api/profile.html | 2 +- www/api/property.html | 2 +- www/api/quantize.html | 2 +- www/api/resize.html | 3 ++ www/api/resource.html | 2 +- www/api/segment.html | 2 +- www/api/shear.html | 2 +- www/api/signature.html | 2 +- www/api/transform.html | 2 +- www/api/version.html | 2 +- www/api/wand-view.html | 2 +- www/architecture.html | 2 +- www/cipher.html | 2 +- www/color.html | 2 +- www/command-line-options.html | 2 +- www/command-line-tools.html | 6 ++-- www/compose.html | 3 ++ www/conjure.html | 2 +- www/contact.html | 4 +-- www/convert.html | 2 +- www/display.html | 2 +- www/escape.html | 2 +- www/examples.html | 2 +- www/formats.html | 2 +- www/fx.html | 2 +- www/high-dynamic-range.html | 2 +- www/history.html | 4 +-- www/identify.html | 2 +- www/import.html | 2 +- www/index.html | 3 ++ www/jp2.html | 2 +- www/license.html | 2 +- www/links.html | 2 +- www/magick-core.html | 2 +- www/magick-vector-graphics.html | 2 +- www/miff.html | 2 +- www/mirrors.html | 6 ++-- www/montage.html | 3 -- www/motion-picture.html | 2 +- www/perl-magick.html | 2 +- www/quantize.html | 2 +- www/resources.html | 2 +- www/sitemap.html | 48 +++++++++++++------------- www/stream.html | 2 +- www/subversion.html | 3 -- 88 files changed, 148 insertions(+), 136 deletions(-) diff --git a/ImageMagick.spec b/ImageMagick.spec index cfdb5b5d1..e2cacb0b8 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %global VERSION 6.6.4 -%global Patchlevel 0 +%global Patchlevel 1 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index fa0a980ff..911367714 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,7 +8,7 @@ - + diff --git a/index.html b/index.html index 7d194e081..8f56d2716 100644 --- a/index.html +++ b/index.html @@ -144,6 +144,9 @@ + diff --git a/libtool b/libtool index 9d2da7921..2720f8f07 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.4-0 +# Generated automatically by config.status (ImageMagick) 6.6.4-1 # 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 94d9c5d85..12c1a2e15 100644 --- a/magick/version.h +++ b/magick/version.h @@ -30,7 +30,7 @@ extern "C" { #define MagickLibVersion 0x664 #define MagickLibVersionText "6.6.4" #define MagickLibVersionNumber 4,0,0 -#define MagickLibAddendum "-0" +#define MagickLibAddendum "-1" #define MagickLibInterface 4 #define MagickLibMinInterface 4 #define MagickReleaseDate "2010-09-04" diff --git a/version.sh b/version.sh index 41a2c9648..c7349254e 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.4' PACKAGE_LIB_VERSION="0x664" -PACKAGE_RELEASE="0" +PACKAGE_RELEASE="1" PACKAGE_LIB_VERSION_NUMBER="6,6,4,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index 9e2252e60..1fd1ce135 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index 6b9546cad..714f9051a 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/animate.html b/www/animate.html index f10ec9f3c..e672664a2 100644 --- a/www/animate.html +++ b/www/animate.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/api.html b/www/api.html index 2bfb73d37..6fda2a055 100644 --- a/www/api.html +++ b/www/api.html @@ -145,7 +145,7 @@ Druckerei Online @@ -175,7 +175,7 @@

Ada

-

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

+

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

C

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

Ch

-

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

+

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

COM+

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

C++

-

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

+

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

Java

-

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

+

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

LabVIEW

-

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

+

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

Lisp

-

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

+

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

Neko

-

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

+

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

.NET

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

Pascal

-

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

+

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

Perl

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

PHP

-

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

+

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

-

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

+

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

-

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

+

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

Python

-

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

+

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

-

PythonMagick is an object-oriented Python interface to ImageMagick.

+

PythonMagick is an object-oriented Python interface to ImageMagick.

REALbasic

-

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

+

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

Ruby

-

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

+

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

-

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

+

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

-

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

+

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

-

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

+

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

Tcl/Tk

-

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

+

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

XML RPC

-

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

+

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

diff --git a/www/api/animate.html b/www/api/animate.html index 8da6714ae..aa80435e9 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -144,9 +144,6 @@ - diff --git a/www/api/annotate.html b/www/api/annotate.html index f6d8f2446..057cd6e0b 100644 --- a/www/api/annotate.html +++ b/www/api/annotate.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/attribute.html b/www/api/attribute.html index 6506703a8..fce41f82c 100644 --- a/www/api/attribute.html +++ b/www/api/attribute.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/cache-view.html b/www/api/cache-view.html index 39fc500d3..a66be5e04 100644 --- a/www/api/cache-view.html +++ b/www/api/cache-view.html @@ -144,6 +144,9 @@ + diff --git a/www/api/cache.html b/www/api/cache.html index b74c4e490..b5833e563 100644 --- a/www/api/cache.html +++ b/www/api/cache.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/color.html b/www/api/color.html index 53c76f798..ad2afe843 100644 --- a/www/api/color.html +++ b/www/api/color.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/colormap.html b/www/api/colormap.html index 5dd73556e..3af03c504 100644 --- a/www/api/colormap.html +++ b/www/api/colormap.html @@ -144,6 +144,9 @@ + diff --git a/www/api/compare.html b/www/api/compare.html index 831e1c9c8..8d1273fc4 100644 --- a/www/api/compare.html +++ b/www/api/compare.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/composite.html b/www/api/composite.html index b102b5589..f34fb2e6c 100644 --- a/www/api/composite.html +++ b/www/api/composite.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/constitute.html b/www/api/constitute.html index e31a4dbab..a724ed20e 100644 --- a/www/api/constitute.html +++ b/www/api/constitute.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/decorate.html b/www/api/decorate.html index 24a86cfc0..61331e3b1 100644 --- a/www/api/decorate.html +++ b/www/api/decorate.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/deprecate.html b/www/api/deprecate.html index 8f7323918..d918b5917 100644 --- a/www/api/deprecate.html +++ b/www/api/deprecate.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/display.html b/www/api/display.html index 70b105b83..7832cacba 100644 --- a/www/api/display.html +++ b/www/api/display.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/distort.html b/www/api/distort.html index fe06f7384..e93242a37 100644 --- a/www/api/distort.html +++ b/www/api/distort.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/draw.html b/www/api/draw.html index e43cd20dd..c198e0fc9 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html index 063c8a1b9..f560175cc 100644 --- a/www/api/drawing-wand.html +++ b/www/api/drawing-wand.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/effect.html b/www/api/effect.html index 170476a31..1a3427ac4 100644 --- a/www/api/effect.html +++ b/www/api/effect.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/enhance.html b/www/api/enhance.html index abffaed2c..cb9ea7327 100644 --- a/www/api/enhance.html +++ b/www/api/enhance.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/exception.html b/www/api/exception.html index d4fa9f4eb..9c81a16c0 100644 --- a/www/api/exception.html +++ b/www/api/exception.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/feature.html b/www/api/feature.html index c2eb41b2d..653b2c5b1 100644 --- a/www/api/feature.html +++ b/www/api/feature.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/histogram.html b/www/api/histogram.html index a118268b7..75b032ef7 100644 --- a/www/api/histogram.html +++ b/www/api/histogram.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/image.html b/www/api/image.html index d818cc7bb..74a3b64e8 100644 --- a/www/api/image.html +++ b/www/api/image.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/list.html b/www/api/list.html index 9f25003b4..d2ed625fd 100644 --- a/www/api/list.html +++ b/www/api/list.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html index 8c465c38d..c2126c477 100644 --- a/www/api/magick-deprecate.html +++ b/www/api/magick-deprecate.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/magick-image.html b/www/api/magick-image.html index 124ad3f26..414ec9236 100644 --- a/www/api/magick-image.html +++ b/www/api/magick-image.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/magick-property.html b/www/api/magick-property.html index b8559a69d..45a4b19bc 100644 --- a/www/api/magick-property.html +++ b/www/api/magick-property.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html index 94ac471e1..c87024158 100644 --- a/www/api/magick-wand.html +++ b/www/api/magick-wand.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/magick.html b/www/api/magick.html index 846bad2bf..651e465f8 100644 --- a/www/api/magick.html +++ b/www/api/magick.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/monitor.html b/www/api/monitor.html index f218ae7f5..0f46a21a2 100644 --- a/www/api/monitor.html +++ b/www/api/monitor.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/montage.html b/www/api/montage.html index 7d2dba3a2..e16dd918c 100644 --- a/www/api/montage.html +++ b/www/api/montage.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/paint.html b/www/api/paint.html index 5acceccac..ce86ae62e 100644 --- a/www/api/paint.html +++ b/www/api/paint.html @@ -144,6 +144,9 @@ + diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html index 0246fa338..46fc6f45f 100644 --- a/www/api/pixel-iterator.html +++ b/www/api/pixel-iterator.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html index c606ff250..af5266f1e 100644 --- a/www/api/pixel-wand.html +++ b/www/api/pixel-wand.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/profile.html b/www/api/profile.html index 3c81c466a..358c020b6 100644 --- a/www/api/profile.html +++ b/www/api/profile.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/property.html b/www/api/property.html index 4d305cc05..0ce5d8d94 100644 --- a/www/api/property.html +++ b/www/api/property.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/quantize.html b/www/api/quantize.html index e4a4faf36..dbe166f4f 100644 --- a/www/api/quantize.html +++ b/www/api/quantize.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/resize.html b/www/api/resize.html index e19e03849..2a711447a 100644 --- a/www/api/resize.html +++ b/www/api/resize.html @@ -144,6 +144,9 @@ + diff --git a/www/api/resource.html b/www/api/resource.html index 407e8cf0c..fe6bf8d7e 100644 --- a/www/api/resource.html +++ b/www/api/resource.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/segment.html b/www/api/segment.html index b2ca1d9a6..6b6b72281 100644 --- a/www/api/segment.html +++ b/www/api/segment.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/shear.html b/www/api/shear.html index c4a0590d0..8f0ec3681 100644 --- a/www/api/shear.html +++ b/www/api/shear.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/signature.html b/www/api/signature.html index 843ce3aef..d36572229 100644 --- a/www/api/signature.html +++ b/www/api/signature.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/transform.html b/www/api/transform.html index e094c715a..d28b1a4f7 100644 --- a/www/api/transform.html +++ b/www/api/transform.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/version.html b/www/api/version.html index 12354902e..97375e10b 100644 --- a/www/api/version.html +++ b/www/api/version.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/api/wand-view.html b/www/api/wand-view.html index 5c3c7f5f6..58b2d2010 100644 --- a/www/api/wand-view.html +++ b/www/api/wand-view.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/architecture.html b/www/architecture.html index f61d8f4ae..6abc54fff 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/cipher.html b/www/cipher.html index b9cdd7ab5..a36090ebb 100644 --- a/www/cipher.html +++ b/www/cipher.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/color.html b/www/color.html index 254e16da8..e2b77707a 100644 --- a/www/color.html +++ b/www/color.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/command-line-options.html b/www/command-line-options.html index 7f02d90ec..2a6b29963 100644 --- a/www/command-line-options.html +++ b/www/command-line-options.html @@ -149,7 +149,7 @@ Druckerei Online diff --git a/www/command-line-tools.html b/www/command-line-tools.html index 7f9c99a9f..bf825bd40 100644 --- a/www/command-line-tools.html +++ b/www/command-line-tools.html @@ -145,7 +145,7 @@ Druckerei Online @@ -169,11 +169,11 @@ -

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

+

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

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

-

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

+

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

animate

diff --git a/www/compose.html b/www/compose.html index 6178bc7b4..2aa774c4d 100644 --- a/www/compose.html +++ b/www/compose.html @@ -145,6 +145,9 @@ +
diff --git a/www/conjure.html b/www/conjure.html index d352bfb97..28a213167 100644 --- a/www/conjure.html +++ b/www/conjure.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/contact.html b/www/contact.html index 55cedd30c..c191a4f24 100644 --- a/www/contact.html +++ b/www/contact.html @@ -145,7 +145,7 @@ Druckerei Online @@ -175,7 +175,7 @@

Contact the Development Team

-

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

+

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

Contact the Wizards

Enter this code, diff --git a/www/convert.html b/www/convert.html index 8187a0481..4ebe7d64e 100644 --- a/www/convert.html +++ b/www/convert.html @@ -146,7 +146,7 @@ Druckerei Online

diff --git a/www/display.html b/www/display.html index 436492cda..d8e5635b6 100644 --- a/www/display.html +++ b/www/display.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/escape.html b/www/escape.html index 5fe92b081..e84372174 100644 --- a/www/escape.html +++ b/www/escape.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/examples.html b/www/examples.html index 9737e91b1..a349769c8 100644 --- a/www/examples.html +++ b/www/examples.html @@ -167,7 +167,7 @@
-

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


+

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


[ImageMagick] diff --git a/www/formats.html b/www/formats.html index b0d848e9c..b66a8f58e 100644 --- a/www/formats.html +++ b/www/formats.html @@ -146,7 +146,7 @@ Druckerei Online
diff --git a/www/fx.html b/www/fx.html index b2e41ee98..18c6778cc 100644 --- a/www/fx.html +++ b/www/fx.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html index 21bbe027c..b385e55d3 100644 --- a/www/high-dynamic-range.html +++ b/www/high-dynamic-range.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/history.html b/www/history.html index 9389283c1..fdaf10a1c 100644 --- a/www/history.html +++ b/www/history.html @@ -145,7 +145,7 @@ Druckerei Online @@ -179,7 +179,7 @@ I swear by my life and my love of it that I will never live for the sake of anot

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

-

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

+

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

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

diff --git a/www/identify.html b/www/identify.html index 941198e9b..4245627b1 100644 --- a/www/identify.html +++ b/www/identify.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/import.html b/www/import.html index c2f05ac9e..5e7f14b11 100644 --- a/www/import.html +++ b/www/import.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/index.html b/www/index.html index d69ce008c..5f04448d4 100644 --- a/www/index.html +++ b/www/index.html @@ -144,6 +144,9 @@ + diff --git a/www/jp2.html b/www/jp2.html index f69a158df..4e14ccf86 100644 --- a/www/jp2.html +++ b/www/jp2.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/license.html b/www/license.html index cfb30c19c..2bcdf99d7 100644 --- a/www/license.html +++ b/www/license.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/links.html b/www/links.html index 8692096fe..54de927aa 100644 --- a/www/links.html +++ b/www/links.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/magick-core.html b/www/magick-core.html index fddb580a0..e0b383027 100644 --- a/www/magick-core.html +++ b/www/magick-core.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html index e5cb8c6a8..f71acd731 100644 --- a/www/magick-vector-graphics.html +++ b/www/magick-vector-graphics.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/miff.html b/www/miff.html index 1c929aa30..b7f03560a 100644 --- a/www/miff.html +++ b/www/miff.html @@ -145,7 +145,7 @@ Druckerei Online diff --git a/www/mirrors.html b/www/mirrors.html index 7b602050e..bf6b46e0f 100644 --- a/www/mirrors.html +++ b/www/mirrors.html @@ -145,7 +145,7 @@ Druckerei Online @@ -170,9 +170,9 @@

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

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

+
http://imagemagick.europnews.de/

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

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

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

Technology Sandbox

-
Fourier Transform Processing With ImageMagick
-
ImageMagick v6 Examples -- Fourier Transforms
+
Fourier Transform Processing With ImageMagick
+
ImageMagick v6 Examples -- Fourier Transforms
diff --git a/www/stream.html b/www/stream.html index fa096d5e9..bccfbef5f 100644 --- a/www/stream.html +++ b/www/stream.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/subversion.html b/www/subversion.html index d08034cf1..082df1f9f 100644 --- a/www/subversion.html +++ b/www/subversion.html @@ -144,9 +144,6 @@ - -- 2.50.1