From: cristy Date: Tue, 15 Sep 2009 14:48:48 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10689 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a007a737824d3ac20e2148992be20c256609251e;p=imagemagick --- diff --git a/ImageMagick.spec b/ImageMagick.spec index b4b5f6517..5c1ac245c 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %define VERSION 6.5.6 -%define Patchlevel 1 +%define Patchlevel 2 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index 2e9c2e0cf..98115f060 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,8 +8,8 @@ - - + + diff --git a/libtool b/libtool index 80fe29f27..f7023525d 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.6-1 +# Generated automatically by config.status (ImageMagick) 6.5.6-2 # 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 da93ef73d..07fd30023 100644 --- a/magick/version.h +++ b/magick/version.h @@ -30,8 +30,8 @@ extern "C" { #define MagickLibVersion 0x656 #define MagickLibVersionText "6.5.6" #define MagickLibVersionNumber 2,0,0 -#define MagickLibSubversion "-1" -#define MagickReleaseDate "2009-09-14" +#define MagickLibSubversion "-2" +#define MagickReleaseDate "2009-09-15" #define MagickChangeDate "20090913" #define MagickAuthoritativeURL "http://www.imagemagick.org" #define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.5.6/index.html" diff --git a/version.sh b/version.sh index 7e83163d6..7cd5e9203 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="1" +PACKAGE_RELEASE="2" 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 226200e0f..3d452e55f 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -123,9 +123,6 @@ Sponsors:
- diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index b3502ff43..e5f3455f5 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/api.html b/www/api.html index 8b5e205ef..1ea994b6f 100644 --- a/www/api.html +++ b/www/api.html @@ -156,7 +156,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

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

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

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

@@ -230,50 +230,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/blob.html b/www/api/blob.html index d4a67906d..ebaa01872 100644 --- a/www/api/blob.html +++ b/www/api/blob.html @@ -340,7 +340,7 @@ _8c.html" target="source" name="InjectImageBlob">InjectImageBlob Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/cache.html b/www/api/cache.html index 9fbadf10b..010ee8ca7 100644 --- a/www/api/cache.html +++ b/www/api/cache.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/color.html b/www/api/color.html index b30592222..06101fade 100644 --- a/www/api/color.html +++ b/www/api/color.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/composite.html b/www/api/composite.html index 55f4cc728..cdd9ffdb9 100644 --- a/www/api/composite.html +++ b/www/api/composite.html @@ -208,7 +208,7 @@ _8c.html" target="source" name="CompositeImageChannel">CompositeImageChannel Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/constitute.html b/www/api/constitute.html index b670b2095..093190268 100644 --- a/www/api/constitute.html +++ b/www/api/constitute.html @@ -330,7 +330,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 e60c159ff..3870a874c 100644 --- a/www/api/decorate.html +++ b/www/api/decorate.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/api/display.html b/www/api/display.html index 805a5743f..9296fabca 100644 --- a/www/api/display.html +++ b/www/api/display.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -233,7 +236,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 9ecb08da9..41a1c7f47 100644 --- a/www/api/distort.html +++ b/www/api/distort.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/api/draw.html b/www/api/draw.html index 260f04e2b..8ccd7b7d2 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -375,7 +375,7 @@ _8c.html" target="source" name="GetAffineMatrix">GetAffineMatrix Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html index ba4563a7c..34bd9419f 100644 --- a/www/api/drawing-wand.html +++ b/www/api/drawing-wand.html @@ -3064,7 +3064,7 @@ _8c.html" target="source" name="PushDrawingWand">PushDrawingWand Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/enhance.html b/www/api/enhance.html index 7675c72d1..7fa04da46 100644 --- a/www/api/enhance.html +++ b/www/api/enhance.html @@ -686,7 +686,7 @@ _8c.html" target="source" name="SigmoidalContrastImage">SigmoidalContrastImage Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/fx.html b/www/api/fx.html index 2a3a62e2b..ef8529c7b 100644 --- a/www/api/fx.html +++ b/www/api/fx.html @@ -822,7 +822,7 @@ _8c.html" target="source" name="WaveImage">WaveImage Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/layer.html b/www/api/layer.html index 5db4bfbbe..c05c3b43e 100644 --- a/www/api/layer.html +++ b/www/api/layer.html @@ -444,7 +444,7 @@ _8c.html" target="source" name="MergeImageLayers">MergeImageLayers Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/list.html b/www/api/list.html index 8490ca46f..daae8afca 100644 --- a/www/api/list.html +++ b/www/api/list.html @@ -642,7 +642,7 @@ _8c.html" target="source" name="SplitImageList">SplitImageList Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/magick-image.html b/www/api/magick-image.html index 99c8d19a9..77d144ff8 100644 --- a/www/api/magick-image.html +++ b/www/api/magick-image.html @@ -6309,7 +6309,7 @@ _8c.html" target="source" name="MagickWriteImagesFile">MagickWriteImagesFile Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/magick-property.html b/www/api/magick-property.html index 06cc53994..044188055 100644 --- a/www/api/magick-property.html +++ b/www/api/magick-property.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html index 86471a791..350552d9c 100644 --- a/www/api/magick-wand.html +++ b/www/api/magick-wand.html @@ -629,7 +629,7 @@ _8c.html" target="source" name="NewMagickWandFromImage">NewMagickWandFromImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/magick.html b/www/api/magick.html index 7bad8e7e6..5179cd2a0 100644 --- a/www/api/magick.html +++ b/www/api/magick.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -209,7 +206,7 @@ _8c.html" target="source" name="MagickCoreTerminus">MagickCoreTerminus Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/module.html b/www/api/module.html index e42734669..eb452d63d 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 c372810f1..3a31bafa8 100644 --- a/www/api/monitor.html +++ b/www/api/monitor.html @@ -224,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 b9155c81b..67d6ef72d 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-iterator.html b/www/api/pixel-iterator.html index 0ce6f8d3f..f7dac18a8 100644 --- a/www/api/pixel-iterator.html +++ b/www/api/pixel-iterator.html @@ -503,7 +503,7 @@ _8c.html" target="source" name="PixelSyncIterator">PixelSyncIterator Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/pixel-view.html b/www/api/pixel-view.html index b5b7cd47a..310fa225c 100644 --- a/www/api/pixel-view.html +++ b/www/api/pixel-view.html @@ -564,7 +564,7 @@ _8c.html" target="source" name="UpdatePixelViewIterator">UpdatePixelViewIterator Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html index 62ab111d2..5e30c3570 100644 --- a/www/api/pixel-wand.html +++ b/www/api/pixel-wand.html @@ -1394,7 +1394,7 @@ _8c.html" target="source" name="PixelSetYellowQuantum">PixelSetYellowQuantum Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/profile.html b/www/api/profile.html index 27b072a74..eed70a7be 100644 --- a/www/api/profile.html +++ b/www/api/profile.html @@ -373,7 +373,7 @@ _8c.html" target="source" name="SyncImageProfiles">SyncImageProfiles Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/registry.html b/www/api/registry.html index 0c48e4ed6..1375831b3 100644 --- a/www/api/registry.html +++ b/www/api/registry.html @@ -311,7 +311,7 @@ _8c.html" target="source" name="SetImageRegistry">SetImageRegistry Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/resize.html b/www/api/resize.html index e0d020419..eba03b353 100644 --- a/www/api/resize.html +++ b/www/api/resize.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/resource.html b/www/api/resource.html index d9d37067e..ee4088385 100644 --- a/www/api/resource.html +++ b/www/api/resource.html @@ -318,7 +318,7 @@ _8c.html" target="source" name="SetMagickResourceLimit">SetMagickResourceLimit Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/segment.html b/www/api/segment.html index 6e35b5997..9d98e0537 100644 --- a/www/api/segment.html +++ b/www/api/segment.html @@ -190,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 b2245f8a3..5bc6984cb 100644 --- a/www/api/shear.html +++ b/www/api/shear.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -265,7 +262,7 @@ _8c.html" target="source" name="ShearImage">ShearImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/stream.html b/www/api/stream.html index 5819316b3..219017a8c 100644 --- a/www/api/stream.html +++ b/www/api/stream.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -208,7 +205,7 @@ _8c.html" target="source" name="WriteStream">WriteStream Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/transform.html b/www/api/transform.html index 29d77218f..ce016dcc4 100644 --- a/www/api/transform.html +++ b/www/api/transform.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/version.html b/www/api/version.html index b1e581247..ac7db1194 100644 --- a/www/api/version.html +++ b/www/api/version.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -271,7 +268,7 @@ _8c.html" target="source" name="GetMagickVersion">GetMagickVersion Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/architecture.html b/www/architecture.html index d484d79c3..a0ff0a299 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -1220,7 +1217,7 @@ ModuleExport unsigned long analyzeImage(Image **images,const int argc, Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/binary-releases.html b/www/binary-releases.html index ddba3f4a5..a8b626872 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -373,7 +370,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/changelog.html b/www/changelog.html index f5271abdb..683396730 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/cipher.html b/www/cipher.html index ac5914ecd..65b3ffb2f 100644 --- a/www/cipher.html +++ b/www/cipher.html @@ -202,7 +202,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/command-line-options.html b/www/command-line-options.html index f0878dfde..17f8ae9c9 100644 --- a/www/command-line-options.html +++ b/www/command-line-options.html @@ -126,9 +126,6 @@ Sponsors:
- diff --git a/www/command-line-tools.html b/www/command-line-tools.html index bd8b44a3c..f6d5b20a2 100644 --- a/www/command-line-tools.html +++ b/www/command-line-tools.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -150,11 +153,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

@@ -229,7 +232,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/compare.html b/www/compare.html index 3805436d1..4343aed8d 100644 --- a/www/compare.html +++ b/www/compare.html @@ -393,7 +393,7 @@ transparent, extract, background, or shape the alpha channel Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/composite.html b/www/composite.html index c17d214c6..4589e9e02 100644 --- a/www/composite.html +++ b/www/composite.html @@ -597,7 +597,7 @@ transparent, extract, background, or shape the alpha channel Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/conjure.html b/www/conjure.html index c09db71e5..42f0615be 100644 --- a/www/conjure.html +++ b/www/conjure.html @@ -123,6 +123,9 @@ Sponsors:
+ @@ -303,7 +306,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/contact.html b/www/contact.html index ec56d023d..011174012 100644 --- a/www/contact.html +++ b/www/contact.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -165,7 +168,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, diff --git a/www/display.html b/www/display.html index ccc8c047e..47edfa26f 100644 --- a/www/display.html +++ b/www/display.html @@ -123,9 +123,6 @@ Sponsors:

    - diff --git a/www/download.html b/www/download.html index cc3b13643..09fdda869 100644 --- a/www/download.html +++ b/www/download.html @@ -206,7 +206,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/escape.html b/www/escape.html index 2a37650ab..fd4d06445 100644 --- a/www/escape.html +++ b/www/escape.html @@ -123,9 +123,6 @@ Sponsors:
    - diff --git a/www/examples.html b/www/examples.html index 82d02110c..47484cc36 100644 --- a/www/examples.html +++ b/www/examples.html @@ -122,6 +122,9 @@ Sponsors:
    + @@ -148,7 +151,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 31ecc52db..a5857c2a2 100644 --- a/www/formats.html +++ b/www/formats.html @@ -123,6 +123,9 @@ Sponsors:
    + diff --git a/www/fx.html b/www/fx.html index 0ba1e373e..64a6a4834 100644 --- a/www/fx.html +++ b/www/fx.html @@ -463,7 +463,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/history.html b/www/history.html index 49ea6380e..b8de274fa 100644 --- a/www/history.html +++ b/www/history.html @@ -122,9 +122,6 @@ Sponsors:
    - @@ -162,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.

    @@ -175,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 e5873df1e..e49511e5b 100644 --- a/www/identify.html +++ b/www/identify.html @@ -412,7 +412,7 @@ transparent, extract, background, or shape the alpha channel Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/jp2.html b/www/jp2.html index 17c4ef14c..bfce46314 100644 --- a/www/jp2.html +++ b/www/jp2.html @@ -123,9 +123,6 @@ Sponsors:
    - 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 ddccb2178..92a10f091 100644 --- a/www/links.html +++ b/www/links.html @@ -122,6 +122,9 @@ Sponsors:
    + @@ -156,23 +159,23 @@

    Command-line Tutorials

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

    ImageMagick Book Review

    Mailing List Archives

    @@ -233,13 +236,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
    @@ -247,16 +250,16 @@
      -
      G'MIC: convert, manipulate and visualize generic 1D/2D/3D multi-spectral image files
      -
      Image Commander: bulk picture processing with a GUI
      +
      G'MIC: convert, manipulate and visualize generic 1D/2D/3D multi-spectral image files
      +
      Image Commander: bulk picture processing with a GUI

    Other Projects Hosted by ImageMagick Studio

    @@ -267,7 +270,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/magick-core.html b/www/magick-core.html index 0464235c5..103e20813 100644 --- a/www/magick-core.html +++ b/www/magick-core.html @@ -279,7 +279,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html index 1318e2958..7e3f20f7c 100644 --- a/www/magick-vector-graphics.html +++ b/www/magick-vector-graphics.html @@ -1054,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 0e5c339db..33c8c67a6 100644 --- a/www/mailing-list.html +++ b/www/mailing-list.html @@ -122,6 +122,9 @@ Sponsors:
    + @@ -151,25 +154,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.

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

    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

    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.

    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..222a97db2 100644 --- a/www/miff.html +++ b/www/miff.html @@ -122,9 +122,6 @@ Sponsors:
    - @@ -308,7 +305,7 @@ or fewer colors in the image, each byte of image data contains an index value. I Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/mirrors.html b/www/mirrors.html index 5c59d73dc..2e10cc25f 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.

    @@ -164,7 +164,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/mogrify.html b/www/mogrify.html index efde2e2b9..1ee228165 100644 --- a/www/mogrify.html +++ b/www/mogrify.html @@ -1250,7 +1250,7 @@ transparent, extract, background, or shape the alpha channel Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/montage.html b/www/montage.html index 10e3a99c4..bc62db1e0 100644 --- a/www/montage.html +++ b/www/montage.html @@ -123,9 +123,6 @@ Sponsors:
    - diff --git a/www/perl-magick.html b/www/perl-magick.html index 7200d0015..fc3d7ae45 100644 --- a/www/perl-magick.html +++ b/www/perl-magick.html @@ -2507,7 +2507,7 @@ blobs in any of these image formats and provid Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/resources.html b/www/resources.html index b6e5b5b3f..9abe5fbb7 100644 --- a/www/resources.html +++ b/www/resources.html @@ -402,7 +402,7 @@ file or data stream.

    Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/search.html b/www/search.html index 741523ca1..3f0736fa0 100644 --- a/www/search.html +++ b/www/search.html @@ -163,7 +163,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/sitemap.html b/www/sitemap.html index a14484fbf..e68e60534 100644 --- a/www/sitemap.html +++ b/www/sitemap.html @@ -159,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.
    @@ -173,12 +173,12 @@
    Download ImageMagick: ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors.
    @@ -217,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.
    @@ -227,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.
    @@ -259,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.
    @@ -271,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.
    @@ -295,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/stream.html b/www/stream.html index be2963924..f4b67de38 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 b170e2da8..44643135c 100644 --- a/www/subversion.html +++ b/www/subversion.html @@ -122,6 +122,9 @@ Sponsors: