From 66920e8ecd4882dbaf63347647acdabe3fbf376e Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 18 Feb 2010 14:33:30 +0000 Subject: [PATCH] --- ChangeLog | 5 +- ImageMagick.spec | 2 +- coders/pdf.c | 3 + config/configure.xml | 4 +- index.html | 2 +- libtool | 2 +- magick/version.h | 4 +- version.sh | 2 +- www/ImageMagickObject.html | 2 +- www/advanced-unix-installation.html | 2 +- www/animate.html | 2 +- www/api.html | 42 ++++++------- www/api/attribute.html | 2 +- www/api/blob.html | 2 +- www/api/cache-view.html | 2 +- www/api/cache.html | 5 +- www/api/cipher.html | 5 +- www/api/color.html | 2 +- www/api/colormap.html | 5 +- www/api/composite.html | 5 +- www/api/distort.html | 2 +- www/api/drawing-wand.html | 5 +- www/api/enhance.html | 2 +- www/api/feature.html | 2 +- www/api/histogram.html | 2 +- www/api/layer.html | 5 +- www/api/magick-deprecate.html | 2 +- www/api/magick-image.html | 2 +- www/api/memory.html | 5 +- www/api/module.html | 2 +- www/api/monitor.html | 2 +- www/api/montage.html | 5 +- www/api/pixel-iterator.html | 2 +- www/api/pixel-wand.html | 2 +- www/api/quantize.html | 5 +- www/api/stream.html | 3 + www/api/transform.html | 2 +- www/binary-releases.html | 2 +- www/changelog.html | 2 +- www/color.html | 5 +- www/command-line-options.html | 5 +- www/command-line-tools.html | 4 +- www/compare.html | 2 +- www/contact.html | 2 +- www/convert.html | 2 +- www/escape.html | 2 +- www/examples.html | 4 +- www/exception.html | 2 +- www/formats.html | 5 +- www/fx.html | 2 +- www/high-dynamic-range.html | 2 +- www/history.html | 7 ++- www/identify.html | 2 +- www/import.html | 5 +- www/index.html | 2 +- www/install-source.html | 3 + www/jp2.html | 2 +- www/license.html | 2 +- www/links.html | 94 ++++++++++++++--------------- www/magick-vector-graphics.html | 2 +- www/mirrors.html | 4 +- www/mogrify.html | 3 - www/montage.html | 5 +- www/motion-picture.html | 2 +- www/quantize.html | 2 +- www/search.html | 2 +- www/sitemap.html | 53 ++++++++-------- www/stream.html | 2 +- www/subversion.html | 2 +- 69 files changed, 194 insertions(+), 191 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8055ddb59..ec1bdfb53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ +2010-02-18 6.5.9-8 Cristy + * Detect PDF ICCBased colorspace. + 2010-02-18 6.5.9-7 Anthony Thyssen - * Finialized -set option:convolve:scale kernel normalize/scale option + * Finalized -set option:convolve:scale kernel normalize/scale option 2010-02-16 6.5.9-7 Cristy * TransformImage() resets the image blob when called in the PICT decoder; diff --git a/ImageMagick.spec b/ImageMagick.spec index 0b4275ccb..fc3afeea2 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %define VERSION 6.5.9 -%define Patchlevel 7 +%define Patchlevel 8 Name: ImageMagick Version: %{VERSION} diff --git a/coders/pdf.c b/coders/pdf.c index 7d5ea6c60..574fcbac4 100644 --- a/coders/pdf.c +++ b/coders/pdf.c @@ -290,6 +290,7 @@ static Image *ReadPDFImage(const ImageInfo *image_info,ExceptionInfo *exception) { #define CropBox "CropBox" #define DeviceCMYK "DeviceCMYK" +#define ICCBased "ICCBased" #define MediaBox "MediaBox" #define RenderPostscriptText "Rendering Postscript... " #define PDFRotate "Rotate" @@ -443,6 +444,8 @@ static Image *ReadPDFImage(const ImageInfo *image_info,ExceptionInfo *exception) */ if (LocaleNCompare(DeviceCMYK,command,strlen(DeviceCMYK)) == 0) cmyk=MagickTrue; + if (LocaleNCompare(ICCbased,command,strlen(ICCbased)) == 0) + cmyk=MagickTrue; if (LocaleNCompare(SpotColor,command,strlen(SpotColor)) == 0) { char diff --git a/config/configure.xml b/config/configure.xml index bc0a3cb34..4c9f4d754 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,8 +8,8 @@ - - + + diff --git a/index.html b/index.html index bb0308fc2..c50f2d8b1 100644 --- a/index.html +++ b/index.html @@ -223,7 +223,7 @@ Discourse Server • - Studio + Studio   diff --git a/libtool b/libtool index f53615cde..086a3c5b3 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.9-7 +# Generated automatically by config.status (ImageMagick) 6.5.9-8 # 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 5748f5721..3bd65cc85 100644 --- a/magick/version.h +++ b/magick/version.h @@ -30,10 +30,10 @@ extern "C" { #define MagickLibVersion 0x659 #define MagickLibVersionText "6.5.9" #define MagickLibVersionNumber 3,0,0 -#define MagickLibAddendum "-7" +#define MagickLibAddendum "-8" #define MagickLibInterface 3 #define MagickLibMinInterface 3 -#define MagickReleaseDate "2010-02-17" +#define MagickReleaseDate "2010-02-18" #define MagickChangeDate "20100216" #define MagickAuthoritativeURL "http://www.imagemagick.org" #define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.5.9/index.html" diff --git a/version.sh b/version.sh index bf63f7990..cdd08bfd3 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.9' PACKAGE_LIB_VERSION="0x659" -PACKAGE_RELEASE="7" +PACKAGE_RELEASE="8" PACKAGE_LIB_VERSION_NUMBER="6,5,9,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index f4df23e9f..8d10b1ab9 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -207,7 +207,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index 3715d4678..5cafd6c47 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -593,7 +593,7 @@ Options used to compile and link: Discourse Server • - Studio + Studio   diff --git a/www/animate.html b/www/animate.html index f3b658901..927f41c02 100644 --- a/www/animate.html +++ b/www/animate.html @@ -607,7 +607,7 @@ transparent, extract, background, or shape the alpha channel Discourse Server • - Studio + Studio   diff --git a/www/api.html b/www/api.html index 713f862a8..c4c1ca5f9 100644 --- a/www/api.html +++ b/www/api.html @@ -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.

C

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

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

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

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

Python

-

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

+

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

-

PythonMagick is an object-oriented Python interface to ImageMagick.

+

PythonMagick is an object-oriented Python interface to ImageMagick.

REALbasic

-

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

+

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

Ruby

-

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

+

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

-

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

+

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

-

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

+

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

-

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

+

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

Tcl/Tk

-

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

+

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

XML RPC

-

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

+

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

@@ -285,7 +285,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/api/attribute.html b/www/api/attribute.html index 9618be245..ad60f4f4e 100644 --- a/www/api/attribute.html +++ b/www/api/attribute.html @@ -330,7 +330,7 @@ _8c.html" target="source" name="SetImageChannelDepth">SetImageChannelDepth  --> Discourse Server • - Studio + Studio   diff --git a/www/api/blob.html b/www/api/blob.html index d91a3825b..1611599a3 100644 --- a/www/api/blob.html +++ b/www/api/blob.html @@ -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 2a9043e18..d06b2d28a 100644 --- a/www/api/cache-view.html +++ b/www/api/cache-view.html @@ -576,7 +576,7 @@ _8c.html" target="source" name="SyncCacheViewAuthenticPixels">SyncCacheViewAuthe Discourse Server • - Studio + Studio   diff --git a/www/api/cache.html b/www/api/cache.html index 397eb802c..be3dba027 100644 --- a/www/api/cache.html +++ b/www/api/cache.html @@ -123,9 +123,6 @@ Sponsors:
- @@ -512,7 +509,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 f064af701..cf4cbc82f 100644 --- a/www/api/cipher.html +++ b/www/api/cipher.html @@ -123,6 +123,9 @@ Sponsors:
+ @@ -352,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 f626b40d5..7daf76776 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 6c6cfc8ac..dbc9c497b 100644 --- a/www/api/colormap.html +++ b/www/api/colormap.html @@ -123,9 +123,6 @@ Sponsors:
- @@ -182,7 +179,7 @@ _8c.html" target="source" name="CycleColormap">CycleColormap Discourse Server • - Studio + Studio  
diff --git a/www/api/composite.html b/www/api/composite.html index abc8c3082..75526dc44 100644 --- a/www/api/composite.html +++ b/www/api/composite.html @@ -123,9 +123,6 @@ Sponsors:
- @@ -232,7 +229,7 @@ _8c.html" target="source" name="TextureImage">TextureImage Discourse Server • - Studio + Studio  
diff --git a/www/api/distort.html b/www/api/distort.html index 1c671d938..d1e3ad886 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 b5de82d44..b8ceda03b 100644 --- a/www/api/drawing-wand.html +++ b/www/api/drawing-wand.html @@ -123,9 +123,6 @@ Sponsors:
- @@ -3067,7 +3064,7 @@ _8c.html" target="source" name="PushDrawingWand">PushDrawingWand Discourse Server • - Studio + Studio  
diff --git a/www/api/enhance.html b/www/api/enhance.html index 3a7857f57..1e43f41de 100644 --- a/www/api/enhance.html +++ b/www/api/enhance.html @@ -726,7 +726,7 @@ _8c.html" target="source" name="SigmoidalContrastImage">SigmoidalContrastImage  --> Discourse Server • - Studio + Studio   diff --git a/www/api/feature.html b/www/api/feature.html index 6c6bdf86a..fc90eebae 100644 --- a/www/api/feature.html +++ b/www/api/feature.html @@ -193,7 +193,7 @@ _8c.html" target="source" name="GetImageChannelFeatures">GetImageChannelFeatures Discourse Server • - Studio + Studio   diff --git a/www/api/histogram.html b/www/api/histogram.html index a0d6e108a..0409fe4f4 100644 --- a/www/api/histogram.html +++ b/www/api/histogram.html @@ -308,7 +308,7 @@ _8c.html" target="source" name="UniqueImageColors">UniqueImageColors Discourse Server • - Studio + Studio   diff --git a/www/api/layer.html b/www/api/layer.html index 19b53f3f1..b06afb493 100644 --- a/www/api/layer.html +++ b/www/api/layer.html @@ -123,9 +123,6 @@ Sponsors:
- @@ -447,7 +444,7 @@ _8c.html" target="source" name="MergeImageLayers">MergeImageLayers Discourse Server • - Studio + Studio  
diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html index 38ebcbaec..c6b7e72c5 100644 --- a/www/api/magick-deprecate.html +++ b/www/api/magick-deprecate.html @@ -900,7 +900,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 1d71e7837..93bf4c852 100644 --- a/www/api/magick-image.html +++ b/www/api/magick-image.html @@ -6460,7 +6460,7 @@ _8c.html" target="source" name="MagickWriteImagesFile">MagickWriteImagesFile Discourse Server • - Studio + Studio   diff --git a/www/api/memory.html b/www/api/memory.html index 9e597d384..cb564e525 100644 --- a/www/api/memory.html +++ b/www/api/memory.html @@ -123,6 +123,9 @@ Sponsors:
+ @@ -401,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 57f4890cf..563f35ff3 100644 --- a/www/api/module.html +++ b/www/api/module.html @@ -516,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 1b94ec5de..7b1780a29 100644 --- a/www/api/monitor.html +++ b/www/api/monitor.html @@ -227,7 +227,7 @@ _8c.html" target="source" name="SetImageInfoProgressMonitor">SetImageInfoProgres Discourse Server • - Studio + Studio   diff --git a/www/api/montage.html b/www/api/montage.html index f7dd68b33..36aa0cefd 100644 --- a/www/api/montage.html +++ b/www/api/montage.html @@ -123,9 +123,6 @@ Sponsors:
- @@ -253,7 +250,7 @@ _8c.html" target="source" name="MontageImageList">MontageImageList Discourse Server • - Studio + Studio  
diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html index 49981fdd3..6c266ae82 100644 --- a/www/api/pixel-iterator.html +++ b/www/api/pixel-iterator.html @@ -506,7 +506,7 @@ _8c.html" target="source" name="PixelSyncIterator">PixelSyncIterator Discourse Server • - Studio + Studio   diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html index c62104cd5..e6069fa9f 100644 --- a/www/api/pixel-wand.html +++ b/www/api/pixel-wand.html @@ -1397,7 +1397,7 @@ _8c.html" target="source" name="PixelSetYellowQuantum">PixelSetYellowQuantum Discourse Server • - Studio + Studio   diff --git a/www/api/quantize.html b/www/api/quantize.html index a26f81009..360f42b71 100644 --- a/www/api/quantize.html +++ b/www/api/quantize.html @@ -123,9 +123,6 @@ Sponsors:
- @@ -482,7 +479,7 @@ _8c.html" target="source" name="SetGrayscaleImage">SetGrayscaleImage Discourse Server • - Studio + Studio  
diff --git a/www/api/stream.html b/www/api/stream.html index 0a1e6512d..4818b0a25 100644 --- a/www/api/stream.html +++ b/www/api/stream.html @@ -123,6 +123,9 @@ Sponsors:
+ diff --git a/www/api/transform.html b/www/api/transform.html index bbcf57cd5..ca2aae350 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/binary-releases.html b/www/binary-releases.html index 582fb2659..4a97fd8d2 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -373,7 +373,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/changelog.html b/www/changelog.html index e1d5e3415..d314364bd 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -1376,7 +1376,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/color.html b/www/color.html index 1eb3db4ab..1edeb19ca 100644 --- a/www/color.html +++ b/www/color.html @@ -124,9 +124,6 @@ Sponsors:
- @@ -5018,7 +5015,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 64d06a148..119d11326 100644 --- a/www/command-line-options.html +++ b/www/command-line-options.html @@ -127,6 +127,9 @@ Sponsors:
+ @@ -5758,7 +5761,7 @@ percentage, which defaults to 100 percent (no color change).

Discourse Server • - Studio + Studio  
diff --git a/www/command-line-tools.html b/www/command-line-tools.html index 81382f6a2..484841c91 100644 --- a/www/command-line-tools.html +++ b/www/command-line-tools.html @@ -154,11 +154,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/compare.html b/www/compare.html index 5e343c081..019ed618f 100644 --- a/www/compare.html +++ b/www/compare.html @@ -396,7 +396,7 @@ transparent, extract, background, or shape the alpha channel Discourse Server • - Studio + Studio  
diff --git a/www/contact.html b/www/contact.html index 3e9c220ca..03908de85 100644 --- a/www/contact.html +++ b/www/contact.html @@ -160,7 +160,7 @@

Contact the Development Team

-

Use this form to contact the ImageMagick Wizards for any of the topics listed below. You can expect a reply within 24-48 hours if your submission concerns one of the approved topics listed below. For all other topics, post your message to the discourse server.

+

Use this form to contact the ImageMagick Wizards for any of the topics listed below. You can expect a reply within 24-48 hours if your submission concerns one of the approved topics listed below. For all other topics, post your message to the discourse server.

Contact the Wizards

Enter this code, diff --git a/www/convert.html b/www/convert.html index 64b21979d..ddc216315 100644 --- a/www/convert.html +++ b/www/convert.html @@ -1275,7 +1275,7 @@ transparent, extract, background, or shape the alpha channel Discourse Server • - Studio + Studio   diff --git a/www/escape.html b/www/escape.html index 550de6b46..e5069ef98 100644 --- a/www/escape.html +++ b/www/escape.html @@ -441,7 +441,7 @@ for an image with filename bird.miff and whose width is 512 and heigh Discourse Server • - Studio + Studio   diff --git a/www/examples.html b/www/examples.html index 0ee3e86a0..1013641b1 100644 --- a/www/examples.html +++ b/www/examples.html @@ -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.


[ImageMagick] @@ -164,7 +164,7 @@ Discourse Server • - Studio + Studio  
diff --git a/www/exception.html b/www/exception.html index 52a6dc85a..8fb29f32b 100644 --- a/www/exception.html +++ b/www/exception.html @@ -354,7 +354,7 @@ Discourse Server • - Studio + Studio  
diff --git a/www/formats.html b/www/formats.html index 5a3bd41ef..265288568 100644 --- a/www/formats.html +++ b/www/formats.html @@ -124,9 +124,6 @@ Sponsors:
- @@ -1749,7 +1746,7 @@ the supported image formats.

Discourse Server • - Studio + Studio  
diff --git a/www/fx.html b/www/fx.html index 71fc215dc..31769ada5 100644 --- a/www/fx.html +++ b/www/fx.html @@ -466,7 +466,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html index a774cb583..9a3ba7274 100644 --- a/www/high-dynamic-range.html +++ b/www/high-dynamic-range.html @@ -192,7 +192,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/history.html b/www/history.html index a3c72bd8e..00c31a174 100644 --- a/www/history.html +++ b/www/history.html @@ -123,6 +123,9 @@ Sponsors:
+ @@ -161,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.

@@ -173,7 +176,7 @@ I swear by my life and my love of it that I will never live for the sake of anot Discourse Server • - Studio + Studio  
diff --git a/www/identify.html b/www/identify.html index 2e9e2225c..80e07f997 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 18c6432a9..1e3fbc917 100644 --- a/www/import.html +++ b/www/import.html @@ -124,6 +124,9 @@ Sponsors:
+ @@ -492,7 +495,7 @@ Discourse Server • - Studio + Studio  
diff --git a/www/index.html b/www/index.html index d6823164d..409775094 100644 --- a/www/index.html +++ b/www/index.html @@ -223,7 +223,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/install-source.html b/www/install-source.html index d9861fa48..7b0932044 100644 --- a/www/install-source.html +++ b/www/install-source.html @@ -123,6 +123,9 @@ Sponsors:
+ diff --git a/www/jp2.html b/www/jp2.html index 7c9c120d0..90b925950 100644 --- a/www/jp2.html +++ b/www/jp2.html @@ -262,7 +262,7 @@ Discourse Server • - Studio + Studio  
diff --git a/www/license.html b/www/license.html index a732d898a..72fd2cff1 100644 --- a/www/license.html +++ b/www/license.html @@ -274,7 +274,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/links.html b/www/links.html index 6fa9627ab..e1575903b 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 @@

ImageMagick Book Review

Mailing List Archives

@@ -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-vector-graphics.html b/www/magick-vector-graphics.html index 7391013d5..378b35400 100644 --- a/www/magick-vector-graphics.html +++ b/www/magick-vector-graphics.html @@ -1057,7 +1057,7 @@ command line, from an MVG file, from an SVG Discourse Server • - Studio + Studio   diff --git a/www/mirrors.html b/www/mirrors.html index 1d2e57dd2..a9b2c77e1 100644 --- a/www/mirrors.html +++ b/www/mirrors.html @@ -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 faa29fe6e..826bcb5b4 100644 --- a/www/mogrify.html +++ b/www/mogrify.html @@ -124,9 +124,6 @@ Sponsors:
- diff --git a/www/montage.html b/www/montage.html index 31c99eafe..ec647b28c 100644 --- a/www/montage.html +++ b/www/montage.html @@ -124,6 +124,9 @@ Sponsors:
+ @@ -695,7 +698,7 @@ transparent, extract, background, or shape the alpha channel Discourse Server • - Studio + Studio  
diff --git a/www/motion-picture.html b/www/motion-picture.html index b8dae072f..52ec3c960 100644 --- a/www/motion-picture.html +++ b/www/motion-picture.html @@ -279,7 +279,7 @@ Discourse Server • - Studio + Studio  
diff --git a/www/quantize.html b/www/quantize.html index f8f37a0db..6ce011860 100644 --- a/www/quantize.html +++ b/www/quantize.html @@ -285,7 +285,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/search.html b/www/search.html index 7e5dd3dc9..fe7089751 100644 --- a/www/search.html +++ b/www/search.html @@ -166,7 +166,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/sitemap.html b/www/sitemap.html index 65b21b931..a02917b7a 100644 --- a/www/sitemap.html +++ b/www/sitemap.html @@ -123,6 +123,9 @@ Sponsors:
+ @@ -160,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.
@@ -174,12 +177,12 @@
Download ImageMagick: ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors.
@@ -218,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.
@@ -228,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.
@@ -260,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.
@@ -271,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.
@@ -295,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
diff --git a/www/stream.html b/www/stream.html index c3d42ca3d..b757de09c 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 55f5561e8..fa72a3a7f 100644 --- a/www/subversion.html +++ b/www/subversion.html @@ -176,7 +176,7 @@ ImageMagick-6.5.9

Discourse Server • - Studio + Studio   -- 2.40.0