Date: Mon, 14 Sep 2009 20:06:37 +0000 (+0000)
Subject: (no commit message)
X-Git-Tag: 7.0.1-0~10693
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94d457c7b64a67034cd8bee7e9abd9cc3914061b;p=imagemagick
---
diff --git a/version.sh b/version.sh
index 67a1c95d6..7e83163d6 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.6'
PACKAGE_LIB_VERSION="0x656"
-PACKAGE_RELEASE="0"
+PACKAGE_RELEASE="1"
PACKAGE_LIB_VERSION_NUMBER="6,5,6,${PACKAGE_RELEASE}"
PACKAGE_RELEASE_DATE=`date +%F`
PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html
index 625dc173c..3d452e55f 100644
--- a/www/ImageMagickObject.html
+++ b/www/ImageMagickObject.html
@@ -123,9 +123,6 @@
Sponsors:
-
@@ -164,7 +161,7 @@
ImageMagick provides a statically-built ImageMagick object as part of its Windows installation package. When this package is installed, ImageMagickObject and its sample programs are installed to this path:
- c:\Program Files\ImageMagick-6.5.5-Q16\ImageMagickObject
+ c:\Program Files\ImageMagick-6.5.6-Q16\ImageMagickObject
The ImageMagickObject is registered if the checkbox, Register ImageMagickObject, is checked at install time.
@@ -207,7 +204,7 @@
Discourse Server •
Mailing Lists •
- Studio
+ Studio
diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html
index a8d54c9e4..2417f98d0 100644
--- a/www/advanced-unix-installation.html
+++ b/www/advanced-unix-installation.html
@@ -172,7 +172,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.5.5 $magick> ./configure
+ $magick> cd ImageMagick-6.5.6 $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:
@@ -499,7 +499,7 @@ Options used to compile and link:
$magick> rpmbuild --rebuild ImageMagick.src.rpm
After the build you, locate the RPMS folder and install the ImageMagick binary RPM distribution:
- $magick> rpm -ivh ImageMagick-6.5.5-?.*.rpm
+ $magick> rpm -ivh ImageMagick-6.5.6-?.*.rpm
Mac OS X-specific Build instructions
@@ -519,7 +519,7 @@ Options used to compile and link:
Download the ImageMagick source distribution and verify the distribution against its message digest.
Unpack and change into the top-level ImageMagick directory:
-
$magick> tar xvfz ImageMagick-6.5.5-10.tar.gz $magick> cd ImageMagick-6.5.5
Choose an architecture and set your CFLAGS environment variable. Here we set CFLAGS for an Intel build:
+
$magick> tar xvfz ImageMagick-6.5.6-0.tar.gz $magick> cd ImageMagick-6.5.6
Choose an architecture and set your CFLAGS environment variable. Here we set CFLAGS for an Intel build:
$magick> export CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk/ \
-arch i386 -I/sw/include/"
Set your LDFLAGS environment variable to:
$magick> export LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk/,-L/sw/lib/"
Configure ImageMagick:
@@ -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.5.5-?.tar.bz2 $magick> cd ImageMagick-6.5.5 $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.5.6-?.tar.bz2 $magick> cd ImageMagick-6.5.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
Dealing with Unexpected Problems
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html
index 9c27e37bb..7186b46e0 100644
--- a/www/advanced-windows-installation.html
+++ b/www/advanced-windows-installation.html
@@ -123,7 +123,7 @@
diff --git a/www/api.html b/www/api.html
index 8fc8ae9e4..9f86bce04 100644
--- a/www/api.html
+++ b/www/api.html
@@ -123,7 +123,7 @@
-
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+
@@ -183,31 +183,31 @@
C++
-
Magick++ provides an object-oriented C++ interface to ImageMagick. See A Gentle Introduction to Magick++ for an introductory tutorial to Magick++. We include the source if you want to correct, enhance, or expand the tutorial.
+
Magick++ provides an object-oriented C++ interface to ImageMagick. See A Gentle Introduction to Magick++ for an introductory tutorial to Magick++. We include the source if you want to correct, enhance, or expand the tutorial.
-
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
@@ -221,7 +221,7 @@
Pascal
-
PascalMagick a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.
+
PascalMagick a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.
Perl
@@ -233,50 +233,50 @@
PHP
-
MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.
+
MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.
-
IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.
+
IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.
-
phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.
+
phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.
-
PythonMagick an object-oriented Python interface to ImageMagick.
+
PythonMagick an object-oriented Python interface to ImageMagick.
-
PythonMagickWand an object-oriented Python interface to MagickWand based on ctypes.
+
PythonMagickWand an object-oriented Python interface to MagickWand based on ctypes.
-
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 •
Mailing Lists •
- Studio
+ Studio
diff --git a/www/api/animate.html b/www/api/animate.html
index 4cc832c8f..a6f2b2a90 100644
--- a/www/api/animate.html
+++ b/www/api/animate.html
@@ -122,9 +122,6 @@
Sponsors:
diff --git a/www/api/blob.html b/www/api/blob.html
index 0635f54a8..d4a67906d 100644
--- a/www/api/blob.html
+++ b/www/api/blob.html
@@ -122,9 +122,6 @@
Sponsors:
-
diff --git a/www/api/cache-view.html b/www/api/cache-view.html
index fd023955c..78c051f05 100644
--- a/www/api/cache-view.html
+++ b/www/api/cache-view.html
@@ -573,7 +573,7 @@ _8c.html" target="source" name="SyncCacheViewAuthenticPixels">SyncCacheViewAuthe
Discourse Server •
Mailing Lists •
- Studio
+ Studio
diff --git a/www/api/cache.html b/www/api/cache.html
index 9fbadf10b..0336f3bf7 100644
--- a/www/api/cache.html
+++ b/www/api/cache.html
@@ -122,9 +122,6 @@
Sponsors:
diff --git a/www/api/cipher.html b/www/api/cipher.html
index bd204d552..f505f820b 100644
--- a/www/api/cipher.html
+++ b/www/api/cipher.html
@@ -122,6 +122,9 @@
Sponsors:
+
diff --git a/www/api/constitute.html b/www/api/constitute.html
index b670b2095..c83105220 100644
--- a/www/api/constitute.html
+++ b/www/api/constitute.html
@@ -122,6 +122,9 @@
Sponsors:
diff --git a/www/api/decorate.html b/www/api/decorate.html
index 7e4172a72..bebb8cc42 100644
--- a/www/api/decorate.html
+++ b/www/api/decorate.html
@@ -122,6 +122,9 @@
Sponsors:
diff --git a/www/api/deprecate.html b/www/api/deprecate.html
index 7f5cfd4b2..10ab8777f 100644
--- a/www/api/deprecate.html
+++ b/www/api/deprecate.html
@@ -122,6 +122,9 @@
Sponsors:
+
diff --git a/www/api/display.html b/www/api/display.html
index 805a5743f..0e149cc66 100644
--- a/www/api/display.html
+++ b/www/api/display.html
@@ -233,7 +233,7 @@ _8c.html" target="source" name="XDisplayBackgroundImage">XDisplayBackgroundImage
Discourse Server •
Mailing Lists •
- Studio
+ Studio
diff --git a/www/api/distort.html b/www/api/distort.html
index 74be9f885..9ecb08da9 100644
--- a/www/api/distort.html
+++ b/www/api/distort.html
@@ -254,7 +254,7 @@ _8c.html" target="source" name="SparseColorImage">SparseColorImage
Discourse Server •
Mailing Lists •
- Studio
+ Studio
diff --git a/www/api/draw.html b/www/api/draw.html
index 8aef9f8db..8ccd7b7d2 100644
--- a/www/api/draw.html
+++ b/www/api/draw.html
@@ -122,9 +122,6 @@
Sponsors:
-
diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html
index ce307fcaf..34bd9419f 100644
--- a/www/api/drawing-wand.html
+++ b/www/api/drawing-wand.html
@@ -122,9 +122,6 @@
Sponsors:
-
diff --git a/www/api/effect.html b/www/api/effect.html
index faf61eb4e..29dedb41a 100644
--- a/www/api/effect.html
+++ b/www/api/effect.html
@@ -685,7 +685,7 @@ _8c.html" target="source" name="UnsharpMaskImage">UnsharpMaskImage
Discourse Server •
Mailing Lists •
- Studio
+ Studio
diff --git a/www/api/enhance.html b/www/api/enhance.html
index 610128f8a..7675c72d1 100644
--- a/www/api/enhance.html
+++ b/www/api/enhance.html
@@ -122,9 +122,6 @@
Sponsors:
-
diff --git a/www/api/exception.html b/www/api/exception.html
index e2bcfbb38..4ab9a4f13 100644
--- a/www/api/exception.html
+++ b/www/api/exception.html
@@ -462,7 +462,7 @@ _8c.html" target="source" name="ThrowException">ThrowException
Discourse Server •
Mailing Lists •
- Studio
+ Studio
diff --git a/www/api/fx.html b/www/api/fx.html
index cf8ea2431..601b78eab 100644
--- a/www/api/fx.html
+++ b/www/api/fx.html
@@ -123,7 +123,7 @@
diff --git a/www/api/memory.html b/www/api/memory.html
index 9cbd314c0..3a7ceb900 100644
--- a/www/api/memory.html
+++ b/www/api/memory.html
@@ -401,7 +401,7 @@ _8c.html" target="source" name="SetMagickMemoryMethods">SetMagickMemoryMethods
Discourse Server •
Mailing Lists •
- Studio
+ Studio
diff --git a/www/api/module.html b/www/api/module.html
index 827fadfe9..714a9fef2 100644
--- a/www/api/module.html
+++ b/www/api/module.html
@@ -122,6 +122,9 @@
Sponsors:
diff --git a/www/api/monitor.html b/www/api/monitor.html
index 76f57ccd8..3a31bafa8 100644
--- a/www/api/monitor.html
+++ b/www/api/monitor.html
@@ -122,9 +122,6 @@
Sponsors:
diff --git a/www/api/montage.html b/www/api/montage.html
index 8538cd8fc..a7c1bfad7 100644
--- a/www/api/montage.html
+++ b/www/api/montage.html
@@ -250,7 +250,7 @@ _8c.html" target="source" name="MontageImageList">MontageImageList
Discourse Server •
Mailing Lists •
- Studio
+ Studio
diff --git a/www/api/paint.html b/www/api/paint.html
index 67d6ef72d..b9155c81b 100644
--- a/www/api/paint.html
+++ b/www/api/paint.html
@@ -323,7 +323,7 @@ _8c.html" target="source" name="TransparentPaintImageChroma">TransparentPaintIma
Discourse Server •
Mailing Lists •
- Studio
+ Studio
diff --git a/www/api/pixel-view.html b/www/api/pixel-view.html
index b5b7cd47a..a42178477 100644
--- a/www/api/pixel-view.html
+++ b/www/api/pixel-view.html
@@ -122,6 +122,9 @@
Sponsors:
diff --git a/www/api/profile.html b/www/api/profile.html
index 68c7cd522..eed70a7be 100644
--- a/www/api/profile.html
+++ b/www/api/profile.html
@@ -122,9 +122,6 @@
Sponsors:
diff --git a/www/api/property.html b/www/api/property.html
index ae36799b8..8c0075e79 100644
--- a/www/api/property.html
+++ b/www/api/property.html
@@ -394,7 +394,7 @@ _8c.html" target="source" name="SetImageProperty">SetImageProperty
Discourse Server •
Mailing Lists •
- Studio
+ Studio
diff --git a/www/api/resize.html b/www/api/resize.html
index 3e37dc58d..2bd90ea16 100644
--- a/www/api/resize.html
+++ b/www/api/resize.html
@@ -122,6 +122,9 @@
Sponsors:
+
diff --git a/www/api/segment.html b/www/api/segment.html
index 4fedcb5c3..9d98e0537 100644
--- a/www/api/segment.html
+++ b/www/api/segment.html
@@ -122,9 +122,6 @@
Sponsors:
diff --git a/www/api/shear.html b/www/api/shear.html
index a3ca528f1..5bc6984cb 100644
--- a/www/api/shear.html
+++ b/www/api/shear.html
@@ -122,9 +122,6 @@
Sponsors:
-
diff --git a/www/api/signature.html b/www/api/signature.html
index 2dc8bbb34..e4f83d1db 100644
--- a/www/api/signature.html
+++ b/www/api/signature.html
@@ -176,7 +176,7 @@ _8c.html" target="source" name="SignatureImage">SignatureImage
Discourse Server •
Mailing Lists •
- Studio
+ Studio
diff --git a/www/api/transform.html b/www/api/transform.html
index cd499c0cd..ce016dcc4 100644
--- a/www/api/transform.html
+++ b/www/api/transform.html
@@ -494,7 +494,7 @@ _8c.html" target="source" name="TrimImage">TrimImage
Discourse Server •
Mailing Lists •
- Studio
+ Studio
diff --git a/www/architecture.html b/www/architecture.html
index 090ff1f13..a0ff0a299 100644
--- a/www/architecture.html
+++ b/www/architecture.html
@@ -234,7 +234,7 @@
When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache. For example, a 1-channel 1-bit monochrome PBM image is scaled to a 4 channel 8-bit RGBA image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version. You can determine which version you have using the ‑version option, as with this command:
- $magick> identify -versionVersion: ImageMagick 6.5.5-10 2009-09-15 Q16 http://www.imagemagick.org
+ $magick> identify -versionVersion: ImageMagick 6.5.6-0 2009-09-15 Q16 http://www.imagemagick.org
As you can see, the convenience of the pixel cache sometimes comes with a trade-off in storage (e.g. storing a 1-bit monochrome image as 16-bit RGBA is wasteful) and speed (i.e. storing the entire image in memory is generally slower than accessing one scanline of pixels at a time).
diff --git a/www/binary-releases.html b/www/binary-releases.html
index 73e03690d..3d9b44fda 100644
--- a/www/binary-releases.html
+++ b/www/binary-releases.html
@@ -170,16 +170,16 @@
- ImageMagick-6.5.5-10.i386.rpm |
- download |
- download |
+ ImageMagick-6.5.6-0.i386.rpm |
+ download |
+ download |
Fedora Core 10 i386 RPM |
- ImageMagick-6.5.5-10.x86_64.rpm |
- download |
- download |
+ ImageMagick-6.5.6-0.x86_64.rpm |
+ download |
+ download |
Fedora Core 10 x86_64 RPM |
@@ -216,7 +216,7 @@
ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:
- $magick> rpm -Uvh ImageMagick-6.5.5-10.i386.rpm
+ $magick> rpm -Uvh ImageMagick-6.5.6-0.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
@@ -225,7 +225,7 @@
$magick> tar xvfz ImageMagick.tar.gz
Set the MAGICK_HOME environment variable to the path where you extracted the ImageMagick files. For example:
- $magick> export MAGICK_HOME="$HOME/ImageMagick-6.5.5"
+ $magick> export MAGICK_HOME="$HOME/ImageMagick-6.5.6"
If the bin subdirectory of the extracted package is not already in your executable search path, add it to your PATH environment variable. For example:
$magick> export PATH="$MAGICK_HOME/bin:$PATH"
@@ -275,7 +275,7 @@
$magick> tar xvfz ImageMagick-i386-apple-darwin10.0.0.tar.gz
Set the MAGICK_HOME environment variable to the path where you extracted the ImageMagick files. For example:
- $magick> export MAGICK_HOME="$HOME/ImageMagick-6.5.5"
+ $magick> export MAGICK_HOME="$HOME/ImageMagick-6.5.6"
If the bin subdirectory of the extracted package is not already in your executable search path, add it to your PATH environment variable. For example:
$magick> export PATH="$MAGICK_HOME/bin:$PATH"
@@ -298,7 +298,7 @@
ImageMagick runs on all recent Windows releases except Windows 95 / 98. We recommend its use on an NT-based version of Windows (NT4, 2000, 2003, XP, or Vista). Starting with ImageMagick 5.5.7, older versions such as Windows 95 / 98 are not supported anymore. The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 256 MB of RAM is recommended, but the more RAM the better. Although ImageMagick runs fine on a single core computer, it automagically runs in parallel on dual and quad-core systems reducing run times considerably.
The Windows version of ImageMagick is self-installing. Simply click on the appropriate version below and it will launch itself and ask you a few installation questions. Versions with Q8 in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas, Q16 in the filename are 16 bits-per-pixel component. A Q16 version permits you to read or write 16-bit images without losing precision but requires twice as much resources as the Q8 version. Versions with dll in the filename include ImageMagick libraries as dynamic link libraries. If you are not sure which version is appropriate, choose
-ImageMagick-6.5.5-10-Q16-windows-dll.exe.
+ImageMagick-6.5.6-0-Q16-windows-dll.exe.