From: cristy
Date: Wed, 30 Jun 2010 17:42:22 +0000 (+0000)
Subject: (no commit message)
X-Git-Tag: 7.0.1-0~9149
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbb4a9778a18c35a24c6ed1ce8b2237faff18ccc;p=imagemagick
---
diff --git a/ImageMagick.spec b/ImageMagick.spec
index 2b2ce77eb..9225132de 100644
--- a/ImageMagick.spec
+++ b/ImageMagick.spec
@@ -1,5 +1,5 @@
-%global VERSION 6.6.2
-%global Patchlevel 10
+%global VERSION 6.6.3
+%global Patchlevel 0
Name: ImageMagick
Version: %{VERSION}
diff --git a/Magick++/bin/Magick++-config b/Magick++/bin/Magick++-config
index becaedce3..8a6267981 100755
--- a/Magick++/bin/Magick++-config
+++ b/Magick++/bin/Magick++-config
@@ -40,7 +40,7 @@ while test $# -gt 0; do
echo $exec_prefix
;;
--version)
- echo '6.6.2 Q16 '
+ echo '6.6.3 Q16 '
;;
--cflags)
echo "-I${includedir} -fopenmp"
diff --git a/Magick++/lib/ImageMagick++.pc b/Magick++/lib/ImageMagick++.pc
index c6422401a..e3baed573 100644
--- a/Magick++/lib/ImageMagick++.pc
+++ b/Magick++/lib/ImageMagick++.pc
@@ -5,7 +5,7 @@ includedir=${prefix}/include/ImageMagick
Name: ImageMagick++
-Version: 6.6.2
+Version: 6.6.3
Description: Magick++ - C++ API for ImageMagick
Requires: ImageMagick
Libs: -L${libdir} -lMagick++
diff --git a/PerlMagick/Magick.pm b/PerlMagick/Magick.pm
index fa4934dc8..e183d6e68 100644
--- a/PerlMagick/Magick.pm
+++ b/PerlMagick/Magick.pm
@@ -30,7 +30,7 @@ require AutoLoader;
ConfigureError FatalErrorException
);
-$VERSION = '6.6.2';
+$VERSION = '6.6.3';
sub AUTOLOAD {
# This AUTOLOAD is used to 'autoload' constants from the constant()
@@ -109,7 +109,7 @@ It was originally developed to be used by CGI scripts for Web pages.
A web page has been set up for this extension. See:
- file:///usr/local/share/doc/ImageMagick-6.6.2/www/perl-magick.html
+ file:///usr/local/share/doc/ImageMagick-6.6.3/www/perl-magick.html
http://www.imagemagick.org/script/perl-magick.php
If you have problems, go to
diff --git a/PerlMagick/Makefile.PL b/PerlMagick/Makefile.PL
index 28573b731..2353a8153 100644
--- a/PerlMagick/Makefile.PL
+++ b/PerlMagick/Makefile.PL
@@ -171,7 +171,7 @@ WriteMakefile
'AUTHOR' => 'ImageMagick Studio LLC',
# Module version
- 'VERSION' => '6.6.2',
+ 'VERSION' => '6.6.3',
# Preprocessor defines
'DEFINE' => ' -D_LARGE_FILES=1 -DHAVE_CONFIG_H', # e.g., '-DHAVE_SOMETHING'
diff --git a/config/configure.xml b/config/configure.xml
index 07bfc71e1..f0c83f3e6 100644
--- a/config/configure.xml
+++ b/config/configure.xml
@@ -7,13 +7,13 @@
]>
-
-
-
+
+
+
-
+
diff --git a/configure b/configure
index ba6cb307c..8d1abb8ca 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for ImageMagick 6.6.2.
+# Generated by GNU Autoconf 2.65 for ImageMagick 6.6.3.
#
# Report bugs to .
#
@@ -566,8 +566,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ImageMagick'
PACKAGE_TARNAME='ImageMagick'
-PACKAGE_VERSION='6.6.2'
-PACKAGE_STRING='ImageMagick 6.6.2'
+PACKAGE_VERSION='6.6.3'
+PACKAGE_STRING='ImageMagick 6.6.3'
PACKAGE_BUGREPORT='http://www.imagemagick.org'
PACKAGE_URL=''
@@ -1688,7 +1688,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures ImageMagick 6.6.2 to adapt to many kinds of systems.
+\`configure' configures ImageMagick 6.6.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1763,7 +1763,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ImageMagick 6.6.2:";;
+ short | recursive ) echo "Configuration of ImageMagick 6.6.3:";;
esac
cat <<\_ACEOF
@@ -1968,7 +1968,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-ImageMagick configure 6.6.2
+ImageMagick configure 6.6.3
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2881,7 +2881,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by ImageMagick $as_me 6.6.2, which was
+It was created by ImageMagick $as_me 6.6.3, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -33225,7 +33225,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by ImageMagick $as_me 6.6.2, which was
+This file was extended by ImageMagick $as_me 6.6.3, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -33291,7 +33291,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-ImageMagick config.status 6.6.2
+ImageMagick config.status 6.6.3
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index df784ab28..d7a291e71 100755
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# Copyright (C) 2003 - 2008 GraphicsMagick Group
AC_PREREQ(2.64)
-AC_INIT([ImageMagick],[6.6.2],[http://www.imagemagick.org],[ImageMagick])
+AC_INIT([ImageMagick],[6.6.3],[http://www.imagemagick.org],[ImageMagick])
AC_CONFIG_SRCDIR([magick/MagickCore.h])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/index.html b/index.html
index dcfcab793..f90efa8e1 100644
--- a/index.html
+++ b/index.html
@@ -142,7 +142,7 @@
Druckerei Online
diff --git a/libtool b/libtool
index 400efe358..7c0591ff1 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-10
+# Generated automatically by config.status (ImageMagick) 6.6.3-0
# 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/ImageMagick.pc b/magick/ImageMagick.pc
index a5e1b6a8c..f9d9a0e99 100644
--- a/magick/ImageMagick.pc
+++ b/magick/ImageMagick.pc
@@ -5,6 +5,6 @@ includedir=${prefix}/include/ImageMagick
Name: ImageMagick
Description: ImageMagick - Convert, Edit, and Compose Images
-Version: 6.6.2
+Version: 6.6.3
Libs: -L${libdir} -lMagickCore
Cflags: -I${includedir} -fopenmp
diff --git a/magick/Magick-config b/magick/Magick-config
index f0407350e..08384d2c0 100755
--- a/magick/Magick-config
+++ b/magick/Magick-config
@@ -37,7 +37,7 @@ while test $# -gt 0; do
echo $exec_prefix
;;
--version)
- echo '6.6.2 Q16 '
+ echo '6.6.3 Q16 '
;;
--cflags)
echo "-I${includedir} -fopenmp"
diff --git a/magick/magick-config.h b/magick/magick-config.h
index 83cf54cc9..b0ddee43d 100644
--- a/magick/magick-config.h
+++ b/magick/magick-config.h
@@ -34,23 +34,23 @@
/* Location of coder modules */
#ifndef MAGICKCORE_CODER_PATH
-#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.6.2/modules-Q16/coders/"
+#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.6.3/modules-Q16/coders/"
#endif
/* Subdirectory of lib where coder modules are installed */
#ifndef MAGICKCORE_CODER_RELATIVE_PATH
-#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.6.2/modules-Q16/coders"
+#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.6.3/modules-Q16/coders"
#endif
/* Directory where architecture-dependent configuration files live. */
#ifndef MAGICKCORE_CONFIGURE_PATH
-#define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.6.2/config/"
+#define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.6.3/config/"
#endif
/* Subdirectory of lib where architecture-dependent configuration files live.
*/
#ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
-#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.2/config"
+#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.3/config"
#endif
/* Define if you have DJVU library */
@@ -60,7 +60,7 @@
/* Directory where ImageMagick documents live. */
#ifndef MAGICKCORE_DOCUMENTATION_PATH
-#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.6.2/"
+#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.6.3/"
#endif
/* Define if you have Display Postscript */
@@ -84,12 +84,12 @@
/* Location of filter modules */
#ifndef MAGICKCORE_FILTER_PATH
-#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.6.2/modules-Q16/filters/"
+#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.6.3/modules-Q16/filters/"
#endif
/* Subdirectory of lib where filter modules are installed */
#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
-#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.6.2/modules-Q16/filters"
+#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.6.3/modules-Q16/filters"
#endif
/* Define if you have FONTCONFIG library */
@@ -1045,13 +1045,13 @@
/* Directory where architecture-dependent files live. */
#ifndef MAGICKCORE_LIBRARY_PATH
-#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.6.2/"
+#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.6.3/"
#endif
/* Subdirectory of lib where ImageMagick architecture dependent files are
installed */
#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
-#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.6.2"
+#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.6.3"
#endif
/* Define if you have LQR library */
@@ -1122,7 +1122,7 @@
/* Define to the full name and version of this package. */
#ifndef MAGICKCORE_PACKAGE_STRING
-#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.2"
+#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.3"
#endif
/* Define to the one symbol short name of this package. */
@@ -1137,7 +1137,7 @@
/* Define to the version of this package. */
#ifndef MAGICKCORE_PACKAGE_VERSION
-#define MAGICKCORE_PACKAGE_VERSION "6.6.2"
+#define MAGICKCORE_PACKAGE_VERSION "6.6.3"
#endif
/* Define if you have PNG library */
@@ -1184,18 +1184,18 @@
/* Directory where architecture-independent configuration files live. */
#ifndef MAGICKCORE_SHARE_CONFIGURE_PATH
-#define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.6.2/config/"
+#define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.6.3/config/"
#endif
/* Subdirectory of lib where architecture-independent configuration files
live. */
#ifndef MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH
-#define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.2/config"
+#define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.3/config"
#endif
/* Directory where architecture-independent files live. */
#ifndef MAGICKCORE_SHARE_PATH
-#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.6.2/"
+#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.6.3/"
#endif
/* The size of `off_t', as computed by sizeof. */
diff --git a/magick/version.h b/magick/version.h
index c05777dc9..3461133c5 100644
--- a/magick/version.h
+++ b/magick/version.h
@@ -27,16 +27,16 @@ extern "C" {
*/
#define MagickPackageName "ImageMagick"
#define MagickCopyright "Copyright (C) 1999-2010 ImageMagick Studio LLC"
-#define MagickLibVersion 0x662
-#define MagickLibVersionText "6.6.2"
+#define MagickLibVersion 0x663
+#define MagickLibVersionText "6.6.3"
#define MagickLibVersionNumber 4,0,0
-#define MagickLibAddendum "-10"
+#define MagickLibAddendum "-0"
#define MagickLibInterface 4
#define MagickLibMinInterface 4
-#define MagickReleaseDate "2010-06-29"
+#define MagickReleaseDate "2010-06-30"
#define MagickChangeDate "20100628"
#define MagickAuthoritativeURL "http://www.imagemagick.org"
-#define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.6.2/index.html"
+#define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.6.3/index.html"
#if (MAGICKCORE_QUANTUM_DEPTH == 8)
#define MagickQuantumDepth "Q8"
#define MagickQuantumRange "255"
diff --git a/utilities/ImageMagick.1 b/utilities/ImageMagick.1
index 1ca0fd5bf..62dd9abcd 100644
--- a/utilities/ImageMagick.1
+++ b/utilities/ImageMagick.1
@@ -61,9 +61,9 @@ saves any visible window on an X server and outputs it as an image file. You can
interprets and executes scripts written in the Magick Scripting Language (MSL).
.PP
-For more information about the ImageMagick, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/index.html or http://www.imagemagick.org/.
+For more information about the ImageMagick, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/index.html or http://www.imagemagick.org/.
.SH SEE ALSO
convert(1), identify(1), composite(1), montage(1), compare(1), display(1), animate(1), import(1), conjure(1), quantize(5), miff(4)
.SH COPYRIGHT
-\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
+\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP
diff --git a/utilities/animate.1 b/utilities/animate.1
index 7550325a2..941b0f37f 100644
--- a/utilities/animate.1
+++ b/utilities/animate.1
@@ -7,7 +7,7 @@ animate \- animates an image or image sequence on any X server.
.SH OVERVIEW
The \fBanimate\fP program is a member of the ImageMagick(1) suite of tools. Use it to animate an image or image sequence on any X server.
-For more information about the animate command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/animate.html or http://www.imagemagick.org/script/animate.php.
+For more information about the animate command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/animate.html or http://www.imagemagick.org/script/animate.php.
.SH DESCRIPTION
Image Settings:
\-authenticate value decrypt image with this password
@@ -93,4 +93,4 @@ ImageMagick(1)
.SH COPYRIGHT
-\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
+\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP
diff --git a/utilities/compare.1 b/utilities/compare.1
index 3549420f2..e5214a19e 100644
--- a/utilities/compare.1
+++ b/utilities/compare.1
@@ -7,7 +7,7 @@ compare \- mathematically and visually annotate the difference between an image
.SH OVERVIEW
The \fBcompare\fP program is a member of the ImageMagick(1) suite of tools. Use it to mathematically and visually annotate the difference between an image and its reconstruction.
-For more information about the compare command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/compare.html or http://www.imagemagick.org/script/compare.php.
+For more information about the compare command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/compare.html or http://www.imagemagick.org/script/compare.php.
.SH DESCRIPTION
Image Settings:
\-authenticate value decrypt image with this password
@@ -63,4 +63,4 @@ ImageMagick(1)
.SH COPYRIGHT
-\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
+\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP
diff --git a/utilities/composite.1 b/utilities/composite.1
index 7a8f58e25..529f31a41 100644
--- a/utilities/composite.1
+++ b/utilities/composite.1
@@ -7,7 +7,7 @@ composite \- overlaps one image over another.
.SH OVERVIEW
The \fBcomposite\fP program is a member of the ImageMagick(1) suite of tools. Use it to overlap one image over another.
-For more information about the composite command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/composite.html or http://www.imagemagick.org/script/composite.php.
+For more information about the composite command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/composite.html or http://www.imagemagick.org/script/composite.php.
.SH DESCRIPTION
Image Settings:
\-affine matrix affine transform matrix
@@ -101,4 +101,4 @@ ImageMagick(1)
.SH COPYRIGHT
-\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
+\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP
diff --git a/utilities/conjure.1 b/utilities/conjure.1
index 7aa388c8d..d808cb019 100644
--- a/utilities/conjure.1
+++ b/utilities/conjure.1
@@ -7,7 +7,7 @@ conjure \- interprets and executes scripts written in the Magick Scripting Langu
.SH OVERVIEW
The \fBconjure\fP program is a member of the ImageMagick(1) suite of tools. Use it to process a Magick Scripting Language (MSL) script. The Magick scripting language (MSL) will primarily benefit those that want to accomplish custom image processing tasks but do not wish to program, or those that do not have access to a Perl interpreter or a compiler.
-For more information about the conjure command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/conjure.html or http://www.imagemagick.org/script/conjure.php.
+For more information about the conjure command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/conjure.html or http://www.imagemagick.org/script/conjure.php.
.SH DESCRIPTION
Image Settings:
\-monitor monitor progress
@@ -31,4 +31,4 @@ ImageMagick(1)
.SH COPYRIGHT
-\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
+\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP
diff --git a/utilities/convert.1 b/utilities/convert.1
index c6fccbc2e..15044d210 100644
--- a/utilities/convert.1
+++ b/utilities/convert.1
@@ -7,7 +7,7 @@ convert \- convert between image formats as well as resize an image, blur, crop,
.SH OVERVIEW
The \fBconvert\fP program is a member of the ImageMagick(1) suite of tools. Use it to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
-For more information about the convert command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/convert.html or http://www.imagemagick.org/script/convert.php.
+For more information about the convert command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/convert.html or http://www.imagemagick.org/script/convert.php.
.SH DESCRIPTION
Image Settings:
\-adjoin join images into a single multi-image file
@@ -257,4 +257,4 @@ By default, the image format of `file' is determined by its magic number. To sp
ImageMagick(1)
.SH COPYRIGHT
-\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
+\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP
diff --git a/utilities/display.1 b/utilities/display.1
index 1db7b66f1..9c7738434 100644
--- a/utilities/display.1
+++ b/utilities/display.1
@@ -7,7 +7,7 @@ display \- displays an image or image sequence on any X server.
.SH OVERVIEW
The \fBdisplay\fP program is a member of the ImageMagick(1) suite of tools. Use it to display an image or image sequence on any X server.
-For more information about the display command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/display.html or http://www.imagemagick.org/script/display.php.
+For more information about the display command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/display.html or http://www.imagemagick.org/script/display.php.
.SH DESCRIPTION
Image Settings:
\-antialias remove pixel-aliasing
@@ -125,4 +125,4 @@ ImageMagick(1)
.SH COPYRIGHT
-\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
+\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP
diff --git a/utilities/identify.1 b/utilities/identify.1
index 58947ec13..be5dd7f6b 100644
--- a/utilities/identify.1
+++ b/utilities/identify.1
@@ -7,7 +7,7 @@ identify \- describes the format and characteristics of one or more image files.
.SH OVERVIEW
The \fBidentify\fP program is a member of the ImageMagick(1) suite of tools. It describes the format and characteristics of one or more image files. It also reports if an image is incomplete or corrupt. The information returned includes the image number, the file name, the width and height of the image, whether the image is colormapped or not, the number of colors in the image (by default off use \fI-define unique=true\fP option), the number of bytes in the image, the format of the image (JPEG, PNM, etc.), and finally the number of seconds it took to read and process the image. Many more attributes are available with the verbose option.
-For more information about the identify command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/identify.html or http://www.imagemagick.org/script/identify.php.
+For more information about the identify command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/identify.html or http://www.imagemagick.org/script/identify.php.
.SH DESCRIPTION
Image Settings:
\-antialias remove pixel-aliasing
@@ -61,4 +61,4 @@ ImageMagick(1)
.SH COPYRIGHT
-\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
+\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP
diff --git a/utilities/import.1 b/utilities/import.1
index 0700a52cb..a16e32f85 100644
--- a/utilities/import.1
+++ b/utilities/import.1
@@ -7,7 +7,7 @@ import \- saves any visible window on an X server and outputs it as an image fil
.SH OVERVIEW
The \fBimport\fP program is a member of the ImageMagick(1) suite of tools. Use it to capture some or all of an X server screen and save the image to a file.
-For more information about the import command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/import.html or http://www.imagemagick.org/script/import.php.
+For more information about the import command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/import.html or http://www.imagemagick.org/script/import.php.
.SH DESCRIPTION
Image Settings:
\-adjoin join images into a single multi-image file
@@ -92,4 +92,4 @@ ImageMagick(1)
.SH COPYRIGHT
-\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
+\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP
diff --git a/utilities/mogrify.1 b/utilities/mogrify.1
index 6e3d0c3a9..bef84f325 100644
--- a/utilities/mogrify.1
+++ b/utilities/mogrify.1
@@ -7,7 +7,7 @@ mogrify \- resize an image, blur, crop, despeckle, dither, draw on, flip, join,
.SH OVERVIEW
The \fBmogrify\fP program is a member of the ImageMagick(1) suite of tools. Use it to resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. This tool is similar to convert(1) except the original image file is overwritten with any changes you request.
-For more information about the mogrify command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/mogrify.html or http://www.imagemagick.org/script/mogrify.php.
+For more information about the mogrify command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/mogrify.html or http://www.imagemagick.org/script/mogrify.php.
.SH DESCRIPTION
Image Settings:
\-adjoin join images into a single multi-image file
@@ -260,4 +260,4 @@ ImageMagick(1)
.SH COPYRIGHT
-\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
+\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP
diff --git a/utilities/montage.1 b/utilities/montage.1
index 4a5faa9df..790d93ae5 100644
--- a/utilities/montage.1
+++ b/utilities/montage.1
@@ -7,7 +7,7 @@ montage \- create a composite image by combining several separate images. The im
.SH OVERVIEW
The \fBmontage\fP program is a member of the ImageMagick(1) suite of tools. Use it to create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more.
-For more information about the montage command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/montage.html or http://www.imagemagick.org/script/montage.php.
+For more information about the montage command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/montage.html or http://www.imagemagick.org/script/montage.php.
.SH DESCRIPTION
Image Settings:
\-adjoin join images into a single multi-image file
@@ -121,4 +121,4 @@ ImageMagick(1)
.SH COPYRIGHT
-\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
+\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP
diff --git a/utilities/stream.1 b/utilities/stream.1
index a47335c87..95b10ab54 100644
--- a/utilities/stream.1
+++ b/utilities/stream.1
@@ -7,7 +7,7 @@ stream \- a lightweight tool to stream one or more pixel components of the image
.SH OVERVIEW
\fBStream\fP is a lightweight tool to stream one or more pixel components of the image or portion of the image to your choice of storage formats. It writes the pixel components as they are read from the input image a row at a time making \fBstream\fP desirable when working with large images or when you require raw pixel components.
-For more information about the stream command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.2/www/stream.html or http://www.imagemagick.org/script/stream.php.
+For more information about the stream command, point your browser to file:///usr/local/share/doc/ImageMagick-6.6.3/www/stream.html or http://www.imagemagick.org/script/stream.php.
.SH DESCRIPTION
Image Settings:
\-authenticate value decrypt image with this password
@@ -53,4 +53,4 @@ ImageMagick(1)
.SH COPYRIGHT
-\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.2/www/license.html or http://www.imagemagick.org/script/license.php\fP
+\fBCopyright (C) 1999-2010 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.6.3/www/license.html or http://www.imagemagick.org/script/license.php\fP
diff --git a/version.sh b/version.sh
index 2331c5f68..a6f452f36 100644
--- a/version.sh
+++ b/version.sh
@@ -10,10 +10,10 @@ PACKAGE_NAME='ImageMagick'
#
# Package version. This is is the numeric version suffix applied to
# PACKAGE_NAME (e.g. "1.0.0").
-PACKAGE_VERSION='6.6.2'
-PACKAGE_LIB_VERSION="0x662"
-PACKAGE_RELEASE="10"
-PACKAGE_LIB_VERSION_NUMBER="6,6,2,${PACKAGE_RELEASE}"
+PACKAGE_VERSION='6.6.3'
+PACKAGE_LIB_VERSION="0x663"
+PACKAGE_RELEASE="0"
+PACKAGE_LIB_VERSION_NUMBER="6,6,3,${PACKAGE_RELEASE}"
PACKAGE_RELEASE_DATE=`date +%F`
PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
diff --git a/wand/Wand-config b/wand/Wand-config
index cd73e2646..cbb9b0d96 100755
--- a/wand/Wand-config
+++ b/wand/Wand-config
@@ -37,7 +37,7 @@ while test $# -gt 0; do
echo $exec_prefix
;;
--version)
- echo '6.6.2 Q16 '
+ echo '6.6.3 Q16 '
;;
--cflags)
echo "-I${includedir} -fopenmp"
diff --git a/wand/Wand.pc b/wand/Wand.pc
index 66bac147f..31051861d 100644
--- a/wand/Wand.pc
+++ b/wand/Wand.pc
@@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib
includedir=${prefix}/include/ImageMagick
Name: Wand
-Version: 6.6.2
+Version: 6.6.3
Description: MagickWand - C API for ImageMagick
Requires: ImageMagick
Libs: -L${libdir} -lMagickWand -lMagickCore
diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html
index fa0321296..e82574b89 100644
--- a/www/ImageMagickObject.html
+++ b/www/ImageMagickObject.html
@@ -143,7 +143,7 @@
Druckerei Online
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-9 $magick> ./configure
+
$magick> cd ImageMagick-6.6.2-10 $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-9.tar.gz $magick> cd ImageMagick-6.6.2-9
Configure ImageMagick:
+
$magick> tar xvfz ImageMagick-6.6.2-10.tar.gz $magick> cd ImageMagick-6.6.2-10
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-9 $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-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
Double-click on
- VisualMagick/bin/ImageMagick-6.6.2-9-Q16-windows-dll.exe
+ VisualMagick/bin/ImageMagick-6.6.2-10-Q16-windows-dll.exe
to launch the ImageMagick binary distribution.
Complete the installer screens to install ImageMagick on your system.
G2F implements an Ada 95 binding to a subset of the low-level MagickCore library.
+
G2F implements an Ada 95 binding to a subset of the low-level MagickCore library.
C
@@ -172,7 +172,7 @@
Ch
-
ChMagick is a Ch binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.
+
ChMagick is a Ch binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.
COM+
@@ -184,31 +184,31 @@
C++
-
Magick++ provides an object-oriented C++ interface to ImageMagick. See A Gentle Introduction to Magick++ for an introductory tutorial to Magick++. We include the source if you want to correct, enhance, or expand the tutorial.
+
Magick++ provides an object-oriented C++ interface to ImageMagick. See A Gentle Introduction to Magick++ for an introductory tutorial to Magick++. We include the source if you want to correct, enhance, or expand the tutorial.
Java
-
JMagick provides an object-oriented Java interface to ImageMagick. Im4java is a pure-java interface to the ImageMagick command-line.
+
JMagick provides an object-oriented Java interface to ImageMagick. Im4java is a pure-java interface to the ImageMagick command-line.
LabVIEW
-
LVOOP ImageMagick is an object-oriented LabVIEW interface to ImageMagick.
+
LVOOP ImageMagick is an object-oriented LabVIEW interface to ImageMagick.
Lisp
-
CL-Magick provides a Common Lisp interface to the ImageMagick library.
+
CL-Magick provides a Common Lisp interface to the ImageMagick library.
Neko
-
NMagick is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.
+
NMagick is a port of the ImageMagick library to the haXe and Neko platforms. It provides image manipulation capabilities to both web and desktop applications using Neko.
.NET
@@ -222,7 +222,7 @@
Pascal
-
PascalMagick a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.
+
PascalMagick a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.
Perl
@@ -234,50 +234,50 @@
PHP
-
MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.
+
MagickWand for PHP a native PHP-extension to the ImageMagick MagickWand API.
-
IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.
+
IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.
-
phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.
+
phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.
Python
-
PythonMagickWand is an object-oriented Python interface to MagickWand based on ctypes.
+
PythonMagickWand is an object-oriented Python interface to MagickWand based on ctypes.
-
PythonMagick is an object-oriented Python interface to ImageMagick.
+
PythonMagick is an object-oriented Python interface to ImageMagick.
REALbasic
-
The MBS Realbasic ImageMagick is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.
+
The MBS Realbasic ImageMagick is a plugin that utilizes the power of ImageMagick from within the RealBasic environment.
Ruby
-
RMagick is an interface between the Ruby programming language and the MagickCore image processing libraries. Get started with RMagick by perusing the documentation.
+
RMagick is an interface between the Ruby programming language and the MagickCore image processing libraries. Get started with RMagick by perusing the documentation.
-
MagickWand for Ruby is an interface between the Ruby programming language and the MagickWand image processing libraries. Get started with MagickWand for PHP by perusing the documentation.
+
MagickWand for Ruby is an interface between the Ruby programming language and the MagickWand image processing libraries. Get started with MagickWand for PHP by perusing the documentation.
-
MiniMagick is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.
+
MiniMagick is a Ruby wrapper for ImageMagick command line. MiniMagick gives you convenient access to all the command line options ImageMagick supports.
-
QuickMagick is a gem for easily accessing ImageMagick command line tools from Ruby programs.
+
QuickMagick is a gem for easily accessing ImageMagick command line tools from Ruby programs.
Tcl/Tk
-
TclMagick a native Tcl-extension to the ImageMagick MagickWand API.
+
TclMagick a native Tcl-extension to the ImageMagick MagickWand API.
XML RPC
-
RemoteMagick is an XML-RPC web service that creates image thumbnails.
+
RemoteMagick is an XML-RPC web service that creates image thumbnails.
@@ -561,7 +564,7 @@ _8c.html" target="source" name="UpdateWandViewIterator">UpdateWandViewIterator
Discourse Server •
- Studio
+ Studio
diff --git a/www/architecture.html b/www/architecture.html
index d404fe4be..fbf595f81 100644
--- a/www/architecture.html
+++ b/www/architecture.html
@@ -239,7 +239,7 @@
When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache. For example, a 1-channel 1-bit monochrome PBM image is scaled to a 4 channel 8-bit RGBA image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version. You can determine which version you have with the ‑version option:
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.
If you call the ImageMagick API from your OpenMP-enabled application and you intend to dynamically increase the number of threads available in subsequent parallel regions, be sure to perform the increase before you call the API otherwise ImageMagick may fault.
+
MagickWand support wand views. A view iterates over the entire, or portion, of the image in parallel and for each row of pixels, it invokes a callback method you provide. This limits most of your parallel programming activity to just that one module. There are similar methods in MagickCore. For an example, see the same sigmoidal contrast algorithm implemented in both MagickWand and MagickCore.
The OpenMP committee has not defined the behavior of mixing OpenMP with other threading models such as Posix threads. However, using modern releases of Linux, OpenMP and Posix threads appear to interoperate without complaint. If you want to use Posix threads from a program module that calls one of the ImageMagick application programming interfaces (e.g. MagickCore, MagickWand, Magick++, etc.) from Mac OS X or an older Linux release, you may need to disable OpenMP support within ImageMagick. Add the --disable-openmp option to the configure script command line and rebuild and reinstall ImageMagick.
@@ -1332,7 +1334,7 @@ ModuleExport unsigned long analyzeImage(Image **images,const int argc,
Discourse Server •
- Studio
+ Studio
diff --git a/www/binary-releases.html b/www/binary-releases.html
index f999ead8f..b460bdade 100644
--- a/www/binary-releases.html
+++ b/www/binary-releases.html
@@ -174,16 +174,16 @@
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-9.i386.rpm
+
$magick> rpm -Uvh ImageMagick-6.6.2-10.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-9-Q16-windows-dll.exe.
@@ -5018,7 +5018,7 @@ color swatch of that color and to convert to all the other color models.
Discourse Server •
- Studio
+ Studio
diff --git a/www/command-line-options.html b/www/command-line-options.html
index 684554d8b..67b956888 100644
--- a/www/command-line-options.html
+++ b/www/command-line-options.html
@@ -146,7 +146,7 @@
Druckerei Online
@@ -5986,7 +5986,7 @@ percentage, which defaults to 100 percent (no color change).
Discourse Server •
- Studio
+ Studio
diff --git a/www/command-line-processing.html b/www/command-line-processing.html
index 1e197b76f..a8c60458a 100644
--- a/www/command-line-processing.html
+++ b/www/command-line-processing.html
@@ -142,7 +142,7 @@
Druckerei Online
ImageMagick includes a number of command-line utilities for manipulating images. Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as gimp or Photoshop. However, a GUI is not always convenient. Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image. For these types of operations, the command-line image processing utility is appropriate.
+
ImageMagick includes a number of command-line utilities for manipulating images. Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as gimp or Photoshop. However, a GUI is not always convenient. Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image. For these types of operations, the command-line image processing utility is appropriate.
The ImageMagick command-line tools exit with a status of 0 if the command line arguments have a proper syntax and no problems are encountered. Expect a descriptive message and an exit status of 1 if any exception occurs such as improper syntax, a problem reading or writing an image, or any other problem that prevents the command from completing successfully.
-
In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves. If you are just getting acquainted with ImageMagick, start with the convert program. Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to convert, compose, or edit images from the command-line.
+
In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves. If you are just getting acquainted with ImageMagick, start with the convert program. Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to convert, compose, or edit images from the command-line.
diff --git a/www/compare.html b/www/compare.html
index 96327872b..9604c9144 100644
--- a/www/compare.html
+++ b/www/compare.html
@@ -396,7 +396,7 @@ transparent, extract, background, or shape the alpha channel
Discourse Server •
- Studio
+ Studio
@@ -600,7 +597,7 @@ transparent, extract, background, or shape the alpha channel
Discourse Server •
- Studio
+ Studio
diff --git a/www/conjure.html b/www/conjure.html
index 5af2e2c58..ceec76e19 100644
--- a/www/conjure.html
+++ b/www/conjure.html
@@ -306,7 +306,7 @@
Discourse Server •
- Studio
+ Studio
diff --git a/www/contact.html b/www/contact.html
index c9afa2a3d..1d5d591ad 100644
--- a/www/contact.html
+++ b/www/contact.html
@@ -160,7 +160,7 @@
Contact the Development Team
-
Use this form to contact the ImageMagick Wizards for any of the issues listed below. You can expect a reply within 24-48 hours if your message is on topic and is a sponsorshp, license, or security issue. The bug and documentation issues are for reporting only. For any other issue, post your message to the discourse server.
+
Use this form to contact the ImageMagick Wizards for any of the issues listed below. You can expect a reply within 24-48 hours if your message is on topic and is a sponsorshp, license, or security issue. The bug and documentation issues are for reporting only. For any other issue, post your message to the discourse server.