From: cristy
Date: Sat, 8 May 2010 01:53:58 +0000 (+0000)
Subject: (no commit message)
X-Git-Tag: 7.0.1-0~9531
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=240205f6304670a12672e38ee5323b31b46b59f1;p=imagemagick
---
diff --git a/magick/identify.c b/magick/identify.c
index adb132a46..15856cd41 100644
--- a/magick/identify.c
+++ b/magick/identify.c
@@ -220,10 +220,10 @@ static int PrintChannelStatistics(FILE *file,const ChannelType channel,
if (channel == AlphaChannel)
{
status=fprintf(file,StatisticsFormat,name,ClampToQuantum(scale*
- (QuantumRange-channel_statistics[channel].minima)),
- (QuantumRange-channel_statistics[channel].minima)/(double) QuantumRange,
- ClampToQuantum(scale*(QuantumRange-channel_statistics[channel].maxima)),
+ (QuantumRange-channel_statistics[channel].maxima)),
(QuantumRange-channel_statistics[channel].maxima)/(double) QuantumRange,
+ ClampToQuantum(scale*(QuantumRange-channel_statistics[channel].minima)),
+ (QuantumRange-channel_statistics[channel].minima)/(double) QuantumRange,
scale*(QuantumRange-channel_statistics[channel].mean),(QuantumRange-
channel_statistics[channel].mean)/(double) QuantumRange,scale*
channel_statistics[channel].standard_deviation,
diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html
index 46b0be0d2..5a7e60197 100644
--- a/www/ImageMagickObject.html
+++ b/www/ImageMagickObject.html
@@ -143,7 +143,7 @@
Druckerei Online
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html
index e92e30158..c61334ac4 100644
--- a/www/advanced-windows-installation.html
+++ b/www/advanced-windows-installation.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api.html b/www/api.html
index 6a34076fc..cbe01fe68 100644
--- a/www/api.html
+++ b/www/api.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -160,7 +160,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.
-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+
@@ -184,31 +184,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.
-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.
-LVOOP ImageMagick is an object-oriented LabVIEW interface to ImageMagick.
+LVOOP ImageMagick is an object-oriented LabVIEW interface to ImageMagick.
-CL-Magick provides a Common Lisp interface to the ImageMagick library.
+CL-Magick provides a Common Lisp interface to the ImageMagick library.
-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
@@ -222,7 +222,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
@@ -234,50 +234,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.
-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.
-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.
-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.
-TclMagick a native Tcl-extension to the ImageMagick MagickWand API.
+TclMagick a native Tcl-extension to the ImageMagick MagickWand API.
-RemoteMagick is an XML-RPC web service that creates image thumbnails.
+RemoteMagick is an XML-RPC web service that creates image thumbnails.
@@ -285,7 +285,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/annotate.html b/www/api/annotate.html
index af80e75a0..3c1840c64 100644
--- a/www/api/annotate.html
+++ b/www/api/annotate.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -322,7 +322,7 @@ _8c.html" target="source" name="GetTypeMetrics">GetTypeMetrics
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/blob.html b/www/api/blob.html
index 973ba72d2..9fc2941a0 100644
--- a/www/api/blob.html
+++ b/www/api/blob.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -343,7 +343,7 @@ _8c.html" target="source" name="InjectImageBlob">InjectImageBlob
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/cache-view.html b/www/api/cache-view.html
index dab781746..8956716bf 100644
--- a/www/api/cache-view.html
+++ b/www/api/cache-view.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/cache.html b/www/api/cache.html
index febc9f577..237309d6d 100644
--- a/www/api/cache.html
+++ b/www/api/cache.html
@@ -141,6 +141,9 @@
+
@@ -509,7 +512,7 @@ _8c.html" target="source" name="SyncAuthenticPixels">SyncAuthenticPixels -->
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/cipher.html b/www/api/cipher.html
index 3ce509d49..9814314ae 100644
--- a/www/api/cipher.html
+++ b/www/api/cipher.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -355,7 +355,7 @@ _8c.html" target="source" name="PasskeyEncipherImage">PasskeyEncipherImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/color.html b/www/api/color.html
index c71dae0db..1158cf8c2 100644
--- a/www/api/color.html
+++ b/www/api/color.html
@@ -368,7 +368,7 @@ _8c.html" target="source" name="QueryMagickColorname">QueryMagickColorname
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/colormap.html b/www/api/colormap.html
index 90cc78b7a..9bff4d25a 100644
--- a/www/api/colormap.html
+++ b/www/api/colormap.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -204,7 +204,7 @@ _8c.html" target="source" name="CycleColormap">CycleColormap
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/compare.html b/www/api/compare.html
index b2d8ef3f7..9b019c10b 100644
--- a/www/api/compare.html
+++ b/www/api/compare.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -325,7 +325,7 @@ _8c.html" target="source" name="SimilarityImage">SimilarityImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/composite.html b/www/api/composite.html
index bbecb2918..49999e284 100644
--- a/www/api/composite.html
+++ b/www/api/composite.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/display.html b/www/api/display.html
index 831f51821..e488b9d68 100644
--- a/www/api/display.html
+++ b/www/api/display.html
@@ -141,6 +141,9 @@
+
@@ -233,7 +236,7 @@ _8c.html" target="source" name="XDisplayBackgroundImage">XDisplayBackgroundImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/distort.html b/www/api/distort.html
index c003a6255..aa36ec9b8 100644
--- a/www/api/distort.html
+++ b/www/api/distort.html
@@ -257,7 +257,7 @@ _8c.html" target="source" name="SparseColorImage">SparseColorImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html
index a72e50182..b6d9cbae6 100644
--- a/www/api/drawing-wand.html
+++ b/www/api/drawing-wand.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -3067,7 +3067,7 @@ _8c.html" target="source" name="PushDrawingWand">PushDrawingWand
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/effect.html b/www/api/effect.html
index aa9927659..32197314a 100644
--- a/www/api/effect.html
+++ b/www/api/effect.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -752,7 +752,7 @@ _8c.html" target="source" name="UnsharpMaskImage">UnsharpMaskImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/enhance.html b/www/api/enhance.html
index 16ee48f5e..8417e3cb0 100644
--- a/www/api/enhance.html
+++ b/www/api/enhance.html
@@ -141,6 +141,9 @@
+
@@ -723,7 +726,7 @@ _8c.html" target="source" name="SigmoidalContrastImage">SigmoidalContrastImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/exception.html b/www/api/exception.html
index ec87bf0e3..13453d9df 100644
--- a/www/api/exception.html
+++ b/www/api/exception.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -465,7 +465,7 @@ _8c.html" target="source" name="ThrowException">ThrowException
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/feature.html b/www/api/feature.html
index 54af7dcb8..1e4e23886 100644
--- a/www/api/feature.html
+++ b/www/api/feature.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -193,7 +193,7 @@ _8c.html" target="source" name="GetImageChannelFeatures">GetImageChannelFeatures
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/fx.html b/www/api/fx.html
index ab02b96b8..e9f87d3fc 100644
--- a/www/api/fx.html
+++ b/www/api/fx.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -717,7 +717,7 @@ _8c.html" target="source" name="WaveImage">WaveImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/histogram.html b/www/api/histogram.html
index 2679e5141..60b3d4f8a 100644
--- a/www/api/histogram.html
+++ b/www/api/histogram.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -310,7 +310,7 @@ _8c.html" target="source" name="UniqueImageColors">UniqueImageColors
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/image.html b/www/api/image.html
index 7bfabcaa6..0ca84f527 100644
--- a/www/api/image.html
+++ b/www/api/image.html
@@ -1050,7 +1050,7 @@ _8c.html" target="source" name="SyncImageSettings">SyncImageSettings
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/layer.html b/www/api/layer.html
index 072d8f873..a3c845929 100644
--- a/www/api/layer.html
+++ b/www/api/layer.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -447,7 +447,7 @@ _8c.html" target="source" name="MergeImageLayers">MergeImageLayers
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/list.html b/www/api/list.html
index c4676756a..6b066f50f 100644
--- a/www/api/list.html
+++ b/www/api/list.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html
index 61ac1d229..2fab2b316 100644
--- a/www/api/magick-deprecate.html
+++ b/www/api/magick-deprecate.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -979,7 +979,7 @@ _8c.html" target="source" name="PixelIteratorGetException">PixelIteratorGetExcep
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/magick-image.html b/www/api/magick-image.html
index 614b56748..7a8302851 100644
--- a/www/api/magick-image.html
+++ b/www/api/magick-image.html
@@ -141,9 +141,6 @@
-
@@ -6463,7 +6460,7 @@ _8c.html" target="source" name="MagickWriteImagesFile">MagickWriteImagesFile
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/magick-property.html b/www/api/magick-property.html
index 9b12b6304..e55e524b8 100644
--- a/www/api/magick-property.html
+++ b/www/api/magick-property.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -1627,7 +1627,7 @@ _8c.html" target="source" name="MagickSetType">MagickSetType
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html
index 1fe2cc206..304e81046 100644
--- a/www/api/magick-wand.html
+++ b/www/api/magick-wand.html
@@ -632,7 +632,7 @@ _8c.html" target="source" name="NewMagickWandFromImage">NewMagickWandFromImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/magick.html b/www/api/magick.html
index 06f172356..5994ac9d7 100644
--- a/www/api/magick.html
+++ b/www/api/magick.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -240,7 +240,7 @@ _8c.html" target="source" name="SetMagickPrecision">SetMagickPrecision
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/memory.html b/www/api/memory.html
index cede584d6..06609911b 100644
--- a/www/api/memory.html
+++ b/www/api/memory.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -404,7 +404,7 @@ _8c.html" target="source" name="SetMagickMemoryMethods">SetMagickMemoryMethods
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/module.html b/www/api/module.html
index 9975b42d5..f7188fd60 100644
--- a/www/api/module.html
+++ b/www/api/module.html
@@ -141,6 +141,9 @@
+
@@ -513,7 +516,7 @@ _8c.html" target="source" name="UnregisterModule">UnregisterModule
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/monitor.html b/www/api/monitor.html
index 7af2e1960..0ffc76b48 100644
--- a/www/api/monitor.html
+++ b/www/api/monitor.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/montage.html b/www/api/montage.html
index 6c153ca8a..ffc29a054 100644
--- a/www/api/montage.html
+++ b/www/api/montage.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/paint.html b/www/api/paint.html
index b64e0906d..3573ac1e7 100644
--- a/www/api/paint.html
+++ b/www/api/paint.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -326,7 +326,7 @@ _8c.html" target="source" name="TransparentPaintImageChroma">TransparentPaintIma
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html
index c61a23c82..17666674e 100644
--- a/www/api/pixel-iterator.html
+++ b/www/api/pixel-iterator.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/pixel-view.html b/www/api/pixel-view.html
index 23310403e..231bc2f6b 100644
--- a/www/api/pixel-view.html
+++ b/www/api/pixel-view.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html
index bc35ed467..9eb729002 100644
--- a/www/api/pixel-wand.html
+++ b/www/api/pixel-wand.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -1397,7 +1397,7 @@ _8c.html" target="source" name="PixelSetYellowQuantum">PixelSetYellowQuantum
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/profile.html b/www/api/profile.html
index d09491911..315d4d293 100644
--- a/www/api/profile.html
+++ b/www/api/profile.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/property.html b/www/api/property.html
index 00256e4b7..f5b69501d 100644
--- a/www/api/property.html
+++ b/www/api/property.html
@@ -397,7 +397,7 @@ _8c.html" target="source" name="SetImageProperty">SetImageProperty
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/quantize.html b/www/api/quantize.html
index 410f77697..9fb217b42 100644
--- a/www/api/quantize.html
+++ b/www/api/quantize.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -482,7 +482,7 @@ _8c.html" target="source" name="SetGrayscaleImage">SetGrayscaleImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/registry.html b/www/api/registry.html
index f74e85619..d04f4b4c0 100644
--- a/www/api/registry.html
+++ b/www/api/registry.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/resize.html b/www/api/resize.html
index 20bf8bc1b..3c7c5510e 100644
--- a/www/api/resize.html
+++ b/www/api/resize.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/segment.html b/www/api/segment.html
index 213e73a0b..801234501 100644
--- a/www/api/segment.html
+++ b/www/api/segment.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/shear.html b/www/api/shear.html
index 3d8f86b36..0e1d1f44d 100644
--- a/www/api/shear.html
+++ b/www/api/shear.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/signature.html b/www/api/signature.html
index d3ad219f2..2937fb783 100644
--- a/www/api/signature.html
+++ b/www/api/signature.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/statistic.html b/www/api/statistic.html
index d647e5d76..3fca81c6f 100644
--- a/www/api/statistic.html
+++ b/www/api/statistic.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -360,7 +360,7 @@ _8c.html" target="source" name="GetImageChannelStatistics">GetImageChannelStatis
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/stream.html b/www/api/stream.html
index 0b2980f56..37f0f26a4 100644
--- a/www/api/stream.html
+++ b/www/api/stream.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -208,7 +208,7 @@ _8c.html" target="source" name="WriteStream">WriteStream
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/transform.html b/www/api/transform.html
index 70501268a..fc28a0d91 100644
--- a/www/api/transform.html
+++ b/www/api/transform.html
@@ -497,7 +497,7 @@ _8c.html" target="source" name="TrimImage">TrimImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/version.html b/www/api/version.html
index 51afcfafd..38c42708f 100644
--- a/www/api/version.html
+++ b/www/api/version.html
@@ -286,7 +286,7 @@ _8c.html" target="source" name="GetMagickVersion">GetMagickVersion
Discourse Server •
- Studio
+ Studio
diff --git a/www/changelog.html b/www/changelog.html
index ea7e72784..02f5db5b3 100644
--- a/www/changelog.html
+++ b/www/changelog.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -1490,7 +1490,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/cipher.html b/www/cipher.html
index 3e4276720..fb1f4c27b 100644
--- a/www/cipher.html
+++ b/www/cipher.html
@@ -143,7 +143,7 @@
Druckerei Online
@@ -206,7 +206,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/color.html b/www/color.html
index 5744368b5..c60eed047 100644
--- a/www/color.html
+++ b/www/color.html
@@ -143,7 +143,7 @@
Druckerei Online
@@ -5018,7 +5018,7 @@ color swatch of that color and to convert to all the other color models.
Discourse Server •
- Studio
+ Studio
diff --git a/www/command-line-options.html b/www/command-line-options.html
index 52585b58e..15de06d0a 100644
--- a/www/command-line-options.html
+++ b/www/command-line-options.html
@@ -5946,7 +5946,7 @@ percentage, which defaults to 100 percent (no color change).
Discourse Server •
- Studio
+ Studio
diff --git a/www/command-line-processing.html b/www/command-line-processing.html
index 30e44098e..6699c0163 100644
--- a/www/command-line-processing.html
+++ b/www/command-line-processing.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/command-line-tools.html b/www/command-line-tools.html
index 72197a621..a43ad5424 100644
--- a/www/command-line-tools.html
+++ b/www/command-line-tools.html
@@ -154,11 +154,11 @@
[animate • compare • composite • conjure • convert • display • identify • import • mogrify • montage • stream ]
-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.
diff --git a/www/compare.html b/www/compare.html
index 754d2890f..7a427a3c5 100644
--- a/www/compare.html
+++ b/www/compare.html
@@ -143,7 +143,7 @@
Druckerei Online
@@ -396,7 +396,7 @@ transparent, extract, background, or shape the alpha channel
Discourse Server •
- Studio
+ Studio
diff --git a/www/composite.html b/www/composite.html
index 0ffca9e6b..193c99e80 100644
--- a/www/composite.html
+++ b/www/composite.html
@@ -143,7 +143,7 @@
Druckerei Online
diff --git a/www/conjure.html b/www/conjure.html
index 6d922da15..fe409dea0 100644
--- a/www/conjure.html
+++ b/www/conjure.html
@@ -143,7 +143,7 @@
Druckerei Online
@@ -306,7 +306,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/contact.html b/www/contact.html
index 1d95e3e7b..684ef6e9d 100644
--- a/www/contact.html
+++ b/www/contact.html
@@ -141,6 +141,9 @@
+
@@ -157,7 +160,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 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 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,
@@ -213,7 +216,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/convert.html b/www/convert.html
index 1b27514aa..efe58b92f 100644
--- a/www/convert.html
+++ b/www/convert.html
@@ -1280,7 +1280,7 @@ transparent, extract, background, or shape the alpha channel
Discourse Server •
- Studio
+ Studio
diff --git a/www/display.html b/www/display.html
index 55818f0d1..3a8c83dd1 100644
--- a/www/display.html
+++ b/www/display.html
@@ -143,7 +143,7 @@
Druckerei Online
diff --git a/www/escape.html b/www/escape.html
index 69dee8b7d..e24b1bd07 100644
--- a/www/escape.html
+++ b/www/escape.html
@@ -143,7 +143,7 @@
Druckerei Online
diff --git a/www/examples.html b/www/examples.html
index 19e19fef8..5afe03cf4 100644
--- a/www/examples.html
+++ b/www/examples.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -152,7 +152,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 .
diff --git a/www/exception.html b/www/exception.html
index 797d1d0bd..eb1ace9c4 100644
--- a/www/exception.html
+++ b/www/exception.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/fx.html b/www/fx.html
index 7f161b53c..67e100347 100644
--- a/www/fx.html
+++ b/www/fx.html
@@ -143,7 +143,7 @@
Druckerei Online
diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html
index 3491092bf..2ab0fffe2 100644
--- a/www/high-dynamic-range.html
+++ b/www/high-dynamic-range.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -191,7 +191,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/history.html b/www/history.html
index 0fbb195f9..93e8434f8 100644
--- a/www/history.html
+++ b/www/history.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -164,7 +164,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.
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 6a6118a3f..12bb5c648 100644
--- a/www/identify.html
+++ b/www/identify.html
@@ -430,7 +430,7 @@ transparent, extract, background, or shape the alpha channel
Discourse Server •
- Studio
+ Studio
diff --git a/www/import.html b/www/import.html
index a97468cfe..732181a7c 100644
--- a/www/import.html
+++ b/www/import.html
@@ -143,7 +143,7 @@
Druckerei Online
@@ -495,7 +495,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/install-source.html b/www/install-source.html
index 9df6ec328..0889eab2c 100644
--- a/www/install-source.html
+++ b/www/install-source.html
@@ -141,9 +141,6 @@
-
diff --git a/www/license.html b/www/license.html
index ff556074b..239743965 100644
--- a/www/license.html
+++ b/www/license.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/links.html b/www/links.html
index ba0b6dc70..b0fcd5867 100644
--- a/www/links.html
+++ b/www/links.html
@@ -160,23 +160,23 @@
Command-line Tutorials
@@ -184,18 +184,18 @@
@@ -203,10 +203,10 @@
@@ -214,24 +214,24 @@
@@ -239,13 +239,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
@@ -253,16 +253,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-wand.html b/www/magick-wand.html
index b631ad9ae..dbb15eeb0 100644
--- a/www/magick-wand.html
+++ b/www/magick-wand.html
@@ -143,7 +143,7 @@
Druckerei Online
@@ -455,7 +455,7 @@ int main(int argc,char **argv)
Discourse Server •
- Studio
+ Studio
diff --git a/www/miff.html b/www/miff.html
index b8597ceec..2cd0f66da 100644
--- a/www/miff.html
+++ b/www/miff.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -308,7 +308,7 @@ or fewer colors in the image, each byte of image data contains an index value. I
Discourse Server •
- Studio
+ Studio
diff --git a/www/mirrors.html b/www/mirrors.html
index b84348fdd..2c9a7af28 100644
--- a/www/mirrors.html
+++ b/www/mirrors.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -155,9 +155,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 5e971d2d9..572092028 100644
--- a/www/mogrify.html
+++ b/www/mogrify.html
@@ -143,7 +143,7 @@
Druckerei Online
diff --git a/www/montage.html b/www/montage.html
index d40636257..80a836f3f 100644
--- a/www/montage.html
+++ b/www/montage.html
@@ -143,7 +143,7 @@
Druckerei Online
@@ -698,7 +698,7 @@ transparent, extract, background, or shape the alpha channel
Discourse Server •
- Studio
+ Studio
diff --git a/www/perl-magick.html b/www/perl-magick.html
index b74ed5c19..16143e76d 100644
--- a/www/perl-magick.html
+++ b/www/perl-magick.html
@@ -2558,7 +2558,7 @@ blobs in any of these image formats and provid
Discourse Server •
- Studio
+ Studio
diff --git a/www/quantize.html b/www/quantize.html
index d1eb31296..6fbeab184 100644
--- a/www/quantize.html
+++ b/www/quantize.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/sitemap.html b/www/sitemap.html
index 3f9fc3521..c4f4d2ce0 100644
--- a/www/sitemap.html
+++ b/www/sitemap.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -163,7 +163,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.
@@ -177,12 +177,12 @@
Download ImageMagick : ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors.
@@ -221,7 +221,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.
@@ -231,21 +231,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.
@@ -263,8 +263,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.
@@ -274,7 +274,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.
@@ -298,9 +298,9 @@
Technology Sandbox
- Fast Fourier Transforms Toolkit
- Fourier Transform Processing With ImageMagick
- ImageMagick v6 Examples -- Fourier Transforms
+ Fast Fourier Transforms Toolkit
+ Fourier Transform Processing With ImageMagick
+ ImageMagick v6 Examples -- Fourier Transforms
@@ -310,7 +310,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/sponsors.html b/www/sponsors.html
index bfa59d695..ee80a8c96 100644
--- a/www/sponsors.html
+++ b/www/sponsors.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -240,7 +240,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/stream.html b/www/stream.html
index 3f82ff4fc..c0b357337 100644
--- a/www/stream.html
+++ b/www/stream.html
@@ -341,7 +341,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/subversion.html b/www/subversion.html
index 084008424..a5d5b15f2 100644
--- a/www/subversion.html
+++ b/www/subversion.html
@@ -141,6 +141,9 @@
+
diff --git a/www/t-shirt.html b/www/t-shirt.html
index b58e7ed99..f5a49a347 100644
--- a/www/t-shirt.html
+++ b/www/t-shirt.html
@@ -142,7 +142,7 @@
Druckerei Online