From: cristy Date: Sat, 8 Jan 2011 03:16:23 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec6b475b2dcc5fa0e8ecbdc6ffa261abf2e2c268;p=imagemagick --- diff --git a/ImageMagick.spec b/ImageMagick.spec index bb948a03f..db8b49d53 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %global VERSION 6.6.7 -%global Patchlevel 0 +%global Patchlevel 1 Name: ImageMagick Version: %{VERSION} diff --git a/config/configure.xml b/config/configure.xml index a657a0647..d12449c05 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,8 +8,8 @@ - - + + diff --git a/index.html b/index.html index 522fd7f9e..1b0dfa8ea 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - ImageMagick: Convert, Edit, and Compose Images + ImageMagick: Create, Edit, Compose, or Convert Images @@ -12,7 +12,7 @@ - + @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/libtool b/libtool index 983a142c8..5c838f801 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.7-0 +# Generated automatically by config.status (ImageMagick) 6.6.7-1 # Libtool was configured on host magick.imagemagick.org: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # @@ -246,7 +246,7 @@ hardcode_into_libs=yes sys_lib_search_path_spec="/usr/lib/gcc/x86_64-redhat-linux/4.5.1 /usr/lib64 /lib64 " # Run-time system search path for libraries. -sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib /usr/lib64/atlas /usr/lib64/mysql /usr/lib64/qt-3.3/lib /usr/lib/wine/ /usr/lib64/wine/ " +sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib /usr/lib64/atlas /usr/lib64/mysql /usr/lib64/qt-3.3/lib /usr/lib/wine/ /usr/lib64/wine/ /usr/lib64/xulrunner-1.9.2 " # Whether dlopen is supported. dlopen_support=yes diff --git a/magick/magick-config.h b/magick/magick-config.h index 991573d4f..a95f9e083 100644 --- a/magick/magick-config.h +++ b/magick/magick-config.h @@ -1101,7 +1101,7 @@ /* Define to the system default library search path. */ #ifndef MAGICKCORE_LT_DLSEARCH_PATH -#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib/wine/:/usr/lib64/wine/" +#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-1.9.2" #endif /* The archive extension */ diff --git a/magick/version.h b/magick/version.h index 34eb37ba6..4765e77ea 100644 --- a/magick/version.h +++ b/magick/version.h @@ -30,11 +30,11 @@ extern "C" { #define MagickLibVersion 0x667 #define MagickLibVersionText "6.6.7" #define MagickLibVersionNumber 4,0,1 -#define MagickLibAddendum "-0" +#define MagickLibAddendum "-1" #define MagickLibInterface 4 #define MagickLibMinInterface 4 -#define MagickReleaseDate "2011-01-01" -#define MagickChangeDate "20100101" +#define MagickReleaseDate "2011-01-07" +#define MagickChangeDate "20110103" #define MagickAuthoritativeURL "http://www.imagemagick.org" #if defined(MAGICKCORE_OPENMP_SUPPORT) #define MagickOpenMPFeature "OpenMP " diff --git a/version.sh b/version.sh index 54ea02573..18b1269b9 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.7' PACKAGE_LIB_VERSION="0x667" -PACKAGE_RELEASE="0" +PACKAGE_RELEASE="1" PACKAGE_LIB_VERSION_NUMBER="6,6,7,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index 8baf9d671..d971a1cec 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -140,8 +140,8 @@ Sponsors:
-
@@ -185,7 +188,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.6.6-Q16\ImageMagickObject
+  c:\Program Files\ImageMagick-6.6.7-Q16\ImageMagickObject
 

The ImageMagickObject is registered if the checkbox, Register ImageMagickObject, is checked at install time.

diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index fefb3fce6..6efe91044 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -139,8 +139,8 @@ Sponsors:
-
@@ -196,7 +199,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.6-10 $magick> ./configure

+

$magick> cd ImageMagick-6.6.7-0 $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:

@@ -526,7 +529,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.6.6-?.*.rpm

+

$magick> rpm -ivh ImageMagick-6.6.7-?.*.rpm

Mac OS X-specific Build instructions

@@ -550,7 +553,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.6-10.tar.gz $magick> cd ImageMagick-6.6.6-10

Configure ImageMagick:

+

$magick> tar xvfz ImageMagick-6.6.7-0.tar.gz $magick> cd ImageMagick-6.6.7-0

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/ \
@@ -570,7 +573,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.6-?.tar.bz2 $magick> cd ImageMagick-6.6.6-10 $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.7-?.tar.bz2 $magick> cd ImageMagick-6.6.7-0 $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 94aba6ed8..6b32b7598 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -139,8 +139,8 @@ Sponsors: @@ -448,7 +451,7 @@
  1. Double-click on - VisualMagick/bin/ImageMagick-6.6.6-10-Q16-windows-dll.exe + VisualMagick/bin/ImageMagick-6.6.7-0-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 4485cfb5d..df36bb009 100644 --- a/www/animate.html +++ b/www/animate.html @@ -140,8 +140,8 @@ Sponsors: diff --git a/www/api.html b/www/api.html index 7a764a0d9..5cac0196a 100644 --- a/www/api.html +++ b/www/api.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/animate.html b/www/api/animate.html index d397439cd..ed31f401b 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/annotate.html b/www/api/annotate.html index 0dd5af4c7..b855a9d3f 100644 --- a/www/api/annotate.html +++ b/www/api/annotate.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/attribute.html b/www/api/attribute.html index c169fdde9..6f3a3c8fb 100644 --- a/www/api/attribute.html +++ b/www/api/attribute.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/blob.html b/www/api/blob.html index d875d69d9..48b0ef36f 100644 --- a/www/api/blob.html +++ b/www/api/blob.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/cache-view.html b/www/api/cache-view.html index f8c2d2a4a..3742e9fe0 100644 --- a/www/api/cache-view.html +++ b/www/api/cache-view.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/cache.html b/www/api/cache.html index 5b488243e..281ce04b3 100644 --- a/www/api/cache.html +++ b/www/api/cache.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/cipher.html b/www/api/cipher.html index 21ee70f76..e02f1d7a3 100644 --- a/www/api/cipher.html +++ b/www/api/cipher.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/color.html b/www/api/color.html index 401d0a453..134e41b6b 100644 --- a/www/api/color.html +++ b/www/api/color.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/colormap.html b/www/api/colormap.html index 044b13b27..223c5098e 100644 --- a/www/api/colormap.html +++ b/www/api/colormap.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/compare.html b/www/api/compare.html index e13778672..0bb0d8fa7 100644 --- a/www/api/compare.html +++ b/www/api/compare.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/composite.html b/www/api/composite.html index cde4395fd..e5236115c 100644 --- a/www/api/composite.html +++ b/www/api/composite.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/constitute.html b/www/api/constitute.html index 17d6a9ccd..71c958206 100644 --- a/www/api/constitute.html +++ b/www/api/constitute.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/decorate.html b/www/api/decorate.html index 6c6e92987..353fef021 100644 --- a/www/api/decorate.html +++ b/www/api/decorate.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/deprecate.html b/www/api/deprecate.html index 228295611..382286684 100644 --- a/www/api/deprecate.html +++ b/www/api/deprecate.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/display.html b/www/api/display.html index e263fefb0..c8521a9a8 100644 --- a/www/api/display.html +++ b/www/api/display.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/distort.html b/www/api/distort.html index da0d57bbb..132ddfa12 100644 --- a/www/api/distort.html +++ b/www/api/distort.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/draw.html b/www/api/draw.html index 18c04567a..9304210ff 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html index a4dc6e532..7112a642d 100644 --- a/www/api/drawing-wand.html +++ b/www/api/drawing-wand.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/effect.html b/www/api/effect.html index 0cd8ed4d1..18190f048 100644 --- a/www/api/effect.html +++ b/www/api/effect.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/enhance.html b/www/api/enhance.html index 453de6b9b..7fbbf6f50 100644 --- a/www/api/enhance.html +++ b/www/api/enhance.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/exception.html b/www/api/exception.html index ad144643d..4079ceb68 100644 --- a/www/api/exception.html +++ b/www/api/exception.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/feature.html b/www/api/feature.html index 0378f0d64..4c03fdb47 100644 --- a/www/api/feature.html +++ b/www/api/feature.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/fx.html b/www/api/fx.html index 95bff2626..1739129a8 100644 --- a/www/api/fx.html +++ b/www/api/fx.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/histogram.html b/www/api/histogram.html index 9635d2839..08ab68792 100644 --- a/www/api/histogram.html +++ b/www/api/histogram.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/image-view.html b/www/api/image-view.html index 59a887752..6584c9fca 100644 --- a/www/api/image-view.html +++ b/www/api/image-view.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/image.html b/www/api/image.html index d3459d377..5f93109b4 100644 --- a/www/api/image.html +++ b/www/api/image.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/layer.html b/www/api/layer.html index 68a1e8ee8..2d045ae77 100644 --- a/www/api/layer.html +++ b/www/api/layer.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/list.html b/www/api/list.html index e014c0c46..ec8d16bac 100644 --- a/www/api/list.html +++ b/www/api/list.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html index 88ba8d1ae..e9fb135c1 100644 --- a/www/api/magick-deprecate.html +++ b/www/api/magick-deprecate.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/magick-image.html b/www/api/magick-image.html index 7af198f71..d38deb7eb 100644 --- a/www/api/magick-image.html +++ b/www/api/magick-image.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/magick-property.html b/www/api/magick-property.html index 653b5ad86..b3318f42d 100644 --- a/www/api/magick-property.html +++ b/www/api/magick-property.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html index e71db97b2..f85758532 100644 --- a/www/api/magick-wand.html +++ b/www/api/magick-wand.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/magick.html b/www/api/magick.html index b4af42a4c..14a41e838 100644 --- a/www/api/magick.html +++ b/www/api/magick.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/memory.html b/www/api/memory.html index 42b1cc5f2..868d6f208 100644 --- a/www/api/memory.html +++ b/www/api/memory.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/module.html b/www/api/module.html index 39f496422..b8710884a 100644 --- a/www/api/module.html +++ b/www/api/module.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/mogrify.html b/www/api/mogrify.html index 89afafb98..42457eb39 100644 --- a/www/api/mogrify.html +++ b/www/api/mogrify.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/monitor.html b/www/api/monitor.html index 486365f2e..938030b4d 100644 --- a/www/api/monitor.html +++ b/www/api/monitor.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/montage.html b/www/api/montage.html index a3489a4ca..2ad79167b 100644 --- a/www/api/montage.html +++ b/www/api/montage.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/morphology.html b/www/api/morphology.html index 107888ada..f848ca2bf 100644 --- a/www/api/morphology.html +++ b/www/api/morphology.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/paint.html b/www/api/paint.html index 387556385..751dfa58f 100644 --- a/www/api/paint.html +++ b/www/api/paint.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html index 396645a86..acf6dce5d 100644 --- a/www/api/pixel-iterator.html +++ b/www/api/pixel-iterator.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html index c9066b7cf..3fe34441d 100644 --- a/www/api/pixel-wand.html +++ b/www/api/pixel-wand.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/profile.html b/www/api/profile.html index 8a4fe23c2..155607b99 100644 --- a/www/api/profile.html +++ b/www/api/profile.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/property.html b/www/api/property.html index c8c3d4949..6c163f0c4 100644 --- a/www/api/property.html +++ b/www/api/property.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/quantize.html b/www/api/quantize.html index 72161e722..f6c16554e 100644 --- a/www/api/quantize.html +++ b/www/api/quantize.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/registry.html b/www/api/registry.html index 1aee582ac..d5fe855bd 100644 --- a/www/api/registry.html +++ b/www/api/registry.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/resize.html b/www/api/resize.html index 1137a9c9a..cfd2273d7 100644 --- a/www/api/resize.html +++ b/www/api/resize.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/resource.html b/www/api/resource.html index edb48222b..ce5c6c4e4 100644 --- a/www/api/resource.html +++ b/www/api/resource.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/segment.html b/www/api/segment.html index 095965abb..0a6336e24 100644 --- a/www/api/segment.html +++ b/www/api/segment.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/shear.html b/www/api/shear.html index 848b72198..ab61166f8 100644 --- a/www/api/shear.html +++ b/www/api/shear.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/signature.html b/www/api/signature.html index 5a26d1e84..0d864cc92 100644 --- a/www/api/signature.html +++ b/www/api/signature.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/statistic.html b/www/api/statistic.html index 7da90cabc..d2e0dfb38 100644 --- a/www/api/statistic.html +++ b/www/api/statistic.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/stream.html b/www/api/stream.html index a34b44ff4..546bae3a7 100644 --- a/www/api/stream.html +++ b/www/api/stream.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/api/transform.html b/www/api/transform.html index c7292dc41..77dc6b885 100644 --- a/www/api/transform.html +++ b/www/api/transform.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/version.html b/www/api/version.html index b4937ea44..7b6a76a30 100644 --- a/www/api/version.html +++ b/www/api/version.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/api/wand-view.html b/www/api/wand-view.html index cc76bf581..10c2e1485 100644 --- a/www/api/wand-view.html +++ b/www/api/wand-view.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/architecture.html b/www/architecture.html index 651d7f566..99cd35859 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -139,8 +139,8 @@ Sponsors:
-
@@ -234,33 +237,36 @@

The pixel cache is associated with an image when it is created and it is initialized when you try to get or put pixels. Here are three common methods to associate a pixel cache with an image:

-

Create an image canvas initialized to the background color:

-

+

+
Create an image canvas initialized to the background color:
+

image=AllocateImage(image_info); if (SetImageExtent(image,640,480) == MagickFalse) { /* an exception was thrown */ } (void) QueryMagickColor("red",&image->background_color,&image->exception); SetImageBackgroundColor(image); -

+

-

Create an image from a JPEG image on disk:

-

(void) strcpy(image_info->filename,"image.jpg"): +

Create an image from a JPEG image on disk:
+

+ (void) strcpy(image_info->filename,"image.jpg"): image=ReadImage(image_info,exception); if (image == (Image *) NULL) { /* an exception was thrown */ } -

-

Create an image from a memory based image:

-

+

+
Create an image from a memory based image:
+

image=BlobToImage(blob_info,blob,extent,exception); if (image == (Image *) NULL) { /* an exception was thrown */ } -

+

+

In our discussion of the pixel cache, we use the MagickCore API to illustrate our points, however, the principles are the same for other program interfaces to ImageMagick.

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.6-10 2010-12-25 Q16 http://www.imagemagick.org

+

$magick> identify -versionVersion: ImageMagick 6.6.7-0 2010-01-01 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.

@@ -268,12 +274,12 @@

Once the pixel cache is associated with an image, you typically want to get, update, or put pixels into it. We refer to pixels inside the image region as authentic pixels and outside the region as virtual pixels. Use these methods to access the pixels in the cache:

- +

Here is a typical MagickCore code snippet for manipulating pixels in the pixel cache. In our example, we copy pixels from the input image to the output image and decrease the intensity by 10%:

diff --git a/www/binary-releases.html b/www/binary-releases.html index 75d5822ce..15f1c42e9 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -139,8 +139,8 @@ Sponsors:
-
@@ -194,16 +197,16 @@ - ImageMagick-6.6.6-10.i386.rpm - download - download + ImageMagick-6.6.7-0.i386.rpm + download + download CentOS 5.4 i386 RPM - ImageMagick-6.6.6-10.x86_64.rpm - download - download + ImageMagick-6.6.7-0.x86_64.rpm + download + download CentOS 5.4 x86_64 RPM @@ -233,7 +236,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.6-10.i386.rpm

+

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

@@ -242,7 +245,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.6.6"

+

$magick> export MAGICK_HOME="$HOME/ImageMagick-6.6.7"

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"

@@ -292,7 +295,7 @@

$magick> tar xvfz ImageMagick-x86_64-apple-darwin10.5.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.6.6"

+

$magick> export MAGICK_HOME="$HOME/ImageMagick-6.6.7"

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"

@@ -317,7 +320,7 @@

The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 512 MB of RAM is recommended, but the more RAM the better. Although ImageMagick runs well on a single core computer, it automagically runs in parallel on multi-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.6-10-Q16-windows-dll.exe.

+ImageMagick-6.6.7-0-Q16-windows-dll.exe.

@@ -329,51 +332,51 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + diff --git a/www/changelog.html b/www/changelog.html index 29612c4e1..1fb2305bb 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -139,8 +139,8 @@ Sponsors:
-
@@ -171,12 +174,16 @@
-
    2010-01-01 6.6.6-10 Glenn Randers-Pehrson <glennrp@image...>
    -
  • The PNG decoder now checks whether the image actually has any transparency when the input file contains an alpha channel. (Reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=17748)

  • +
      2011-01-03 6.6.7-0 Cristy <quetzlzacatenango@image...>
      +
    • Handle negative heights for ICO images.

    • +
      2011-01-02 6.6.7-0 Glenn Randers-Pehrson <glennrp@image...>
      +
    • Recent changes sometimes caused the PNG encoder to select colortype=2 (Truecolor) instead of 0 (Grayscale) for grayscale images. This made the filesize larger than necessary and caused some of the PerlMagick tests to fail.

    • +
      2011-01-01 6.6.6-10 Glenn Randers-Pehrson <glennrp@image...>
      +
    • The PNG decoder now checks whether the image actually has any transparency when the input file contains an alpha channel or a tRNS chunk. (Reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=17748)

    • 2010-12-26 6.6.6-8 Cristy <quetzlzacatenango@image...>
    • -posterize fails with more than 40 levels (reference http://www.imagemagick.org/discourse-server/viewtopic.html?f=3&t=17741).
    • Add support for the MacPaint image format.
    • -
    • Eliminate spurios 'invalid colormap index' exception for 16-bit SGI images (bug report by steven.sittser@fligh...).
    • +
    • Eliminate spurious 'invalid colormap index' exception for 16-bit SGI images (bug report by steven.sittser@fligh...).
    • Fix user data length for the CIN image format.

    • 2010-12-21 6.6.6-7 Glenn Randers-Pehrson <glennrp@image...>
    • Use a clone instead of the main image in coders/png.c, so the image can still be used later on without being affected by changes made by the PNG encoder.
    • diff --git a/www/cipher.html b/www/cipher.html index c44e21f8c..8480eb595 100644 --- a/www/cipher.html +++ b/www/cipher.html @@ -140,8 +140,8 @@ Sponsors: diff --git a/www/color.html b/www/color.html index 31daa24e0..c6de78e12 100644 --- a/www/color.html +++ b/www/color.html @@ -140,8 +140,8 @@ Sponsors: diff --git a/www/command-line-options.html b/www/command-line-options.html index 798dbae6c..dbac96bf5 100644 --- a/www/command-line-options.html +++ b/www/command-line-options.html @@ -143,8 +143,8 @@ Sponsors: diff --git a/www/command-line-processing.html b/www/command-line-processing.html index 36233941e..cde901139 100644 --- a/www/command-line-processing.html +++ b/www/command-line-processing.html @@ -139,8 +139,8 @@ Sponsors:
      -
      diff --git a/www/command-line-tools.html b/www/command-line-tools.html index 84edef162..8fd60892e 100644 --- a/www/command-line-tools.html +++ b/www/command-line-tools.html @@ -139,8 +139,8 @@ Sponsors:
      -
      diff --git a/www/compare.html b/www/compare.html index 4620a5da6..74e1e3cb7 100644 --- a/www/compare.html +++ b/www/compare.html @@ -140,8 +140,8 @@ Sponsors: diff --git a/www/compose.html b/www/compose.html index 9cde1b208..524ccef8f 100644 --- a/www/compose.html +++ b/www/compose.html @@ -140,8 +140,8 @@ Sponsors: diff --git a/www/composite.html b/www/composite.html index e06b03511..5e9241b85 100644 --- a/www/composite.html +++ b/www/composite.html @@ -140,8 +140,8 @@ Sponsors:
      -
      diff --git a/www/conjure.html b/www/conjure.html index 0449f1e8d..f1668d3eb 100644 --- a/www/conjure.html +++ b/www/conjure.html @@ -140,8 +140,8 @@ Sponsors: diff --git a/www/contact.html b/www/contact.html index 7d8082ca3..ee6e604cd 100644 --- a/www/contact.html +++ b/www/contact.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/convert.html b/www/convert.html index f97800ada..2924c6ced 100644 --- a/www/convert.html +++ b/www/convert.html @@ -140,8 +140,8 @@ Sponsors:
      -
      diff --git a/www/display.html b/www/display.html index 5b0731d33..d717443c3 100644 --- a/www/display.html +++ b/www/display.html @@ -140,8 +140,8 @@ Sponsors:
      -
      diff --git a/www/download.html b/www/download.html index e5e36aba5..8d0518721 100644 --- a/www/download.html +++ b/www/download.html @@ -139,8 +139,8 @@ Sponsors:
      -
      @@ -174,7 +177,7 @@

      Download ImageMagick

      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.6-10.

      +

      The latest release of ImageMagick is version 6.6.7-0.

      Australia
      ftp://mirror.aarnet.edu.au/pub/imagemagick/
      diff --git a/www/escape.html b/www/escape.html index 8b6fc879a..185b47f38 100644 --- a/www/escape.html +++ b/www/escape.html @@ -140,8 +140,8 @@ Sponsors: diff --git a/www/examples.html b/www/examples.html index 1cf34301f..0743cec53 100644 --- a/www/examples.html +++ b/www/examples.html @@ -139,8 +139,8 @@ Sponsors:
      -
      diff --git a/www/exception.html b/www/exception.html index 3cab45926..c95b8195e 100644 --- a/www/exception.html +++ b/www/exception.html @@ -139,8 +139,8 @@ Sponsors:
      -
      diff --git a/www/export.html b/www/export.html index b26d87784..2b4fa863b 100644 --- a/www/export.html +++ b/www/export.html @@ -139,8 +139,8 @@ Sponsors:
      -
      diff --git a/www/formats.html b/www/formats.html index 178b2da5b..249c4471f 100644 --- a/www/formats.html +++ b/www/formats.html @@ -140,8 +140,8 @@ Sponsors: @@ -861,6 +864,13 @@ convert \( -size 15x15 xc:black xc:white -append \) \
+ + + + + + + diff --git a/www/fx.html b/www/fx.html index 5db8fcd4f..7bf57a5f2 100644 --- a/www/fx.html +++ b/www/fx.html @@ -140,8 +140,8 @@ Sponsors: diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html index 72fcd33a0..79206d7a6 100644 --- a/www/high-dynamic-range.html +++ b/www/high-dynamic-range.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/identify.html b/www/identify.html index 3d022e6e6..6b6bbf701 100644 --- a/www/identify.html +++ b/www/identify.html @@ -139,8 +139,8 @@ Sponsors: @@ -242,7 +245,7 @@ Tainted: False
Filesize: 3.97266kb
Number pixels: 3.14453kb
- Version: ImageMagick 6.6.6-10 2010-12-25 Q16 http://www.imagemagick.org

+ Version: ImageMagick 6.6.7-0 2010-01-01 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 1b62518d9..b69c26bc5 100644 --- a/www/import.html +++ b/www/import.html @@ -140,8 +140,8 @@ Sponsors: diff --git a/www/index.html b/www/index.html index a00b59268..a0b1bd8ea 100644 --- a/www/index.html +++ b/www/index.html @@ -4,7 +4,7 @@ - ImageMagick: Convert, Edit, and Compose Images + ImageMagick: Create, Edit, Compose, or Convert Images @@ -12,7 +12,7 @@ - + @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/install-source.html b/www/install-source.html index f70da8300..19429e6e5 100644 --- a/www/install-source.html +++ b/www/install-source.html @@ -139,8 +139,8 @@ Sponsors:
-
@@ -193,7 +196,7 @@

$magick> tar xvfz ImageMagick.tar.gz

Next configure and compile ImageMagick:

-

$magick> cd ImageMagick-6.6.6 $magick> ./configure $magick> make

+

$magick> cd ImageMagick-6.6.7 $magick> ./configure $magick> make

If ImageMagick configured and compiled without complaint, you are ready to install it on your system. Administrator privileges are required to install. To install, type

$magick> sudo make install

@@ -219,22 +222,22 @@

You can unpack the distribution with WinZip or type the following from any MS-DOS Command Prompt window:

$magick> unzip ImageMagick-windows.zip

-

Next, launch your Visual Studio IDE and choose Open->Project. Select the configure workspace from the ImageMagick-6.6.6/VisualMagick/configure folder and press Open. Choose Build->Build Solution +

Next, launch your Visual Studio IDE and choose Open->Project. Select the configure workspace from the ImageMagick-6.6.7/VisualMagick/configure folder and press Open. Choose Build->Build Solution to compile the program and on completion run the program.

[configure]

-

Press Next and click on the multi-threaded static build. If you are using the Visual Studio 6.0 IDE, make sure no check is next to the Generate Visual Studio 7 format option. Now press, on Next twice and finally Finish. The configuration utility just created a workspace required to build ImageMagick from source. Choose Open->Project and select the VisualStaticMT workspace from the ImageMagick-6.6.6/VisualMagick/ folder. Finally, choose Build->Build Solution to compile and build the ImageMagick distribution.

+

Press Next and click on the multi-threaded static build. If you are using the Visual Studio 6.0 IDE, make sure no check is next to the Generate Visual Studio 7 format option. Now press, on Next twice and finally Finish. The configuration utility just created a workspace required to build ImageMagick from source. Choose Open->Project and select the VisualStaticMT workspace from the ImageMagick-6.6.7/VisualMagick/ folder. Finally, choose Build->Build Solution to compile and build the ImageMagick distribution.

To verify ImageMagick is working properly, launch a MS-DOS Command Prompt window and type

-

$magick> cd ImageMagick-6.6.6 $magick> convert logo: image.jpg

+

$magick> cd ImageMagick-6.6.7 $magick> convert logo: image.jpg

For a more comprehensive test, run the ImageMagick validation suite:

$magick> validate

Congratulations, you have a working ImageMagick distribution under Windows and you are ready to use ImageMagick to convert, compose, or edit your images or perhaps you'll want to use one of the Application Program Interfaces for C, C++, Perl, and others.

-

The above instructions will satisfy a great number of ImageMagick users, but we suspect a few will have additional questions or problems to consider. For example, what does one do if ImageMagick fails to configure or compile? Or what if you want to install ImageMagick in a place other than the ImageMagick-6.6.6/VisualMagick/bin folder? Or perhaps you want to build and install the ImageMagickObject COM+ component. You will find the answer to these questions, and more, in Advanced Windows Source Installation.

+

The above instructions will satisfy a great number of ImageMagick users, but we suspect a few will have additional questions or problems to consider. For example, what does one do if ImageMagick fails to configure or compile? Or what if you want to install ImageMagick in a place other than the ImageMagick-6.6.7/VisualMagick/bin folder? Or perhaps you want to build and install the ImageMagickObject COM+ component. You will find the answer to these questions, and more, in Advanced Windows Source Installation.

diff --git a/www/jp2.html b/www/jp2.html index 12056eb55..973320533 100644 --- a/www/jp2.html +++ b/www/jp2.html @@ -140,8 +140,8 @@ Sponsors: diff --git a/www/license.html b/www/license.html index d36572409..2e83df258 100644 --- a/www/license.html +++ b/www/license.html @@ -139,8 +139,8 @@ Sponsors:
-
@@ -179,7 +182,7 @@

It allows you to:

-
    +
  • freely download and use ImageMagick software, in whole or in part, for personal, company internal, or commercial purposes;
  • use ImageMagick software in packages or distributions that you create;
  • link against a library under a different license;
  • @@ -187,39 +190,39 @@
  • merge code into a work under a different license;
  • extend patent grants to any code using code under this license;
  • and extend patent protection.
  • -
+

It forbids you to:

-
    +
  • redistribute any piece of ImageMagick-originated software without proper attribution;
  • use any marks owned by ImageMagick Studio LLC in any way that might state or imply that ImageMagick Studio LLC endorses your distribution;
  • use any marks owned by ImageMagick Studio LLC in any way that might state or imply that you created the ImageMagick software in question.
  • -
+

It requires you to:

-
    +
  • include a copy of the license in any redistribution you may make that includes ImageMagick software;
  • provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagick software.
  • -
+

It does not require you to:

-
    +
  • include the source of the ImageMagick software itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it;
  • submit changes that you make to the software back to the ImageMagick Studio LLC (though such feedback is encouraged).
  • -
+

A few other clarifications include:

-
    +
  • ImageMagick is freely available without charge;
  • you may include ImageMagick on a DVD as long as you comply with the terms of the license;
  • you can give modified code away for free or sell it under the terms of the ImageMagick license or distribute the result under a different license, but you need to acknowledge the use of the ImageMagick software;
  • the license is compatible with the GPL V3.
  • when exporting the ImageMagick software, review its export classification.
  • -
+ @@ -285,7 +288,7 @@

How to Apply the License to your Work

-

To apply the ImageMagick License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.

+

To apply the ImageMagick License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information (don't include the brackets). The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.

    Copyright [yyyy] [name of copyright owner]
diff --git a/www/links.html b/www/links.html
index 6e25bb483..0493e2467 100644
--- a/www/links.html
+++ b/www/links.html
@@ -139,8 +139,8 @@
   Sponsors:
 
 
-
diff --git a/www/magick++.html b/www/magick++.html index ac1eefff3..24fdfb131 100644 --- a/www/magick++.html +++ b/www/magick++.html @@ -140,8 +140,8 @@ Sponsors: diff --git a/www/magick-core.html b/www/magick-core.html index a3edf0993..4434eace7 100644 --- a/www/magick-core.html +++ b/www/magick-core.html @@ -140,8 +140,8 @@ Sponsors: diff --git a/www/magick-vector-graphics.html b/www/magick-vector-graphics.html index 8af2571ab..572571a5d 100644 --- a/www/magick-vector-graphics.html +++ b/www/magick-vector-graphics.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/magick-wand.html b/www/magick-wand.html index ca27364c9..95bd859fe 100644 --- a/www/magick-wand.html +++ b/www/magick-wand.html @@ -140,8 +140,8 @@ Sponsors:
-
diff --git a/www/miff.html b/www/miff.html index 6c5d23449..3ce1a99d1 100644 --- a/www/miff.html +++ b/www/miff.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/mogrify.html b/www/mogrify.html index 4a33d357d..e5a2925e3 100644 --- a/www/mogrify.html +++ b/www/mogrify.html @@ -140,8 +140,8 @@ Sponsors: diff --git a/www/montage.html b/www/montage.html index 10f5047c1..6bbef5fe4 100644 --- a/www/montage.html +++ b/www/montage.html @@ -140,8 +140,8 @@ Sponsors:
-
diff --git a/www/motion-picture.html b/www/motion-picture.html index 65ba46446..4b631ea8c 100644 --- a/www/motion-picture.html +++ b/www/motion-picture.html @@ -140,8 +140,8 @@ Sponsors: diff --git a/www/perl-magick.html b/www/perl-magick.html index 6afd1923c..c4d8a6780 100644 --- a/www/perl-magick.html +++ b/www/perl-magick.html @@ -139,8 +139,8 @@ Sponsors:
-
@@ -193,10 +196,10 @@

ImageMagick must already be installed on your system. Next, get the PerlMagick distribution corresponding to the installed ImageMagick distribution -(e.g., PerlMagick 6.66 for -ImageMagick 6.6.6) and unpack it as shown below:

+(e.g., PerlMagick 6.67 for +ImageMagick 6.6.7) and unpack it as shown below:

-

$magick> tar xvfz PerlMagick-6.66.tar.gz $magick> cd PerlMagick

+

$magick> tar xvfz PerlMagick-6.67.tar.gz $magick> cd PerlMagick

Next, edit Makefile.PL and change LIBS and INC to include the appropriate path information to the required MagickCore library. You may need paths to JPEG, PNG, TIFF, etc. delegates if they were included with your installed version of ImageMagick. Build and install it like this:

$magick> perl Makefile.PL $magick> make $magick> make install

diff --git a/www/quantize.html b/www/quantize.html index fa1639ea8..c3793bf21 100644 --- a/www/quantize.html +++ b/www/quantize.html @@ -139,8 +139,8 @@ Sponsors:
-
diff --git a/www/resources.html b/www/resources.html index 3604a8176..b5728eca8 100644 --- a/www/resources.html +++ b/www/resources.html @@ -139,8 +139,8 @@ Sponsors:
-
@@ -281,10 +284,10 @@ file or data stream.

   $MAGICK_CONFIGURE_PATH
-  $PREFIX/lib/ImageMagick-6.6.6/config
-  $PREFIX/share/ImageMagick-6.6.6/config
-  $PREFIX/share/ImageMagick-6.6.6  $HOME/.magick/
-  <client path>/lib/ImageMagick-6.6.6/
+  $PREFIX/lib/ImageMagick-6.6.7/config
+  $PREFIX/share/ImageMagick-6.6.7/config
+  $PREFIX/share/ImageMagick-6.6.7  $HOME/.magick/
+  <client path>/lib/ImageMagick-6.6.7/
 

The environmental variable $PREFIX is the default install path (e.g. /usr/local). The client path is the execution path of your ImageMagick client (e.g. /usr/local) .

@@ -293,10 +296,10 @@ file or data stream.

   $MAGICK_CONFIGURE_PATH
-  $MAGICK_HOME/lib/ImageMagick-6.6.6/config
-  $MAGICK_HOME/share/ImageMagick-6.6.6/config
-  $PREFIX/share/ImageMagick-6.6.6  $HOME/.magick/
-  <client path>/lib/ImageMagick-6.6.6/
+  $MAGICK_HOME/lib/ImageMagick-6.6.7/config
+  $MAGICK_HOME/share/ImageMagick-6.6.7/config
+  $PREFIX/share/ImageMagick-6.6.7  $HOME/.magick/
+  <client path>/lib/ImageMagick-6.6.7/
   <current directory>
 
@@ -310,7 +313,7 @@ file or data stream.

<client path>
-

Above, $PREFIX is the default install path, typically c:\\Program Files\\ImageMagick-6.6.6.

+

Above, $PREFIX is the default install path, typically c:\\Program Files\\ImageMagick-6.6.7.

For an uninstalled Windows installation, the configuration load order is:

@@ -332,13 +335,13 @@ file or data stream.

ImageMagick's image format support is usually provided in the form of loadable modules. It searches for loadable modules in the following order and it uses the first match found:

-  $MAGICK_HOME/lib/ImageMagick-6.6.6/modules-Q16/coders/
+  $MAGICK_HOME/lib/ImageMagick-6.6.7/modules-Q16/coders/
   $HOME/.magick/
-  <client path>/../lib/ImageMagick-6.6.6/modules-Q16/coders/
-  $MAGICK_HOME/lib/ImageMagick-6.6.6/modules-Q16/coders
-  $MAGICK_HOME/share/ImageMagick-6.6.6/modules-Q16/coders
+  <client path>/../lib/ImageMagick-6.6.7/modules-Q16/coders/
+  $MAGICK_HOME/lib/ImageMagick-6.6.7/modules-Q16/coders
+  $MAGICK_HOME/share/ImageMagick-6.6.7/modules-Q16/coders
   $HOME/.magick/
-  <client path>/lib/ImageMagick-6.6.6/modules-Q16/coders
+  <client path>/lib/ImageMagick-6.6.7/modules-Q16/coders
 
@@ -350,10 +353,10 @@ file or data stream.

   $MAGICK_CONFIGURE_PATH
-  $MAGICK_HOME/lib/ImageMagick-6.6.6/config
-  $MAGICK_HOME/share/ImageMagick-6.6.6/config
+  $MAGICK_HOME/lib/ImageMagick-6.6.7/config
+  $MAGICK_HOME/share/ImageMagick-6.6.7/config
   $HOME/.magick/
-  <client path>/lib/ImageMagick-6.6.6/
+  <client path>/lib/ImageMagick-6.6.7/
   $MAGICK_FONT_PATH
 
diff --git a/www/search.html b/www/search.html index 7a0bae0b2..6f9fd2b6b 100644 --- a/www/search.html +++ b/www/search.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/sitemap.html b/www/sitemap.html index cb0ac1c95..9c3784b16 100644 --- a/www/sitemap.html +++ b/www/sitemap.html @@ -139,8 +139,8 @@ Sponsors: diff --git a/www/sponsors.html b/www/sponsors.html index fdc07b782..ad0d780d0 100644 --- a/www/sponsors.html +++ b/www/sponsors.html @@ -139,8 +139,8 @@ Sponsors: @@ -181,7 +184,7 @@

We want to thank the sponsors of the ImageMagick project, including:

- +
Web Hosting
+

Support the ImageMagick Project

-

ImageMagick has been available to both free and commercial users since the early 1990's. In early 1993 it was one of the most comprehensive free image processing packages available, but, unlike competing packages, it continues to be supported and enhanced. Today, ImageMagick is more comprehensive and better supported than ever.

+

ImageMagick has been freely available since the early 1990's. It has consistently been one of the most comprehensive free image processing packages available, but, unlike competing packages, it continues to be supported and enhanced. Today, ImageMagick is more comprehensive and better supported than ever.

ImageMagick has enjoyed considerable support from commercial users. Since ImageMagick is not restricted from use in commercial or proprietary applications, it is used to support thousands of commercial web sites and is used in professional digital image and movie studios as well as publishing shops. It is also used as a component of a number of commercial applications. Many of these commercial users have made contributions to ImageMagick, large and small, often anonymous, but always appreciated.

ImageMagick Studio LLC is now looking for sponsorship from individuals and companies which use ImageMagick, or which would like to help support free software. If you or your company depends on ImageMagick, sponsoring ImageMagick is a way to express your gratitude and to contribute back to the further development of ImageMagick.

ImageMagick sponsorship can take many forms. The following are some possibilities:

diff --git a/www/stream.html b/www/stream.html index dee9cd5f5..333a4ed7b 100644 --- a/www/stream.html +++ b/www/stream.html @@ -140,8 +140,8 @@ Sponsors:
-
diff --git a/www/subversion.html b/www/subversion.html index 70764c491..99533f8fd 100644 --- a/www/subversion.html +++ b/www/subversion.html @@ -139,8 +139,8 @@ Sponsors:
-
@@ -180,8 +183,8 @@

To retrieve, or check out ImageMagick stable, use this command:

$magick> svn co \
-https://www.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6.6.6 \
-ImageMagick-6.6.6

+https://www.imagemagick.org/subversion/ImageMagick/branches/ImageMagick-6.6.7 \
+ImageMagick-6.6.7

To retrieve, or check out ImageMagick development, use this command:

$magick> svn co https://www.imagemagick.org/subversion/ImageMagick/trunk ImageMagick

diff --git a/www/t-shirt.html b/www/t-shirt.html index 9eebda96b..43a6505e8 100644 --- a/www/t-shirt.html +++ b/www/t-shirt.html @@ -139,8 +139,8 @@ Sponsors:
-
ImageMagick-6.6.6-10-Q16-windows-dll.exedownloaddownloadImageMagick-6.6.7-0-Q16-windows-dll.exedownloaddownload Win32 dynamic at 16 bits-per-pixel
ImageMagick-6.6.6-10-Q16-windows-x64-dll.exedownloaddownloadImageMagick-6.6.7-0-Q16-windows-x64-dll.exedownloaddownload Win64 dynamic at 16 bits-per-pixel
ImageMagick-6.6.6-10-Q8-windows-dll.exedownloaddownloadImageMagick-6.6.7-0-Q8-windows-dll.exedownloaddownload Win32 dynamic at 8 bits-per-pixel
ImageMagick-6.6.6-10-Q16-windows-static.exedownloaddownloadImageMagick-6.6.7-0-Q16-windows-static.exedownloaddownload Win32 static at 16 bits-per-pixel
ImageMagick-6.6.6-10-Q16-windows-x64-static.exedownloaddownloadImageMagick-6.6.7-0-Q16-windows-x64-static.exedownloaddownload Win64 static at 16 bits-per-pixel
ImageMagick-6.6.6-10-Q8-windows-static.exedownloaddownloadImageMagick-6.6.7-0-Q8-windows-static.exedownloaddownload Win32 static at 8 bits-per-pixel
ImageMagick-6.6.6-Q16-windows.zipdownloaddownloadImageMagick-6.6.7-Q16-windows.zipdownloaddownload Portable Win32 static at 16 bits-per-pixel. Just copy to your host and run (no installer, no Windows registry entries).
Requires Ghostscript to read.
PSBRWAdobe Large Document Format 
PSD RW