From fe7ce34f09d3ed1b882fda0ade122753d4782299 Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 22 Jun 2010 15:41:50 +0000 Subject: [PATCH] --- ImageMagick.spec | 2 +- config/configure.xml | 2 +- index.html | 3 +- libtool | 2 +- magick/version.h | 2 +- version.sh | 2 +- www/advanced-unix-installation.html | 6 +- www/advanced-windows-installation.html | 2 +- www/animate.html | 2 +- www/api.html | 42 +++++------ www/api/animate.html | 2 +- www/api/annotate.html | 2 +- www/api/blob.html | 2 +- www/api/cache.html | 2 +- www/api/color.html | 2 +- www/api/compare.html | 2 +- www/api/composite.html | 2 +- www/api/constitute.html | 3 + www/api/decorate.html | 4 +- www/api/deprecate.html | 2 +- www/api/display.html | 2 +- www/api/draw.html | 5 +- www/api/drawing-wand.html | 2 +- www/api/exception.html | 2 +- www/api/feature.html | 4 +- www/api/fx.html | 5 +- www/api/image.html | 3 - www/api/layer.html | 2 +- www/api/list.html | 2 +- www/api/magick-image.html | 2 +- www/api/magick-property.html | 2 +- www/api/magick-wand.html | 2 +- www/api/magick.html | 2 +- www/api/memory.html | 2 +- www/api/module.html | 3 + www/api/morphology.html | 2 +- www/api/paint.html | 2 +- www/api/pixel-iterator.html | 2 +- www/api/pixel-view.html | 2 +- www/api/pixel-wand.html | 2 +- www/api/profile.html | 2 +- www/api/property.html | 2 +- www/api/registry.html | 4 +- www/api/resize.html | 2 +- www/api/shear.html | 4 +- www/api/signature.html | 2 +- www/api/stream.html | 4 +- www/api/transform.html | 2 +- www/api/version.html | 2 +- www/architecture.html | 6 +- www/binary-releases.html | 54 +++++++-------- www/changelog.html | 13 +++- www/cipher.html | 4 +- www/color.html | 2 +- www/command-line-options.html | 2 +- www/command-line-processing.html | 4 +- www/command-line-tools.html | 4 +- www/conjure.html | 4 +- www/contact.html | 4 +- www/display.html | 4 +- www/download.html | 4 +- www/escape.html | 4 +- www/examples.html | 4 +- www/formats.html | 2 +- www/fx.html | 6 +- www/high-dynamic-range.html | 4 +- www/history.html | 4 +- www/identify.html | 2 +- www/import.html | 2 +- www/index.html | 3 +- www/install-source.html | 2 +- www/jp2.html | 4 +- www/license.html | 2 +- www/links.html | 96 +++++++++++++------------- www/magick-vector-graphics.html | 2 +- www/magick-wand.html | 2 +- www/miff.html | 2 +- www/mirrors.html | 6 +- www/perl-magick.html | 2 +- www/quantize.html | 2 +- www/resources.html | 2 +- www/search.html | 4 +- www/sitemap.html | 50 +++++++------- www/source/examples.pl | 21 ++++-- www/sponsors.html | 3 - 85 files changed, 257 insertions(+), 241 deletions(-) diff --git a/ImageMagick.spec b/ImageMagick.spec index 394e21af4..f037c37db 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %global VERSION 6.6.2 -%global Patchlevel 7 +%global Patchlevel 8 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index 925997c48..197020987 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,7 +8,7 @@ - + diff --git a/index.html b/index.html index 5d7bce6e1..5f11f43ab 100644 --- a/index.html +++ b/index.html @@ -200,6 +200,7 @@
  • Large image support: read, process, or write mega-, giga-, or tera-pixel image sizes.
  • Threads of execution support: ImageMagick is thread safe and most internal algorithms are OpenMP-enabled to take advantage of speed-ups offered by multicore processor chips.
  • Heterogeneous distributed processing: certain algorithms are OpenCL-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.
  • +
  • ImageMagick on the iPhone: convert, edit, or compose images on your iPhone.
  • Examples of ImageMagick Usage shows how to use ImageMagick from the command-line to accomplish any of these tasks and much more. Also, see Fred's ImageMagick Scripts: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.

    @@ -227,7 +228,7 @@ Discourse Server • - Studio + Studio   diff --git a/libtool b/libtool index 20658fbfd..a606439db 100755 --- a/libtool +++ b/libtool @@ -1,7 +1,7 @@ #! /bin/sh # libtool - Provide generalized library-building support services. -# Generated automatically by config.status (ImageMagick) 6.6.2-7 +# Generated automatically by config.status (ImageMagick) 6.6.2-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 155fbbc18..127d34725 100644 --- a/magick/version.h +++ b/magick/version.h @@ -30,7 +30,7 @@ extern "C" { #define MagickLibVersion 0x662 #define MagickLibVersionText "6.6.2" #define MagickLibVersionNumber 3,0,0 -#define MagickLibAddendum "-7" +#define MagickLibAddendum "-8" #define MagickLibInterface 3 #define MagickLibMinInterface 3 #define MagickReleaseDate "2010-06-22" diff --git a/version.sh b/version.sh index b8a1c6000..5782b6cb4 100644 --- a/version.sh +++ b/version.sh @@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick' # PACKAGE_NAME (e.g. "1.0.0"). PACKAGE_VERSION='6.6.2' PACKAGE_LIB_VERSION="0x662" -PACKAGE_RELEASE="7" +PACKAGE_RELEASE="8" PACKAGE_LIB_VERSION_NUMBER="6,6,2,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index f7577414c..76e694713 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -176,7 +176,7 @@

    The configure script looks at your environment and decides what it can cobble together to get ImageMagick compiled and installed on your system. This includes finding a compiler, where your compiler header files are located (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick to use (e.g. JPEG, PNG, TIFF, etc.). If you are willing to accept configure's default options, and build from within the source directory, you can simply type:

    -

    $magick> cd ImageMagick-6.6.2-6 $magick> ./configure

    +

    $magick> cd ImageMagick-6.6.2-7 $magick> ./configure

    Watch the configure script output to verify that it finds everything that you think it should. Pay particular attention to the last lines of the script output. For example, here is a recent report from our system:

    @@ -528,7 +528,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.6.2-6.tar.gz $magick> cd ImageMagick-6.6.2-6

    Configure ImageMagick:

    +

    $magick> tar xvfz ImageMagick-6.6.2-7.tar.gz $magick> cd ImageMagick-6.6.2-7

    Configure ImageMagick:

    $magick> ./configure --prefix=/opt --with-quantum-depth=16 \
    --disable-dependency-tracking --with-x=yes \
    --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib/ \
    @@ -548,7 +548,7 @@ Options used to compile and link:

    Although you can download and install delegate libraries yourself, many are already available in the GnuWin32 distribution. Download and install whichever delegate libraries you require such as JPEG, PNG, TIFF, etc. Make sure you specify the development headers when you install a package. Next type,

    -

    $magick> tar jxvf ImageMagick-6.6.2-?.tar.bz2 $magick> cd ImageMagick-6.6.2-6 $magick> export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include" $magick> export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib" $magick> ./configure --without-perl $magick> make $magick> sudo make install

    +

    $magick> tar jxvf ImageMagick-6.6.2-?.tar.bz2 $magick> cd ImageMagick-6.6.2-7 $magick> export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include" $magick> export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib" $magick> ./configure --without-perl $magick> make $magick> sudo make install

    Dealing with Unexpected Problems

    diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index b8645a47a..0d133a4ef 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -428,7 +428,7 @@
    1. Double-click on - VisualMagick/bin/ImageMagick-6.6.2-6-Q16-windows-dll.exe + VisualMagick/bin/ImageMagick-6.6.2-7-Q16-windows-dll.exe to launch the ImageMagick binary distribution.
    2. Complete the installer screens to install ImageMagick on your system.
    diff --git a/www/animate.html b/www/animate.html index e0871220b..5cd320e90 100644 --- a/www/animate.html +++ b/www/animate.html @@ -612,7 +612,7 @@ transparent, extract, background, or shape the alpha channel Discourse Server • - Studio + Studio  
    diff --git a/www/api.html b/www/api.html index 0295ff083..8035d61ad 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/animate.html b/www/api/animate.html index d0113ab98..6b4f0f293 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -142,7 +142,7 @@ Druckerei Online diff --git a/www/api/annotate.html b/www/api/annotate.html index a7f6a14f0..b7ea90f29 100644 --- a/www/api/annotate.html +++ b/www/api/annotate.html @@ -142,7 +142,7 @@ Druckerei Online diff --git a/www/api/blob.html b/www/api/blob.html index e0cb89d6a..060634654 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.html b/www/api/cache.html index c328f5ab7..91f445bff 100644 --- a/www/api/cache.html +++ b/www/api/cache.html @@ -142,7 +142,7 @@ Druckerei Online diff --git a/www/api/color.html b/www/api/color.html index efaa22b09..322f8b86a 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/compare.html b/www/api/compare.html index 20901cd24..287133b07 100644 --- a/www/api/compare.html +++ b/www/api/compare.html @@ -142,7 +142,7 @@ Druckerei Online diff --git a/www/api/composite.html b/www/api/composite.html index 75f98e476..04e239ee6 100644 --- a/www/api/composite.html +++ b/www/api/composite.html @@ -232,7 +232,7 @@ _8c.html" target="source" name="TextureImage">TextureImage Discourse Server • - Studio + Studio   diff --git a/www/api/constitute.html b/www/api/constitute.html index face1b286..531e7fce9 100644 --- a/www/api/constitute.html +++ b/www/api/constitute.html @@ -141,6 +141,9 @@ + diff --git a/www/api/decorate.html b/www/api/decorate.html index 389dc7bf5..7d1795a07 100644 --- a/www/api/decorate.html +++ b/www/api/decorate.html @@ -142,7 +142,7 @@ Druckerei Online @@ -236,7 +236,7 @@ _8c.html" target="source" name="RaiseImage">RaiseImage Discourse Server • - Studio + Studio   diff --git a/www/api/deprecate.html b/www/api/deprecate.html index 4347bffc3..983afba2f 100644 --- a/www/api/deprecate.html +++ b/www/api/deprecate.html @@ -142,7 +142,7 @@ Druckerei Online diff --git a/www/api/display.html b/www/api/display.html index 38bceab8f..ecc321ed6 100644 --- a/www/api/display.html +++ b/www/api/display.html @@ -236,7 +236,7 @@ _8c.html" target="source" name="XDisplayBackgroundImage">XDisplayBackgroundImage Discourse Server • - Studio + Studio   diff --git a/www/api/draw.html b/www/api/draw.html index a48f42ddb..23636257a 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -141,9 +141,6 @@ - @@ -378,7 +375,7 @@ _8c.html" target="source" name="GetAffineMatrix">GetAffineMatrix Discourse Server • - Studio + Studio   diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html index ef8872eac..5e22b54b3 100644 --- a/www/api/drawing-wand.html +++ b/www/api/drawing-wand.html @@ -142,7 +142,7 @@ Druckerei Online diff --git a/www/api/exception.html b/www/api/exception.html index e17678f3d..33a70ea4d 100644 --- a/www/api/exception.html +++ b/www/api/exception.html @@ -142,7 +142,7 @@ Druckerei Online diff --git a/www/api/feature.html b/www/api/feature.html index c81d0822d..2786db23e 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 2236831e1..851021463 100644 --- a/www/api/fx.html +++ b/www/api/fx.html @@ -141,9 +141,6 @@ - @@ -717,7 +714,7 @@ _8c.html" target="source" name="WaveImage">WaveImage Discourse Server • - Studio + Studio   diff --git a/www/api/image.html b/www/api/image.html index a71e9c0c4..01b03332f 100644 --- a/www/api/image.html +++ b/www/api/image.html @@ -141,9 +141,6 @@ - diff --git a/www/api/layer.html b/www/api/layer.html index de8089f11..b371f3a45 100644 --- a/www/api/layer.html +++ b/www/api/layer.html @@ -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 50a9e0868..e23b50fbb 100644 --- a/www/api/list.html +++ b/www/api/list.html @@ -645,7 +645,7 @@ _8c.html" target="source" name="SplitImageList">SplitImageList Discourse Server • - Studio + Studio   diff --git a/www/api/magick-image.html b/www/api/magick-image.html index 45ba6a64a..26f9fa9fa 100644 --- a/www/api/magick-image.html +++ b/www/api/magick-image.html @@ -6462,7 +6462,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 b5bede313..b6b7ea41b 100644 --- a/www/api/magick-property.html +++ b/www/api/magick-property.html @@ -142,7 +142,7 @@ Druckerei Online diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html index a4835c610..0f8610a99 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 f6c5fd48c..b3e2c4256 100644 --- a/www/api/magick.html +++ b/www/api/magick.html @@ -142,7 +142,7 @@ Druckerei Online diff --git a/www/api/memory.html b/www/api/memory.html index f6e00a766..522cd71db 100644 --- a/www/api/memory.html +++ b/www/api/memory.html @@ -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 220c9f084..6d723498c 100644 --- a/www/api/module.html +++ b/www/api/module.html @@ -141,6 +141,9 @@ + diff --git a/www/api/morphology.html b/www/api/morphology.html index f8a112421..835db371a 100644 --- a/www/api/morphology.html +++ b/www/api/morphology.html @@ -142,7 +142,7 @@ Druckerei Online diff --git a/www/api/paint.html b/www/api/paint.html index 3791edf39..e8b3b684e 100644 --- a/www/api/paint.html +++ b/www/api/paint.html @@ -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 63a90d061..82869f2b2 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 63857479f..73b7bc89b 100644 --- a/www/api/pixel-view.html +++ b/www/api/pixel-view.html @@ -567,7 +567,7 @@ _8c.html" target="source" name="UpdatePixelViewIterator">UpdatePixelViewIterator Discourse Server • - Studio + Studio   diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html index 6b94b9bf8..920501ecf 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/profile.html b/www/api/profile.html index 7f0bf79c8..eba5ae0f5 100644 --- a/www/api/profile.html +++ b/www/api/profile.html @@ -376,7 +376,7 @@ _8c.html" target="source" name="SyncImageProfiles">SyncImageProfiles Discourse Server • - Studio + Studio   diff --git a/www/api/property.html b/www/api/property.html index 65876b847..c5a8132b8 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/registry.html b/www/api/registry.html index 452134a28..1cd009cf0 100644 --- a/www/api/registry.html +++ b/www/api/registry.html @@ -142,7 +142,7 @@ Druckerei Online @@ -314,7 +314,7 @@ _8c.html" target="source" name="SetImageRegistry">SetImageRegistry Discourse Server • - Studio + Studio   diff --git a/www/api/resize.html b/www/api/resize.html index bc1bb45de..b394e8c6b 100644 --- a/www/api/resize.html +++ b/www/api/resize.html @@ -452,7 +452,7 @@ _8c.html" target="source" name="ZoomImage">ZoomImage Discourse Server • - Studio + Studio   diff --git a/www/api/shear.html b/www/api/shear.html index 6c9d6bd21..473862235 100644 --- a/www/api/shear.html +++ b/www/api/shear.html @@ -142,7 +142,7 @@ Druckerei Online @@ -265,7 +265,7 @@ _8c.html" target="source" name="ShearImage">ShearImage Discourse Server • - Studio + Studio   diff --git a/www/api/signature.html b/www/api/signature.html index 657a79a98..8efc48f0c 100644 --- a/www/api/signature.html +++ b/www/api/signature.html @@ -179,7 +179,7 @@ _8c.html" target="source" name="SignatureImage">SignatureImage Discourse Server • - Studio + Studio   diff --git a/www/api/stream.html b/www/api/stream.html index f295c8788..8e8316a0c 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 90dc5ae4e..c208376a3 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 84daca126..025f33b3b 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/architecture.html b/www/architecture.html index 8d5880f37..7a367af4c 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -239,7 +239,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 with the ‑version option:

    -

    $magick> identify -versionVersion: ImageMagick 6.6.2-6 2010-64-65 Q16 http://www.imagemagick.org

    +

    $magick> identify -versionVersion: ImageMagick 6.6.2-7 2010-74-75 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). In most cases, the benefits of the pixel cache typically outweigh any disadvantages.

    @@ -591,6 +591,8 @@ image=ReadStream(image_info,&StreamHandler,exception);

    If you call the ImageMagick API from your OpenMP-enabled application and you intend to dynamically increase the number of threads available in subsequent parallel regions, be sure to perform the increase before you call the API otherwise ImageMagick may fault.

    + +

    The OpenMP committee has not defined the behavior of mixing OpenMP with other threading models such as Posix threads. However, using modern releases of Linux, OpenMP and Posix threads appear to interoperate without complaint. If you want to use Posix threads from a program module that calls one of the ImageMagick application programming interfaces (e.g. MagickCore, MagickWand, Magick++, etc.) from Mac OS X or an older Linux release, you may need to disable OpenMP support within ImageMagick. Add the --disable-openmp option to the configure script command line and rebuild and reinstall ImageMagick.

    Heterogeneous Distributed Processing

    @@ -1330,7 +1332,7 @@ ModuleExport unsigned long analyzeImage(Image **images,const int argc, Discourse Server • - Studio + Studio   diff --git a/www/binary-releases.html b/www/binary-releases.html index 45529c3df..4defbfb52 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -174,16 +174,16 @@ - ImageMagick-6.6.2-6.i386.rpm - download - download + ImageMagick-6.6.2-7.i386.rpm + download + download CentOS 5.4 i386 RPM - ImageMagick-6.6.2-6.x86_64.rpm - download - download + ImageMagick-6.6.2-7.x86_64.rpm + download + download CentOS 5.4 x86_64 RPM @@ -213,7 +213,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.6.2-6.i386.rpm

    +

    $magick> rpm -Uvh ImageMagick-6.6.2-7.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

    @@ -295,7 +295,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.6.2-6-Q16-windows-dll.exe.

    +ImageMagick-6.6.2-7-Q16-windows-dll.exe.

    @@ -307,44 +307,44 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + @@ -373,7 +373,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/changelog.html b/www/changelog.html index 1c8a56db5..55723ba72 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -152,7 +152,16 @@
    -
      2010-06-14 6.6.2-5 Anthony Thyssen <A.Thyssen@griffith...>
      +
        2010-06-17 6.6.2-7 Cristy <quetzlzacatenango@image...>
        +
      • Support new label:pointsize property.
      • +
      • Miscellany->Slide Show, in the display program, now cycles through the image sequence.
      • +
      • Recognize certain hex color values (e.g. #b9e1cc00) for the -fx argument.
      • +
      • Reduce memory requirements when dithering on the iPhone.
      • +
      • Command line operators no longer affected by settings that appear after them (e.g. -splice 10x0+0+0 -gravity center).
      • +
      • Compute the proper DPX user data field size.

      • +
        2010-06-15 6.6.2-6 Cristy <quetzlzacatenango@image...>
        +
      • Fix some nits to keep the clang compiler happy.

      • +
        2010-06-14 6.6.2-5 Anthony Thyssen <A.Thyssen@griffith...>
      • Fix transprancy handling for Morphology Convolve
      • Adjustments of Hit And Miss and Edge Detection kernel definitions
      • Added 'ThinDiagonals' Thinning Kernel + two sub-types
      • @@ -1577,7 +1586,7 @@ Discourse Server • - Studio + Studio  
    diff --git a/www/cipher.html b/www/cipher.html index ba791bb73..27d50f14b 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 38e3f25ac..1f430a23d 100644 --- a/www/color.html +++ b/www/color.html @@ -143,7 +143,7 @@ Druckerei Online diff --git a/www/command-line-options.html b/www/command-line-options.html index d16b64535..684554d8b 100644 --- a/www/command-line-options.html +++ b/www/command-line-options.html @@ -146,7 +146,7 @@ Druckerei Online diff --git a/www/command-line-processing.html b/www/command-line-processing.html index 4e830b80b..d985f8279 100644 --- a/www/command-line-processing.html +++ b/www/command-line-processing.html @@ -142,7 +142,7 @@ Druckerei Online @@ -635,7 +635,7 @@ above.

    Discourse Server • - Studio + Studio   diff --git a/www/command-line-tools.html b/www/command-line-tools.html index 9bc50c6e7..4883d7f98 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/conjure.html b/www/conjure.html index ceec76e19..2501d0fba 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 753d6f98e..7e145a533 100644 --- a/www/contact.html +++ b/www/contact.html @@ -142,7 +142,7 @@ Druckerei Online @@ -160,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 on topic and is a sponsorshp, license, or security issue. The bug and documentation issues are for reporting only. For any other issue, post your message to the discourse server.

    Contact the Wizards

    Enter this code, diff --git a/www/display.html b/www/display.html index d492433bf..f6d932fc5 100644 --- a/www/display.html +++ b/www/display.html @@ -143,7 +143,7 @@ Druckerei Online

    @@ -643,7 +643,7 @@ transparent, extract, background, or shape the alpha channel Discourse Server • - Studio + Studio   diff --git a/www/download.html b/www/download.html index d5748c6ef..5ad93a53e 100644 --- a/www/download.html +++ b/www/download.html @@ -142,7 +142,7 @@ Druckerei Online @@ -154,7 +154,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.6.2-6.

    +

    The latest release of ImageMagick is version 6.6.2-7.

    Australia
    ftp://mirror.aarnet.edu.au/pub/ImageMagick/
    diff --git a/www/escape.html b/www/escape.html index 77c9e1039..9c33606f9 100644 --- a/www/escape.html +++ b/www/escape.html @@ -143,7 +143,7 @@ Druckerei Online @@ -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 341f7d760..e13f5ce8b 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/formats.html b/www/formats.html index e50a865bf..2ebe1b274 100644 --- a/www/formats.html +++ b/www/formats.html @@ -1768,7 +1768,7 @@ convert \( -size 15x15 xc:black xc:white -append \) \ Discourse Server • - Studio + Studio  
    diff --git a/www/fx.html b/www/fx.html index 6c4837af6..bb4d3024c 100644 --- a/www/fx.html +++ b/www/fx.html @@ -143,7 +143,7 @@ Druckerei Online @@ -460,6 +460,8 @@

    $magick> convert xc:'rgb(25%,50%,75%)' rose: -colorspace rgb \
    -format 'Red channel of NW corner of image # %[fx:t] is %[fx: s]' info:
    Red channel of NW corner of image # 0 is 0.250004
    Red channel of NW corner of image # 1 is 0.188235

    +

    Use %[fxc: ] if your expression is a constant (e.g. %[fxc:page.x/2]. The result is cached and the cached result returned rather than evaluating the expression each time.

    +

    The color-escape %[pixel: ] is evaluated once per image and per color channel in that image (-channel is ignored), The values generated are then converted into a color string (a named color or hex color value). The symbols i and j are set to zero, and s and t refer to each successively current image and index.

    @@ -471,7 +473,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html index 1f0e10050..8f23acc60 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 3d3efc433..d57f12520 100644 --- a/www/history.html +++ b/www/history.html @@ -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.

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

    @@ -178,7 +178,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 f1acd6574..bc30b61ff 100644 --- a/www/identify.html +++ b/www/identify.html @@ -222,7 +222,7 @@ Tainted: False
    Filesize: 3.97266kb
    Number pixels: 3.14453kb
    - Version: ImageMagick 6.6.2-6 2010-64-65 Q16 http://www.imagemagick.org

    + Version: ImageMagick 6.6.2-7 2010-74-75 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

    diff --git a/www/import.html b/www/import.html index a7da3d78c..7a52c0159 100644 --- a/www/import.html +++ b/www/import.html @@ -495,7 +495,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/index.html b/www/index.html index fbb0880d8..c810c6ac7 100644 --- a/www/index.html +++ b/www/index.html @@ -200,6 +200,7 @@
  • Large image support: read, process, or write mega-, giga-, or tera-pixel image sizes.
  • Threads of execution support: ImageMagick is thread safe and most internal algorithms are OpenMP-enabled to take advantage of speed-ups offered by multicore processor chips.
  • Heterogeneous distributed processing: certain algorithms are OpenCL-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.
  • +
  • ImageMagick on the iPhone: convert, edit, or compose images on your iPhone.
  • Examples of ImageMagick Usage shows how to use ImageMagick from the command-line to accomplish any of these tasks and much more. Also, see Fred's ImageMagick Scripts: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.

    @@ -227,7 +228,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/install-source.html b/www/install-source.html index 428f21546..2642f5f8c 100644 --- a/www/install-source.html +++ b/www/install-source.html @@ -223,7 +223,7 @@ to compile the program and on completion run the program.

    Discourse Server • - Studio + Studio   diff --git a/www/jp2.html b/www/jp2.html index dbed47717..11ebe9a3d 100644 --- a/www/jp2.html +++ b/www/jp2.html @@ -143,7 +143,7 @@ Druckerei Online @@ -262,7 +262,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/license.html b/www/license.html index 917ec6849..91c2341e6 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 e016eab44..94bb5b5f6 100644 --- a/www/links.html +++ b/www/links.html @@ -142,7 +142,7 @@ Druckerei Online @@ -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 063f0de03..8e22450d3 100644 --- a/www/magick-vector-graphics.html +++ b/www/magick-vector-graphics.html @@ -142,7 +142,7 @@ Druckerei Online diff --git a/www/magick-wand.html b/www/magick-wand.html index 91cf507c0..d89fa69f9 100644 --- a/www/magick-wand.html +++ b/www/magick-wand.html @@ -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 3a7a83014..f20f52113 100644 --- a/www/miff.html +++ b/www/miff.html @@ -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 293e260bd..a72b7a5ff 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/perl-magick.html b/www/perl-magick.html index de0bcd9e2..685ddb708 100644 --- a/www/perl-magick.html +++ b/www/perl-magick.html @@ -142,7 +142,7 @@ Druckerei Online diff --git a/www/quantize.html b/www/quantize.html index d67be5c2a..5af83b8b1 100644 --- a/www/quantize.html +++ b/www/quantize.html @@ -142,7 +142,7 @@ Druckerei Online diff --git a/www/resources.html b/www/resources.html index 8fa16c2cb..981b1fb51 100644 --- a/www/resources.html +++ b/www/resources.html @@ -142,7 +142,7 @@ Druckerei Online diff --git a/www/search.html b/www/search.html index bc514b844..8c1b6d52b 100644 --- a/www/search.html +++ b/www/search.html @@ -142,7 +142,7 @@ Druckerei Online @@ -166,7 +166,7 @@ Discourse Server • - Studio + Studio   diff --git a/www/sitemap.html b/www/sitemap.html index 378438d89..d8b4850d4 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.
    @@ -265,8 +265,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.
    @@ -276,7 +276,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.
    @@ -302,8 +302,8 @@

    Technology Sandbox

    -
    Fourier Transform Processing With ImageMagick
    -
    ImageMagick v6 Examples -- Fourier Transforms
    +
    Fourier Transform Processing With ImageMagick
    +
    ImageMagick v6 Examples -- Fourier Transforms
    diff --git a/www/source/examples.pl b/www/source/examples.pl index 16cab79b7..49a02c1c9 100644 --- a/www/source/examples.pl +++ b/www/source/examples.pl @@ -103,6 +103,12 @@ $example->Label('Charcoal'); $example->Charcoal('0x1'); push(@$images,$example); +print "ColorMatrix...\n"; +$example=$model->Clone(); +$example->Label('ColorMatrix'); +$example->ColorMatrix([1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0.5, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1]); +push(@$images,$example); + print "Composite...\n"; $example=$model->Clone(); $example->Label('Composite'); @@ -223,7 +229,7 @@ push(@$images,$gradient); print "Grayscale...\n"; $example=$model->Clone(); $example->Label('Grayscale'); -$example->Quantize(colorspace=>'gray'); +$example->Set(type=>'grayscale'); push(@$images,$example); print "Implode...\n"; @@ -252,10 +258,17 @@ push(@$images,$example); $example=$model->Clone(); print "Monochrome...\n"; +$example=$model->Clone(); $example->Label('Monochrome'); $example->Quantize(colorspace=>'gray',colors=>2,dither=>'false'); push(@$images,$example); +print "Morphology...\n"; +$example=$model->Clone(); +$example->Label('Morphology'); +$example->Morphology(method=>'Dilate',kernel=>'Diamond',iterations=>3); +push(@$images,$example); + print "Motion Blur...\n"; $example=$model->Clone(); $example->Label('Motion Blur'); @@ -312,12 +325,6 @@ $example->Label('Raise'); $example->Raise('10x10'); push(@$images,$example); -print "Recolor...\n"; -$example=$model->Clone(); -$example->Label('Recolor'); -$example->Recolor([1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0.5, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1]); -push(@$images,$example); - print "Reduce Noise...\n"; $example=$model->Clone(); $example->Label('Reduce Noise'); diff --git a/www/sponsors.html b/www/sponsors.html index be448be04..912762cbd 100644 --- a/www/sponsors.html +++ b/www/sponsors.html @@ -141,9 +141,6 @@ - -- 2.40.0
    ImageMagick-6.6.2-6-Q16-windows-dll.exedownloaddownloadImageMagick-6.6.2-7-Q16-windows-dll.exedownloaddownload Win32 dynamic at 16 bits-per-pixel
    ImageMagick-6.6.2-6-Q16-windows-static.exedownloaddownloadImageMagick-6.6.2-7-Q16-windows-static.exedownloaddownload Win32 static at 16 bits-per-pixel
    ImageMagick-6.6.2-6-Q16-windows-x64-dll.exedownloaddownloadImageMagick-6.6.2-7-Q16-windows-x64-dll.exedownloaddownload x64 dynamic at 16 bits-per-pixel
    ImageMagick-6.6.2-6-Q16-windows-x64-static.exedownloaddownloadImageMagick-6.6.2-7-Q16-windows-x64-static.exedownloaddownload x64 static at 16 bits-per-pixel
    ImageMagick-6.6.2-6-Q8-windows-dll.exedownloaddownloadImageMagick-6.6.2-7-Q8-windows-dll.exedownloaddownload Win32 dynamic at 8 bits-per-pixel
    ImageMagick-6.6.2-6-Q8-windows-static.exedownloaddownloadImageMagick-6.6.2-7-Q8-windows-static.exedownloaddownload Win32 static at 8 bits-per-pixel