From: cristy Date: Thu, 17 Sep 2009 19:35:37 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10680 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43d0f4d31126b4f018ce45f3c6e2181e6ce7b324;p=imagemagick --- diff --git a/index.html b/index.html index 238f185a3..a45036e63 100644 --- a/index.html +++ b/index.html @@ -214,7 +214,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index 3d452e55f..c6b8ca9f9 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -204,7 +204,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index c90c482c1..d2d46c08c 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -519,7 +519,7 @@ Options used to compile and link:

Download the ImageMagick source distribution and verify the distribution against its message digest.

Unpack and change into the top-level ImageMagick directory:

-

$magick> tar xvfz ImageMagick-6.5.6-0.tar.gz $magick> cd ImageMagick-6.5.6

Choose an architecture and set your CFLAGS environment variable. Here we set CFLAGS for an Intel build:

+

$magick> tar xvfz ImageMagick-6.5.6-1.tar.gz $magick> cd ImageMagick-6.5.6

Choose an architecture and set your CFLAGS environment variable. Here we set CFLAGS for an Intel build:

$magick> export CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk/ \
-arch i386 -I/sw/include/"

Set your LDFLAGS environment variable to:

$magick> export LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk/,-L/sw/lib/"

Configure ImageMagick:

@@ -594,7 +594,7 @@ Options used to compile and link: Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index e5f3455f5..69806c583 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -427,7 +424,7 @@
  1. Double-click on - VisualMagick/bin/ImageMagick-6.5.6-0-Q16-windows-dll.exe + VisualMagick/bin/ImageMagick-6.5.6-1-Q16-windows-dll.exe to launch the ImageMagick binary distribution.
  2. Complete the installer screens to install ImageMagick on your system.
@@ -483,7 +480,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api.html b/www/api.html index 1ea994b6f..6d1cb3733 100644 --- a/www/api.html +++ b/www/api.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -156,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

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

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

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

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

@@ -282,7 +285,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/animate.html b/www/api/animate.html index 1ae7b0949..5e99822c2 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -183,7 +180,7 @@ _8c.html" target="source" name="AnimateImages">AnimateImages Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/cache-view.html b/www/api/cache-view.html index fd023955c..78c051f05 100644 --- a/www/api/cache-view.html +++ b/www/api/cache-view.html @@ -573,7 +573,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 ca0c54917..bd204d552 100644 --- a/www/api/cipher.html +++ b/www/api/cipher.html @@ -352,7 +352,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 06101fade..e0c9c7873 100644 --- a/www/api/color.html +++ b/www/api/color.html @@ -546,7 +546,7 @@ _8c.html" target="source" name="UniqueImageColors">UniqueImageColors Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/composite.html b/www/api/composite.html index cdd9ffdb9..e99083212 100644 --- a/www/api/composite.html +++ b/www/api/composite.html @@ -148,7 +148,7 @@
- +

CompositeImageChannel

@@ -200,6 +200,27 @@ _8c.html" target="source" name="CompositeImageChannel">CompositeImageChannel

Previous to IM v6.5.3-3 this was called "modify-outside-overlay"

+

TextureImage

+
+ +

TextureImage() repeatedly tiles the texture image across and down the image canvas.

+ +

The format of the TextureImage method is:

+ +
+  MagickBooleanType TextureImage(Image *image,const Image *texture)
+
+ +

A description of each parameter follows:

+ +
image
+

    the image.

+ +
texture
+

    This image is the texture to layer on the background.

+ +
diff --git a/www/api/constitute.html b/www/api/constitute.html index 093190268..b670b2095 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 3870a874c..7e4172a72 100644 --- a/www/api/decorate.html +++ b/www/api/decorate.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -236,7 +233,7 @@ _8c.html" target="source" name="RaiseImage">RaiseImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/deprecate.html b/www/api/deprecate.html index cfdd666fe..7f5cfd4b2 100644 --- a/www/api/deprecate.html +++ b/www/api/deprecate.html @@ -2560,7 +2560,7 @@ _8c.html" target="source" name="UnshiftImageList">UnshiftImageList Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/display.html b/www/api/display.html index 9296fabca..805a5743f 100644 --- a/www/api/display.html +++ b/www/api/display.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -236,7 +233,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 41a1c7f47..9ecb08da9 100644 --- a/www/api/distort.html +++ b/www/api/distort.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/draw.html b/www/api/draw.html index 8ccd7b7d2..8aef9f8db 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html index 34bd9419f..ba4563a7c 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/effect.html b/www/api/effect.html index faf61eb4e..29dedb41a 100644 --- a/www/api/effect.html +++ b/www/api/effect.html @@ -685,7 +685,7 @@ _8c.html" target="source" name="UnsharpMaskImage">UnsharpMaskImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/exception.html b/www/api/exception.html index 4ab9a4f13..ae4b4b4ca 100644 --- a/www/api/exception.html +++ b/www/api/exception.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/api/histogram.html b/www/api/histogram.html index 2e4a255d2..8ba1f6b6c 100644 --- a/www/api/histogram.html +++ b/www/api/histogram.html @@ -190,7 +190,7 @@ _8c.html" target="source" name="MinMaxStretchImage">MinMaxStretchImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/image.html b/www/api/image.html index d76e00105..1cc782f3a 100644 --- a/www/api/image.html +++ b/www/api/image.html @@ -148,7 +148,7 @@
- +

AcquireImage

@@ -247,27 +247,6 @@ _8c.html" target="source" name="AppendImages">AppendImages
stack

    A value other than 0 stacks the images top-to-bottom.

-
exception
-

    return any errors or warnings in this structure.

- -
-

AverageImages

-
- -

AverageImages() takes a set of images and averages them together. Each image in the set must have the same width and height. AverageImages() returns a single image with each corresponding pixel component of each image averaged. On failure, a NULL image is returned and exception describes the reason for the failure.

- -

The format of the AverageImages method is:

- -
-  Image *AverageImages(Image *image,ExceptionInfo *exception)
-
- -

A description of each parameter follows:

- -
image
-

    the image sequence.

-
exception

    return any errors or warnings in this structure.

@@ -388,27 +367,6 @@ _8c.html" target="source" name="CombineImages">CombineImages

CycleColormap

-
- -

CycleColormap() displaces an image's colormap by a given number of positions. If you cycle the colormap a number of times you can produce a psychodelic effect.

- -

The format of the CycleColormapImage method is:

- -
-  MagickBooleanType CycleColormapImage(Image *image,const long displace)
-
- -

A description of each parameter follows:

- -
image
-

    the image.

- -
displace
-

    displace the colormap this amount.

- -
-

DestroyImage

@@ -1068,27 +1026,6 @@ _8c.html" target="source" name="StripImage">StripImage

    the image.

-

TextureImage

-
- -

TextureImage() repeatedly tiles the texture image across and down the image canvas.

- -

The format of the TextureImage method is:

- -
-  MagickBooleanType TextureImage(Image *image,const Image *texture)
-
- -

A description of each parameter follows:

- -
image
-

    the image.

- -
texture
-

    This image is the texture to layer on the background.

- -
@@ -1097,7 +1034,7 @@ _8c.html" target="source" name="TextureImage">TextureImage Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/layer.html b/www/api/layer.html index c05c3b43e..55ea3dbc1 100644 --- a/www/api/layer.html +++ b/www/api/layer.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -444,7 +447,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 daae8afca..8490ca46f 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-deprecate.html b/www/api/magick-deprecate.html index 833fac1e2..843d6208c 100644 --- a/www/api/magick-deprecate.html +++ b/www/api/magick-deprecate.html @@ -897,7 +897,7 @@ _8c.html" target="source" name="PixelIteratorGetException">PixelIteratorGetExcep Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/magick-image.html b/www/api/magick-image.html index 77d144ff8..99c8d19a9 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 044188055..3989185a6 100644 --- a/www/api/magick-property.html +++ b/www/api/magick-property.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -1512,7 +1509,7 @@ _8c.html" target="source" name="MagickSetType">MagickSetType Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/module.html b/www/api/module.html index eb452d63d..e42734669 100644 --- a/www/api/module.html +++ b/www/api/module.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -498,7 +495,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 3a31bafa8..c372810f1 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/paint.html b/www/api/paint.html index 67d6ef72d..b9155c81b 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 f7dac18a8..0ce6f8d3f 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/quantize.html b/www/api/quantize.html index d5bb1a084..25d002690 100644 --- a/www/api/quantize.html +++ b/www/api/quantize.html @@ -479,7 +479,7 @@ _8c.html" target="source" name="SetGrayscaleImage">SetGrayscaleImage Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/resize.html b/www/api/resize.html index eba03b353..3e37dc58d 100644 --- a/www/api/resize.html +++ b/www/api/resize.html @@ -449,7 +449,7 @@ _8c.html" target="source" name="ZoomImage">ZoomImage Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/segment.html b/www/api/segment.html index 9d98e0537..6e35b5997 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/transform.html b/www/api/transform.html index ce016dcc4..cd499c0cd 100644 --- a/www/api/transform.html +++ b/www/api/transform.html @@ -494,7 +494,7 @@ _8c.html" target="source" name="TrimImage">TrimImage Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/version.html b/www/api/version.html index ac7db1194..58355b080 100644 --- a/www/api/version.html +++ b/www/api/version.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/architecture.html b/www/architecture.html index a0ff0a299..e7c246585 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -234,7 +234,7 @@

When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache. For example, a 1-channel 1-bit monochrome PBM image is scaled to a 4 channel 8-bit RGBA image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version. You can determine which version you have using the ‑version option, as with this command:

-

$magick> identify -versionVersion: ImageMagick 6.5.6-0 2009-09-15 Q16 http://www.imagemagick.org

+

$magick> identify -versionVersion: ImageMagick 6.5.6-1 2009-09-15 Q16 http://www.imagemagick.org

As you can see, the convenience of the pixel cache sometimes comes with a trade-off in storage (e.g. storing a 1-bit monochrome image as 16-bit RGBA is wasteful) and speed (i.e. storing the entire image in memory is generally slower than accessing one scanline of pixels at a time).

diff --git a/www/binary-releases.html b/www/binary-releases.html index a8b626872..e6226f239 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -170,16 +173,16 @@ - ImageMagick-6.5.6-0.i386.rpm - download - download + ImageMagick-6.5.6-1.i386.rpm + download + download Fedora Core 10 i386 RPM - ImageMagick-6.5.6-0.x86_64.rpm - download - download + ImageMagick-6.5.6-1.x86_64.rpm + download + download Fedora Core 10 x86_64 RPM @@ -216,7 +219,7 @@

ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:

-

$magick> rpm -Uvh ImageMagick-6.5.6-0.i386.rpm

+

$magick> rpm -Uvh ImageMagick-6.5.6-1.i386.rpm

For other systems, create (or choose) a directory to install the package into and change to that directory, for example:

$magick> cd $HOME

@@ -298,7 +301,7 @@

ImageMagick runs on all recent Windows releases except Windows 95 / 98. We recommend its use on an NT-based version of Windows (NT4, 2000, 2003, XP, or Vista). Starting with ImageMagick 5.5.7, older versions such as Windows 95 / 98 are not supported anymore. The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 256 MB of RAM is recommended, but the more RAM the better. Although ImageMagick runs fine on a single core computer, it automagically runs in parallel on dual and quad-core systems reducing run times considerably.

The Windows version of ImageMagick is self-installing. Simply click on the appropriate version below and it will launch itself and ask you a few installation questions. Versions with Q8 in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas, Q16 in the filename are 16 bits-per-pixel component. A Q16 version permits you to read or write 16-bit images without losing precision but requires twice as much resources as the Q8 version. Versions with dll in the filename include ImageMagick libraries as dynamic link libraries. If you are not sure which version is appropriate, choose -ImageMagick-6.5.6-0-Q16-windows-dll.exe.

+ImageMagick-6.5.6-1-Q16-windows-dll.exe.

@@ -310,37 +313,37 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + diff --git a/www/changelog.html b/www/changelog.html index 683396730..c997928f4 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -1229,7 +1229,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/command-line-processing.html b/www/command-line-processing.html index aab7d3cb5..ad6eefd1a 100644 --- a/www/command-line-processing.html +++ b/www/command-line-processing.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -630,7 +633,7 @@ above.

Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/command-line-tools.html b/www/command-line-tools.html index f6d5b20a2..eda9c701b 100644 --- a/www/command-line-tools.html +++ b/www/command-line-tools.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -153,11 +150,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/conjure.html b/www/conjure.html index 42f0615be..c09db71e5 100644 --- a/www/conjure.html +++ b/www/conjure.html @@ -123,9 +123,6 @@ Sponsors:
- @@ -306,7 +303,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/contact.html b/www/contact.html index 011174012..ef4a5590d 100644 --- a/www/contact.html +++ b/www/contact.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -168,7 +165,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, @@ -218,7 +215,7 @@ Discourse ServerMailing Lists • - Studio + Studio  

    diff --git a/www/convert.html b/www/convert.html index d6a961907..4c7c5ff97 100644 --- a/www/convert.html +++ b/www/convert.html @@ -1252,7 +1252,7 @@ transparent, extract, background, or shape the alpha channel Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/download.html b/www/download.html index 09fdda869..45b60da5e 100644 --- a/www/download.html +++ b/www/download.html @@ -150,7 +150,7 @@

    ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors around the world listed below. ImageMagick stable and development source releases are also available from Subversion. Before you download, you may want to review recent changes to the ImageMagick distribution.

    -

    The latest release of ImageMagick is version 6.5.6-0.

    +

    The latest release of ImageMagick is version 6.5.6-1.

    Australia
    ftp://mirror.aarnet.edu.au/pub/ImageMagick/
    @@ -206,7 +206,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/escape.html b/www/escape.html index fd4d06445..13fa41f44 100644 --- a/www/escape.html +++ b/www/escape.html @@ -123,6 +123,9 @@ Sponsors:
    + @@ -438,7 +441,7 @@ for an image with filename bird.miff and whose width is 512 and heigh Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/examples.html b/www/examples.html index 47484cc36..be982ab64 100644 --- a/www/examples.html +++ b/www/examples.html @@ -122,9 +122,6 @@ Sponsors:
    - @@ -151,7 +148,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] @@ -164,7 +161,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/exception.html b/www/exception.html index 902d002f3..421b66ce3 100644 --- a/www/exception.html +++ b/www/exception.html @@ -351,7 +351,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/formats.html b/www/formats.html index a5857c2a2..153171346 100644 --- a/www/formats.html +++ b/www/formats.html @@ -123,9 +123,6 @@ Sponsors:
    - @@ -1742,7 +1739,7 @@ the supported image formats.

    Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html index 419714ce6..2872239f2 100644 --- a/www/high-dynamic-range.html +++ b/www/high-dynamic-range.html @@ -179,7 +179,7 @@

    To verify HDRI is properly configured, look for "HDRI" in the version string:

    -

    $magick> identify -versionVersion: ImageMagick 6.5.6-0 2009-09-15 Q16 HDRI http://www.imagemagick.org

    +

    $magick> identify -versionVersion: ImageMagick 6.5.6-1 2009-09-15 Q16 HDRI http://www.imagemagick.org

    diff --git a/www/history.html b/www/history.html index b8de274fa..76c41ec67 100644 --- a/www/history.html +++ b/www/history.html @@ -122,6 +122,9 @@ Sponsors:
    + @@ -159,7 +162,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.

    diff --git a/www/identify.html b/www/identify.html index e49511e5b..7336cc802 100644 --- a/www/identify.html +++ b/www/identify.html @@ -218,7 +218,7 @@ Tainted: False
    Filesize: 3.97266kb
    Number pixels: 3.14453kb
    - Version: ImageMagick 6.5.6-0 2009-09-15 Q16 http://www.imagemagick.org

    + Version: ImageMagick 6.5.6-1 2009-09-15 Q16 http://www.imagemagick.org

    To get the print size in inches of an image at 72 DPI, use:

    $magick> identify -format "%[fx:w/72] by %[fx:h/72] inches" document.png8.5 x 11 inches

    @@ -412,7 +412,7 @@ transparent, extract, background, or shape the alpha channel Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/index.html b/www/index.html index 4dfdbba19..0181d5fef 100644 --- a/www/index.html +++ b/www/index.html @@ -214,7 +214,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/install-source.html b/www/install-source.html index b221548cb..c11bdc0e7 100644 --- a/www/install-source.html +++ b/www/install-source.html @@ -220,7 +220,7 @@ to compile the program and on completion run the program.

    Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/jp2.html b/www/jp2.html index bfce46314..86ceecaa1 100644 --- a/www/jp2.html +++ b/www/jp2.html @@ -259,7 +259,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/license.html b/www/license.html index 6d9d97e3f..a6b8c8c1c 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 92a10f091..5c5705f18 100644 --- a/www/links.html +++ b/www/links.html @@ -122,9 +122,6 @@ Sponsors:
    - @@ -159,23 +156,23 @@

    Command-line Tutorials

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

    ImageMagick Book Review

    Mailing List Archives

    @@ -236,13 +234,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
    @@ -250,16 +248,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

    diff --git a/www/magick-core.html b/www/magick-core.html index 103e20813..57b664356 100644 --- a/www/magick-core.html +++ b/www/magick-core.html @@ -159,6 +159,7 @@
  • Composite an Image
  • Image Methods
  • Count the Colors in an Image
  • +
  • Colormap Methods
  • Image Distortions
  • Dealing with Image Layers
  • Dealing with Image Profiles
  • @@ -279,7 +280,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/magick-wand.html b/www/magick-wand.html index 24ad3c450..554720caf 100644 --- a/www/magick-wand.html +++ b/www/magick-wand.html @@ -123,6 +123,9 @@ Sponsors:
    + diff --git a/www/mailing-list.html b/www/mailing-list.html index 33c8c67a6..680b29783 100644 --- a/www/mailing-list.html +++ b/www/mailing-list.html @@ -122,9 +122,6 @@ Sponsors:
    - @@ -154,25 +151,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

    @@ -184,7 +181,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/mirrors.html b/www/mirrors.html index 2e10cc25f..e7c876652 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.

    diff --git a/www/mogrify.html b/www/mogrify.html index 1ee228165..efde2e2b9 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 bc62db1e0..e5a47ffb5 100644 --- a/www/montage.html +++ b/www/montage.html @@ -695,7 +695,7 @@ transparent, extract, background, or shape the alpha channel Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/quantize.html b/www/quantize.html index cd1103374..6e7867ce6 100644 --- a/www/quantize.html +++ b/www/quantize.html @@ -282,7 +282,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/resources.html b/www/resources.html index 9abe5fbb7..b6e5b5b3f 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 3f0736fa0..741523ca1 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 e68e60534..783aa766d 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
    @@ -307,7 +307,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/stream.html b/www/stream.html index f4b67de38..be2963924 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 44643135c..b170e2da8 100644 --- a/www/subversion.html +++ b/www/subversion.html @@ -122,9 +122,6 @@ Sponsors:
    - diff --git a/www/t-shirt.html b/www/t-shirt.html index c7c68d3a8..d86c1dde6 100644 --- a/www/t-shirt.html +++ b/www/t-shirt.html @@ -188,7 +188,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    ImageMagick-6.5.6-0-Q16-windows-dll.exedownloaddownloadImageMagick-6.5.6-1-Q16-windows-dll.exedownloaddownload Win32 dynamic at 16 bits-per-pixel
    ImageMagick-6.5.6-0-Q16-windows-static.exedownloaddownloadImageMagick-6.5.6-1-Q16-windows-static.exedownloaddownload Win32 static at 16 bits-per-pixel
    ImageMagick-6.5.6-0-Q16-windows-x64-static.exedownloaddownloadImageMagick-6.5.6-1-Q16-windows-x64-static.exedownloaddownload x64 static at 16 bits-per-pixel
    ImageMagick-6.5.6-0-Q8-windows-dll.exedownloaddownloadImageMagick-6.5.6-1-Q8-windows-dll.exedownloaddownload Win32 dynamic at 8 bits-per-pixel
    ImageMagick-6.5.6-0-Q8-windows-static.exedownloaddownloadImageMagick-6.5.6-1-Q8-windows-static.exedownloaddownload Win32 static at 8 bits-per-pixel