-
+
diff --git a/index.html b/index.html
index d7c1a5bb9..ae1244e3e 100644
--- a/index.html
+++ b/index.html
@@ -226,7 +226,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/libtool b/libtool
index 43c01d960..234ee1c7b 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-3
+# Generated automatically by config.status (ImageMagick) 6.6.2-4
# 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 fba058390..f5b97a023 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 "-3"
+#define MagickLibAddendum "-4"
#define MagickLibInterface 3
#define MagickLibMinInterface 3
#define MagickReleaseDate "2010-06-06"
diff --git a/version.sh b/version.sh
index f4475f487..9e2ef6212 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="3"
+PACKAGE_RELEASE="4"
PACKAGE_LIB_VERSION_NUMBER="6,6,2,${PACKAGE_RELEASE}"
PACKAGE_RELEASE_DATE=`date +%F`
PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html
index 7d1fb68f0..fa0321296 100644
--- a/www/ImageMagickObject.html
+++ b/www/ImageMagickObject.html
@@ -142,6 +142,9 @@
+
@@ -204,7 +207,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html
index 5794fd513..88fa1a50c 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-2 $magick> ./configure
+ $magick> cd ImageMagick-6.6.2-3 $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-2.tar.gz $magick> cd ImageMagick-6.6.2-2
Configure ImageMagick:
+
$magick> tar xvfz ImageMagick-6.6.2-3.tar.gz $magick> cd ImageMagick-6.6.2-3
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-2 $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-3 $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 b8d3d667d..892b5dde1 100644
--- a/www/advanced-windows-installation.html
+++ b/www/advanced-windows-installation.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -428,7 +428,7 @@
- Double-click on
- VisualMagick/bin/ImageMagick-6.6.2-2-Q16-windows-dll.exe
+ VisualMagick/bin/ImageMagick-6.6.2-3-Q16-windows-dll.exe
to launch the ImageMagick binary distribution.
- Complete the installer screens to install ImageMagick on your system.
@@ -483,7 +483,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/animate.html b/www/animate.html
index d7b40bdac..3386c40aa 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 533e691c3..515212a0d 100644
--- a/www/api.html
+++ b/www/api.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -160,7 +160,7 @@
Ada
-G2F implements an Ada 95 binding to a subset of the low-level MagickCore library.
+G2F implements an Ada 95 binding to a subset of the low-level MagickCore library.
-ChMagick is a Ch binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.
+ChMagick is a Ch binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.
COM+
@@ -184,31 +184,31 @@
C++
-Magick++ provides an object-oriented C++ interface to ImageMagick. See A Gentle Introduction to Magick++ for an introductory tutorial to Magick++. We include the source if you want to correct, enhance, or expand the tutorial.
+Magick++ provides an object-oriented C++ interface to ImageMagick. See A Gentle Introduction to Magick++ for an introductory tutorial to Magick++. We include the source if you want to correct, enhance, or expand the tutorial.
-JMagick provides an object-oriented Java interface to ImageMagick. Im4java is a pure-java interface to the ImageMagick command-line.
+JMagick provides an object-oriented Java interface to ImageMagick. Im4java is a pure-java interface to the ImageMagick command-line.
-LVOOP ImageMagick is an object-oriented LabVIEW interface to ImageMagick.
+LVOOP ImageMagick is an object-oriented LabVIEW interface to ImageMagick.
-CL-Magick provides a Common Lisp interface to the ImageMagick library.
+CL-Magick provides a Common Lisp interface to the ImageMagick library.
-NMagick is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.
+NMagick is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.
.NET
@@ -222,7 +222,7 @@
Pascal
-PascalMagick a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.
+PascalMagick a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.
Perl
@@ -234,50 +234,50 @@
PHP
-MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.
+MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.
-IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.
+IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.
-phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.
+phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.
-PythonMagickWand is an object-oriented Python interface to MagickWand based on ctypes.
+PythonMagickWand is an object-oriented Python interface to MagickWand based on ctypes.
-PythonMagick is an object-oriented Python interface to ImageMagick.
+PythonMagick is an object-oriented Python interface to ImageMagick.
-The MBS Realbasic ImageMagick is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.
+The MBS Realbasic ImageMagick is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.
-RMagick is an interface between the Ruby programming language and the MagickCore image processing libraries. Get started with RMagick by perusing the documentation.
+RMagick is an interface between the Ruby programming language and the MagickCore image processing libraries. Get started with RMagick by perusing the documentation.
-MagickWand for Ruby is an interface between the Ruby programming language and the MagickWand image processing libraries. Get started with MagickWand for PHP by perusing the documentation.
+MagickWand for Ruby is an interface between the Ruby programming language and the MagickWand image processing libraries. Get started with MagickWand for PHP by perusing the documentation.
-MiniMagick is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.
+MiniMagick is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.
-QuickMagick is a gem for easily accessing ImageMagick command line tools from Ruby programs.
+QuickMagick is a gem for easily accessing ImageMagick command line tools from Ruby programs.
-TclMagick a native Tcl-extension to the ImageMagick MagickWand API.
+TclMagick a native Tcl-extension to the ImageMagick MagickWand API.
-RemoteMagick is an XML-RPC web service that creates image thumbnails.
+RemoteMagick is an XML-RPC web service that creates image thumbnails.
@@ -285,7 +285,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/animate.html b/www/api/animate.html
index 2c4f78a1d..31607266e 100644
--- a/www/api/animate.html
+++ b/www/api/animate.html
@@ -141,6 +141,9 @@
+
@@ -180,7 +183,7 @@ _8c.html" target="source" name="AnimateImages">AnimateImages
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/annotate.html b/www/api/annotate.html
index 9739aa9ba..b60c8ad21 100644
--- a/www/api/annotate.html
+++ b/www/api/annotate.html
@@ -322,7 +322,7 @@ _8c.html" target="source" name="GetTypeMetrics">GetTypeMetrics
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/cache-view.html b/www/api/cache-view.html
index 1a51ede4c..c781c02ea 100644
--- a/www/api/cache-view.html
+++ b/www/api/cache-view.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/cipher.html b/www/api/cipher.html
index f58ac6047..ff2657f14 100644
--- a/www/api/cipher.html
+++ b/www/api/cipher.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/color.html b/www/api/color.html
index b1c1dea33..c7ba41baa 100644
--- a/www/api/color.html
+++ b/www/api/color.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/colormap.html b/www/api/colormap.html
index c9e7b1252..45fadadd4 100644
--- a/www/api/colormap.html
+++ b/www/api/colormap.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/compare.html b/www/api/compare.html
index 20901cd24..74cf34a8c 100644
--- a/www/api/compare.html
+++ b/www/api/compare.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -325,7 +325,7 @@ _8c.html" target="source" name="SimilarityImage">SimilarityImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/composite.html b/www/api/composite.html
index 4671038b5..5b232c38a 100644
--- a/www/api/composite.html
+++ b/www/api/composite.html
@@ -141,9 +141,6 @@
-
@@ -232,7 +229,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 e3f22c3d7..e80c0c902 100644
--- a/www/api/constitute.html
+++ b/www/api/constitute.html
@@ -333,7 +333,7 @@ _8c.html" target="source" name="WriteImages">WriteImages
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/decorate.html b/www/api/decorate.html
index c44181226..62f4ae034 100644
--- a/www/api/decorate.html
+++ b/www/api/decorate.html
@@ -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 983afba2f..9fd0869a6 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 983f7469a..bb8ca92f1 100644
--- a/www/api/display.html
+++ b/www/api/display.html
@@ -141,9 +141,6 @@
-
@@ -236,7 +233,7 @@ _8c.html" target="source" name="XDisplayBackgroundImage">XDisplayBackgroundImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/distort.html b/www/api/distort.html
index 6ad39a6e7..3b1629866 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 f48df7c95..2fcefd0cc 100644
--- a/www/api/drawing-wand.html
+++ b/www/api/drawing-wand.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/effect.html b/www/api/effect.html
index dc7996c0b..59132d265 100644
--- a/www/api/effect.html
+++ b/www/api/effect.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/enhance.html b/www/api/enhance.html
index a52f6280f..bd5d60504 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/exception.html b/www/api/exception.html
index e17678f3d..c2d5ce9e3 100644
--- a/www/api/exception.html
+++ b/www/api/exception.html
@@ -141,9 +141,6 @@
-
diff --git a/www/api/feature.html b/www/api/feature.html
index e34de16a8..93c58d23d 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/fx.html b/www/api/fx.html
index 6ebfa60a7..946cf3766 100644
--- a/www/api/fx.html
+++ b/www/api/fx.html
@@ -717,7 +717,7 @@ _8c.html" target="source" name="WaveImage">WaveImage
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/histogram.html b/www/api/histogram.html
index a62ec67c1..77d16bc26 100644
--- a/www/api/histogram.html
+++ b/www/api/histogram.html
@@ -141,6 +141,9 @@
+
diff --git a/www/api/image.html b/www/api/image.html
index 11b217a09..4d63e3a97 100644
--- a/www/api/image.html
+++ b/www/api/image.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -1050,7 +1050,7 @@ _8c.html" target="source" name="SyncImageSettings">SyncImageSettings
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/layer.html b/www/api/layer.html
index 39d8e503e..93f29adb1 100644
--- a/www/api/layer.html
+++ b/www/api/layer.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -447,7 +447,7 @@ _8c.html" target="source" name="MergeImageLayers">MergeImageLayers
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/list.html b/www/api/list.html
index c1cc144e1..c4f452aaf 100644
--- a/www/api/list.html
+++ b/www/api/list.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html
index 483eac3c4..7e3999a36 100644
--- a/www/api/magick-deprecate.html
+++ b/www/api/magick-deprecate.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/magick-image.html b/www/api/magick-image.html
index 47b9aa3db..44d617d3b 100644
--- a/www/api/magick-image.html
+++ b/www/api/magick-image.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -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 2908385f2..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.html b/www/api/magick.html
index 3bdc66a48..b3e2c4256 100644
--- a/www/api/magick.html
+++ b/www/api/magick.html
@@ -240,7 +240,7 @@ _8c.html" target="source" name="SetMagickPrecision">SetMagickPrecision
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/memory.html b/www/api/memory.html
index ba787f751..9f8ceb4a6 100644
--- a/www/api/memory.html
+++ b/www/api/memory.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -404,7 +404,7 @@ _8c.html" target="source" name="SetMagickMemoryMethods">SetMagickMemoryMethods
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/module.html b/www/api/module.html
index 5ac2599c3..3fcad2e72 100644
--- a/www/api/module.html
+++ b/www/api/module.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -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 65f53cce4..ccd302c3b 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 0352a696a..063b1d8b6 100644
--- a/www/api/montage.html
+++ b/www/api/montage.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/morphology.html b/www/api/morphology.html
index 9bd3867e7..461d749df 100644
--- a/www/api/morphology.html
+++ b/www/api/morphology.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -263,33 +263,57 @@ _8c.html" target="source" name="AcquireKernelBuiltIn">AcquireKernelBuiltIn
Laplacian:{type} Discrete Lapacian Kernels, (without normalization) Type 0 : 3x3 with center:8 surounded by -1 (8 neighbourhood) Type 1 : 3x3 with center:4 edge:-1 corner:0 (4 neighbourhood) Type 2 : 3x3 with center:4 edge:1 corner:-2 Type 3 : 3x3 with center:4 edge:-2 corner:1 Type 5 : 5x5 laplacian Type 7 : 7x7 laplacian Type 15 : 5x5 LoG (sigma approx 1.4) Type 19 : 9x9 LoG (sigma approx 1.4)
-Sobel:{angle} Sobel 'Edge' convolution kernel (3x3) -1, 0, 1 -2, 0,-2 -1, 0, 1
+Sobel:{angle} Sobel 'Edge' convolution kernel (3x3) | -1, 0, 1 | | -2, 0,-2 | | -1, 0, 1 |
-Roberts:{angle} Roberts convolution kernel (3x3) 0, 0, 0 -1, 1, 0 0, 0, 0 Prewitt:{angle} Prewitt Edge convolution kernel (3x3) -1, 0, 1 -1, 0, 1 -1, 0, 1 Compass:{angle} Prewitt's "Compass" convolution kernel (3x3) -1, 1, 1 -1,-2, 1 -1, 1, 1 Kirsch:{angle} Kirsch's "Compass" convolution kernel (3x3) -3,-3, 5 -3, 0, 5 -3,-3, 5
+Sobel:{type},{angle} Type 0: default un-nomalized version shown above.
-FreiChen:{type},{angle} Frei-Chen Edge Detector is based on a kernel that is similar to the Sobel Kernel, but is designed to be isotropic. That is it takes into account the distance of the diagonal in the kernel.
+Type 1: As default but pre-normalized | 1, 0, -1 | | 2, 0, -2 | / 4 | 1, 0, -1 |
-Type 0: | 1, 0, -1 | | sqrt(2), 0, -sqrt(2) | | 1, 0, -1 |
+Type 2: Diagonal version with same normalization as 1 | 1, 0, -1 | | 2, 0, -2 | / 4 | 1, 0, -1 |
+
+Roberts:{angle} Roberts convolution kernel (3x3) | 0, 0, 0 | | -1, 1, 0 | | 0, 0, 0 |
+
+Prewitt:{angle} Prewitt Edge convolution kernel (3x3) | -1, 0, 1 | | -1, 0, 1 | | -1, 0, 1 |
+
+Compass:{angle} Prewitt's "Compass" convolution kernel (3x3) | -1, 1, 1 | | -1,-2, 1 | | -1, 1, 1 |
+
+Kirsch:{angle} Kirsch's "Compass" convolution kernel (3x3) | -3,-3, 5 | | -3, 0, 5 | | -3,-3, 5 |
+
+FreiChen:{angle} Frei-Chen Edge Detector is based on a kernel that is similar to the Sobel Kernel, but is designed to be isotropic. That is it takes into account the distance of the diagonal in the kernel.
+
+| 1, 0, -1 | | sqrt(2), 0, -sqrt(2) | | 1, 0, -1 |
+
+FreiChen:{type},{angle}
+
+Frei-Chen Pre-weighted kernels...
+
+Type 0: default un-nomalized version shown above.
+
+Type 1: Orthogonal Kernel (same as type 11 below) | 1, 0, -1 | | sqrt(2), 0, -sqrt(2) | / 2*sqrt(2) | 1, 0, -1 |
+
+Type 2: Diagonal form of Kernel... | 1, sqrt(2), 0 | | sqrt(2), 0, -sqrt(2) | / 2*sqrt(2) | 0, -sqrt(2) -1 |
However this kernel is als at the heart of the FreiChen Edge Detection Process which uses a set of 9 specially weighted kernel. These 9 kernels not be normalized, but directly applied to the image. The results is then added together, to produce the intensity of an edge in a specific direction. The square root of the pixel value can then be taken as the cosine of the edge, and at least 2 such runs at 90 degrees from each other, both the direction and the strength of the edge can be determined.
-Type 1: | 1, 0, -1 | | sqrt(2), 0, -sqrt(2) | / 2*sqrt(2) | 1, 0, -1 |
+Type 10: All 9 of the following pre-weighted kernels...
+
+Type 11: | 1, 0, -1 | | sqrt(2), 0, -sqrt(2) | / 2*sqrt(2) | 1, 0, -1 |
-Type 2: | 1, sqrt(2), 1 | | 0, 0, 0 | / 2*sqrt(2) | 1, sqrt(2), 1 |
+Type 12: | 1, sqrt(2), 1 | | 0, 0, 0 | / 2*sqrt(2) | 1, sqrt(2), 1 |
-Type 3: | sqrt(2), -1, 0 | | -1, 0, 1 | / 2*sqrt(2) | 0, 1, -sqrt(2) |
+Type 13: | sqrt(2), -1, 0 | | -1, 0, 1 | / 2*sqrt(2) | 0, 1, -sqrt(2) |
-Type 4: | 0, 1, -sqrt(2) | | -1, 0, 1 | / 2*sqrt(2) | sqrt(2), -1, 0 |
+Type 14: | 0, 1, -sqrt(2) | | -1, 0, 1 | / 2*sqrt(2) | sqrt(2), -1, 0 |
-Type 5: | 0, -1, 0 | | 1, 0, 1 | / 2 | 0, -1, 0 |
+Type 15: | 0, -1, 0 | | 1, 0, 1 | / 2 | 0, -1, 0 |
-Type 6: | 1, 0, -1 | | 0, 0, 0 | / 2 | -1, 0, 1 |
+Type 16: | 1, 0, -1 | | 0, 0, 0 | / 2 | -1, 0, 1 |
-Type 7: | 1, -2, 1 | | -2, 4, -2 | / 6 | -1, -2, 1 |
+Type 17: | 1, -2, 1 | | -2, 4, -2 | / 6 | -1, -2, 1 |
-Type 8: | -2, 1, -2 | | 1, 4, 1 | / 6 | -2, 1, -2 |
+Type 18: | -2, 1, -2 | | 1, 4, 1 | / 6 | -2, 1, -2 |
-Type 9: | 1, 1, 1 | | 1, 1, 1 | / 3 | 1, 1, 1 |
+Type 19: | 1, 1, 1 | | 1, 1, 1 | / 3 | 1, 1, 1 |
The first 4 are for edge detection, the next 4 are for line detection and the last is to add a average component to the results.
@@ -329,7 +353,7 @@ _8c.html" target="source" name="AcquireKernelBuiltIn">AcquireKernelBuiltIn
Hit and Miss Kernels
-Peak:radius1,radius2 Find any peak larger than the pixels the fall between the two radii. The default ring of pixels is as per "Ring". Edges Find edges of a binary shape Corners Find corners of a binary shape Ridges Find single pixel ridges or thin lines Ridges2 Find 2 pixel thick ridges or lines Ridges3 Find 2 pixel thick diagonal ridges (experimental) LineEnds Find end points of lines (for pruning a skeletion) LineJunctions Find three line junctions (within a skeletion) ConvexHull Octagonal thicken kernel, to generate convex hulls of 45 degrees Skeleton Thinning kernel, which leaves behind a skeletion of a shape
+Peak:radius1,radius2 Find any peak larger than the pixels the fall between the two radii. The default ring of pixels is as per "Ring". Edges Find edges of a binary shape Corners Find corners of a binary shape Ridges:type Find single pixel ridges or thin lines LineEnds Find end points of lines (for pruning a skeletion) LineJunctions Find three line junctions (within a skeletion) ConvexHull Octagonal thicken kernel, to generate convex hulls of 45 degrees Skeleton:type Traditional skeleton generating kernels.
Distance Measuring Kernels
@@ -435,9 +459,11 @@ _8c.html" target="source" name="MorphologyApply">MorphologyApply
MorphologyApply() applies a morphological method, multiple times using a list of multiple kernels.
-It is basically equivelent to as MorphologyImageChannel() (see below) but without user controls, that that function extracts and applies to kernels and morphology methods.
+It is basically equivelent to as MorphologyImageChannel() (see below) but without any user controls. This allows internel programs to use this function, to actually perform a specific task without posible interference by any API user supplied settings.
+
+It is MorphologyImageChannel() task to extract any such user controls, and pass them to this function for processing.
-More specifically kernels are not normalized/scaled/blended by the 'convolve:scale' Image Artifact (-set setting), and the convolve bias (-bias setting or image->bias) is passed directly to this function, and not extracted from an image.
+More specifically kernels are not normalized/scaled/blended by the 'convolve:scale' Image Artifact (setting), nor is the convolve bias (-bias setting or image->bias) loooked at, but must be supplied from the function arguments.
The format of the MorphologyApply method is:
diff --git a/www/api/paint.html b/www/api/paint.html
index d42a12f4d..eaf5a93cb 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..59385575d 100644
--- a/www/api/pixel-iterator.html
+++ b/www/api/pixel-iterator.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -506,7 +506,7 @@ _8c.html" target="source" name="PixelSyncIterator">PixelSyncIterator
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/pixel-view.html b/www/api/pixel-view.html
index 0561a8ae1..0b24bf6b8 100644
--- a/www/api/pixel-view.html
+++ b/www/api/pixel-view.html
@@ -141,6 +141,9 @@
+
diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html
index de45c2ccc..b73e3c9c8 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 7db4cf7ce..f781339d9 100644
--- a/www/api/profile.html
+++ b/www/api/profile.html
@@ -141,9 +141,6 @@
-
diff --git a/www/api/property.html b/www/api/property.html
index a024229b6..65876b847 100644
--- a/www/api/property.html
+++ b/www/api/property.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -397,7 +397,7 @@ _8c.html" target="source" name="SetImageProperty">SetImageProperty
Discourse Server •
- Studio
+ Studio
diff --git a/www/api/quantize.html b/www/api/quantize.html
index 7e3053cd9..7d4c84e1b 100644
--- a/www/api/quantize.html
+++ b/www/api/quantize.html
@@ -141,9 +141,6 @@
-
diff --git a/www/api/registry.html b/www/api/registry.html
index 955927f48..77c157235 100644
--- a/www/api/registry.html
+++ b/www/api/registry.html
@@ -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 5a3ed8ae7..402fbf41f 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/resource.html b/www/api/resource.html
index f96e5d46a..18d92ba74 100644
--- a/www/api/resource.html
+++ b/www/api/resource.html
@@ -141,6 +141,9 @@
+
diff --git a/www/api/shear.html b/www/api/shear.html
index 473862235..b7cc14740 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/stream.html b/www/api/stream.html
index 6697ff0b4..90f602207 100644
--- a/www/api/stream.html
+++ b/www/api/stream.html
@@ -141,6 +141,9 @@
+
@@ -205,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 881ba5b1e..ad4a6bc49 100644
--- a/www/api/transform.html
+++ b/www/api/transform.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/www/api/version.html b/www/api/version.html
index bd0959b11..297784dd7 100644
--- a/www/api/version.html
+++ b/www/api/version.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -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 650f020ed..2b1db86c6 100644
--- a/www/architecture.html
+++ b/www/architecture.html
@@ -142,7 +142,7 @@
Druckerei Online
@@ -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-2 2010-24-25 Q16 http://www.imagemagick.org
+ $magick> identify -versionVersion: ImageMagick 6.6.2-3 2010-34-35 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.
@@ -511,21 +511,21 @@ image=ReadStream(image_info,&StreamHandler,exception);
Large Image Support
-
ImageMagick can read, process, or write mega-, giga-, or tera-pixel image sizes. For example, here we resize an image to a quarter million pixels square:
+
ImageMagick can read, process, or write mega-, giga-, or tera-pixel image sizes. An image width or height can range from 1 to 2,147,483,647 pixels on a 32 bit OS and up to 9,223,372,036,854,775,807 pixels on a 64-bit OS. Note, that some image formats have restrictions on image size. For example, Photoshop images are limited to 300,000 pixels for width or height. Here we resize an image to a quarter million pixels square:
$magick> convert logo: -resize 250000x250000 logo.miff
For large images, ImageMagick will likely create a pixel cache on disk. Make sure you have plenty of temporary disk space. If your default temporary disk partition is too small, tell ImageMagick to use another partition with plenty of free space. For example:
-
$magick> convert -define registry:temporary-path=/data/tmp logo: \
-resize 250000x250000 logo.miff
+
$magick> convert -define registry:temporary-path=/data/tmp logo: \
-resize 250000x250000 logo.miff
To ensure large images do not consume all the memory on your system, force the image pixels to memory-mapped disk with resource limits:
-
$magick> convert -define registry:temporary-path=/data/tmp -limit memory 16mb \
logo: -resize 250000x250000 logo.miff
+
$magick> convert -define registry:temporary-path=/data/tmp -limit memory 16mb \
logo: -resize 250000x250000 logo.miff
Here we force all image pixels to disk:
-
$magick> convert -define registry:temporary-path=/data/tmp -limit area 0 \
logo: -resize 250000x250000 logo.miff
+
$magick> convert -define registry:temporary-path=/data/tmp -limit area 0 \
logo: -resize 250000x250000 logo.miff
Caching pixels to disk is about 1000 times slower than memory. Expect long run times when processing large images with ImageMagick. You can monitor progress with this command:
-
$magick> convert -monitor -define registry:temporary-path=/data/tmp -limit area 0 \
logo: -resize 250000x250000 logo.miff
+ $magick> convert -monitor -define registry:temporary-path=/data/tmp -limit area 0 \
logo: -resize 250000x250000 logo.miff
Threads of Execution
diff --git a/www/binary-releases.html b/www/binary-releases.html
index 8f8c20850..befc134e4 100644
--- a/www/binary-releases.html
+++ b/www/binary-releases.html
@@ -174,16 +174,16 @@
- ImageMagick-6.6.2-2.i386.rpm |
- download |
- download |
+ ImageMagick-6.6.2-3.i386.rpm |
+ download |
+ download |
CentOS 5.4 i386 RPM |
- ImageMagick-6.6.2-2.x86_64.rpm |
- download |
- download |
+ ImageMagick-6.6.2-3.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-2.i386.rpm
+ $magick> rpm -Uvh ImageMagick-6.6.2-3.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-2-Q16-windows-dll.exe.
+ImageMagick-6.6.2-3-Q16-windows-dll.exe.