From: cristy Date: Sat, 12 Sep 2009 18:11:06 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10711 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3ef010513e9eebd8ad4d0d0334c4bcdac7948e4;p=imagemagick --- diff --git a/ImageMagick.spec b/ImageMagick.spec index 7d810897c..debef69e6 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ -%define VERSION 6.5.5 -%define Patchlevel 10 +%define VERSION 6.5.6 +%define Patchlevel 0 Name: ImageMagick Version: %{VERSION} diff --git a/Magick++/bin/Magick++-config b/Magick++/bin/Magick++-config index 402057d05..03199e7f0 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.5.5 Q16 ' + echo '6.5.6 Q16 ' ;; --cflags) echo "-I${includedir} -fopenmp" diff --git a/Magick++/lib/ImageMagick++.pc b/Magick++/lib/ImageMagick++.pc index f7a414e32..5a902733a 100644 --- a/Magick++/lib/ImageMagick++.pc +++ b/Magick++/lib/ImageMagick++.pc @@ -5,7 +5,7 @@ includedir=${prefix}/include/ImageMagick Name: ImageMagick++ -Version: 6.5.5 +Version: 6.5.6 Description: Magick++ - C++ API for ImageMagick Requires: ImageMagick Libs: -L${libdir} -lMagick++ diff --git a/PerlMagick/Magick.pm b/PerlMagick/Magick.pm index 15c867a54..7e4bad377 100644 --- a/PerlMagick/Magick.pm +++ b/PerlMagick/Magick.pm @@ -30,7 +30,7 @@ require AutoLoader; ConfigureError FatalErrorException ); -$VERSION = '6.5.5'; +$VERSION = '6.5.6'; 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.5.5/www/perl-magick.html + file:///usr/local/share/doc/ImageMagick-6.5.6/www/perl-magick.html http://www.imagemagick.org/script/perl-magick.php =head1 AUTHOR diff --git a/PerlMagick/Makefile.PL b/PerlMagick/Makefile.PL index 05f8497f8..619d67102 100644 --- a/PerlMagick/Makefile.PL +++ b/PerlMagick/Makefile.PL @@ -53,7 +53,7 @@ WriteMakefile 'AUTHOR' => 'ImageMagick Studio LLC', # Module version - 'VERSION' => '6.5.5', + 'VERSION' => '6.5.6', # Preprocessor defines 'DEFINE' => ' -D_LARGE_FILES=1 -DHAVE_CONFIG_H', # e.g., '-DHAVE_SOMETHING' diff --git a/config/config.h.in b/config/config.h.in index 84af41b86..8ca3768b9 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -215,6 +215,9 @@ /* Define to 1 if you have the `getpid' function. */ #undef HAVE_GETPID +/* Define to 1 if you have the `getrlimit' function. */ +#undef HAVE_GETRLIMIT + /* Define to 1 if you have the `getrusage' function. */ #undef HAVE_GETRUSAGE diff --git a/config/configure.xml b/config/configure.xml index d804ab890..71e0c9a56 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -7,13 +7,13 @@ ]> - - - + + + - + diff --git a/configure b/configure index baff6230c..c3c48ab90 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.63 for ImageMagick 6.5.5. +# Generated by GNU Autoconf 2.63 for ImageMagick 6.5.6. # # Report bugs to . # @@ -749,8 +749,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='ImageMagick' PACKAGE_TARNAME='ImageMagick' -PACKAGE_VERSION='6.5.5' -PACKAGE_STRING='ImageMagick 6.5.5' +PACKAGE_VERSION='6.5.6' +PACKAGE_STRING='ImageMagick 6.5.6' PACKAGE_BUGREPORT='http://www.imagemagick.org' ac_unique_file="magick/MagickCore.h" @@ -1869,7 +1869,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.5.5 to adapt to many kinds of systems. +\`configure' configures ImageMagick 6.5.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1944,7 +1944,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ImageMagick 6.5.5:";; + short | recursive ) echo "Configuration of ImageMagick 6.5.6:";; esac cat <<\_ACEOF @@ -2148,7 +2148,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ImageMagick configure 6.5.5 +ImageMagick configure 6.5.6 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -2162,7 +2162,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.5.5, which was +It was created by ImageMagick $as_me 6.5.6, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -46586,7 +46586,7 @@ exec 6>&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.5.5, which was +This file was extended by ImageMagick $as_me 6.5.6, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -46649,7 +46649,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -ImageMagick config.status 6.5.5 +ImageMagick config.status 6.5.6 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 98935262c..19c46a997 100755 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # Copyright (C) 2003 - 2008 GraphicsMagick Group AC_PREREQ(2.63) -AC_INIT([ImageMagick],[6.5.5],[http://www.imagemagick.org],[ImageMagick]) +AC_INIT([ImageMagick],[6.5.6],[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 a422deb23..4d3b5f60b 100644 --- a/index.html +++ b/index.html @@ -217,7 +217,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/libtool b/libtool index 99779d85c..b997668f4 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.5.5-10 +# Generated automatically by config.status (ImageMagick) 6.5.6-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 72ce5d585..3a2282fb0 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.5.5 +Version: 6.5.6 Libs: -L${libdir} -lMagickCore Cflags: -I${includedir} -fopenmp diff --git a/magick/Magick-config b/magick/Magick-config index 9b859e05c..a8c7e9551 100755 --- a/magick/Magick-config +++ b/magick/Magick-config @@ -37,7 +37,7 @@ while test $# -gt 0; do echo $exec_prefix ;; --version) - echo '6.5.5 Q16 ' + echo '6.5.6 Q16 ' ;; --cflags) echo "-I${includedir} -fopenmp" diff --git a/magick/magick-config.h b/magick/magick-config.h index 4e53c87c4..e12b9cf3f 100644 --- a/magick/magick-config.h +++ b/magick/magick-config.h @@ -36,23 +36,23 @@ /* Location of coder modules */ #ifndef MAGICKCORE_CODER_PATH -#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.5.5/modules-Q16/coders/" +#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.5.6/modules-Q16/coders/" #endif /* Subdirectory of lib where coder modules are installed */ #ifndef MAGICKCORE_CODER_RELATIVE_PATH -#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.5.5/modules-Q16/coders" +#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.5.6/modules-Q16/coders" #endif /* Directory where architecture-dependent configuration files live. */ #ifndef MAGICKCORE_CONFIGURE_PATH -#define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.5.5/config/" +#define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.5.6/config/" #endif /* Subdirectory of lib where architecture-dependent configuration files live. */ #ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH -#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.5.5/config" +#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.5.6/config" #endif /* Define if you have DJVU library */ @@ -62,7 +62,7 @@ /* Directory where ImageMagick documents live. */ #ifndef MAGICKCORE_DOCUMENTATION_PATH -#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.5.5/" +#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.5.6/" #endif /* Define if you have Display Postscript */ @@ -87,12 +87,12 @@ /* Location of filter modules */ #ifndef MAGICKCORE_FILTER_PATH -#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.5.5/modules-Q16/filters/" +#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.5.6/modules-Q16/filters/" #endif /* Subdirectory of lib where filter modules are installed */ #ifndef MAGICKCORE_FILTER_RELATIVE_PATH -#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.5.5/modules-Q16/filters" +#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.5.6/modules-Q16/filters" #endif /* Define if you have FONTCONFIG library */ @@ -320,6 +320,11 @@ #define MAGICKCORE_HAVE_GETPID 1 #endif +/* Define to 1 if you have the `getrlimit' function. */ +#ifndef MAGICKCORE_HAVE_GETRLIMIT +#define MAGICKCORE_HAVE_GETRLIMIT 1 +#endif + /* Define to 1 if you have the `getrusage' function. */ #ifndef MAGICKCORE_HAVE_GETRUSAGE #define MAGICKCORE_HAVE_GETRUSAGE 1 @@ -957,13 +962,13 @@ /* Directory where architecture-dependent files live. */ #ifndef MAGICKCORE_LIBRARY_PATH -#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.5.5/" +#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.5.6/" #endif /* Subdirectory of lib where ImageMagick architecture dependent files are installed */ #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH -#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.5.5" +#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.5.6" #endif /* Define if you have LQR library */ @@ -1034,7 +1039,7 @@ /* Define to the full name and version of this package. */ #ifndef MAGICKCORE_PACKAGE_STRING -#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.5.5" +#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.5.6" #endif /* Define to the one symbol short name of this package. */ @@ -1044,7 +1049,7 @@ /* Define to the version of this package. */ #ifndef MAGICKCORE_PACKAGE_VERSION -#define MAGICKCORE_PACKAGE_VERSION "6.5.5" +#define MAGICKCORE_PACKAGE_VERSION "6.5.6" #endif /* Define if you have PNG library */ @@ -1091,18 +1096,18 @@ /* Directory where architecture-independent configuration files live. */ #ifndef MAGICKCORE_SHARE_CONFIGURE_PATH -#define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.5.5/config/" +#define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.5.6/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.5.5/config" +#define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.5.6/config" #endif /* Directory where architecture-independent files live. */ #ifndef MAGICKCORE_SHARE_PATH -#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.5.5/" +#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.5.6/" #endif /* The size of `off_t', as computed by sizeof. */ diff --git a/magick/version.h b/magick/version.h index 2e9e8fa7f..fa24b5a72 100644 --- a/magick/version.h +++ b/magick/version.h @@ -27,14 +27,14 @@ extern "C" { */ #define MagickPackageName "ImageMagick" #define MagickCopyright "Copyright (C) 1999-2009 ImageMagick Studio LLC" -#define MagickLibVersion 0x655 -#define MagickLibVersionText "6.5.5" +#define MagickLibVersion 0x656 +#define MagickLibVersionText "6.5.6" #define MagickLibVersionNumber 2,0,0 -#define MagickLibSubversion "-10" -#define MagickReleaseDate "2009-09-11" +#define MagickLibSubversion "-0" +#define MagickReleaseDate "2009-09-12" #define MagickChangeDate "20090911" #define MagickAuthoritativeURL "http://www.imagemagick.org" -#define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.5.5/index.html" +#define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.5.6/index.html" #if (MAGICKCORE_QUANTUM_DEPTH == 8) #define MagickQuantumDepth "Q8" #define MagickQuantumRange "255" diff --git a/utilities/ImageMagick.1 b/utilities/ImageMagick.1 index d87c8cbb9..d6be2c8f8 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.5.5/index.html or http://www.imagemagick.org/. +For more information about the ImageMagick, point your browser to file:///usr/local/share/doc/ImageMagick-6.5.6/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-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.5/www/license.html or http://www.imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.6/www/license.html or http://www.imagemagick.org/script/license.php\fP diff --git a/utilities/animate.1 b/utilities/animate.1 index d6dab6f63..a9760afc5 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.5.5/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.5.6/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-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.5/www/license.html or http://www.imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.6/www/license.html or http://www.imagemagick.org/script/license.php\fP diff --git a/utilities/compare.1 b/utilities/compare.1 index be2f30076..cc8b1091f 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.5.5/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.5.6/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-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.5/www/license.html or http://www.imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.6/www/license.html or http://www.imagemagick.org/script/license.php\fP diff --git a/utilities/composite.1 b/utilities/composite.1 index 6983dfddf..e4b165209 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.5.5/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.5.6/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-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.5/www/license.html or http://www.imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.6/www/license.html or http://www.imagemagick.org/script/license.php\fP diff --git a/utilities/conjure.1 b/utilities/conjure.1 index c64962482..fe63b998e 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.5.5/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.5.6/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-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.5/www/license.html or http://www.imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.6/www/license.html or http://www.imagemagick.org/script/license.php\fP diff --git a/utilities/convert.1 b/utilities/convert.1 index a86e4090d..cd89c7dc3 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.5.5/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.5.6/www/convert.html or http://www.imagemagick.org/script/convert.php. .SH DESCRIPTION Image Settings: \-adjoin join images into a single multi-image file @@ -253,4 +253,4 @@ By default, the image format of `file' is determined by its magic number. To sp ImageMagick(1) .SH COPYRIGHT -\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.5/www/license.html or http://www.imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.6/www/license.html or http://www.imagemagick.org/script/license.php\fP diff --git a/utilities/display.1 b/utilities/display.1 index adf9c50c8..d9e167cc7 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.5.5/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.5.6/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-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.5/www/license.html or http://www.imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.6/www/license.html or http://www.imagemagick.org/script/license.php\fP diff --git a/utilities/identify.1 b/utilities/identify.1 index d5bd9114c..520b73476 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.5.5/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.5.6/www/identify.html or http://www.imagemagick.org/script/identify.php. .SH DESCRIPTION Image Settings: \-antialias remove pixel-aliasing @@ -56,4 +56,4 @@ ImageMagick(1) .SH COPYRIGHT -\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.5/www/license.html or http://www.imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.6/www/license.html or http://www.imagemagick.org/script/license.php\fP diff --git a/utilities/import.1 b/utilities/import.1 index 94310a8e0..dbe3b0482 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.5.5/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.5.6/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-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.5/www/license.html or http://www.imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.6/www/license.html or http://www.imagemagick.org/script/license.php\fP diff --git a/utilities/mogrify.1 b/utilities/mogrify.1 index 7497f9711..983c15650 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.5.5/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.5.6/www/mogrify.html or http://www.imagemagick.org/script/mogrify.php. .SH DESCRIPTION Image Settings: \-adjoin join images into a single multi-image file @@ -256,4 +256,4 @@ ImageMagick(1) .SH COPYRIGHT -\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.5/www/license.html or http://www.imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.6/www/license.html or http://www.imagemagick.org/script/license.php\fP diff --git a/utilities/montage.1 b/utilities/montage.1 index 18b866482..f0732507b 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.5.5/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.5.6/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-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.5/www/license.html or http://www.imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.6/www/license.html or http://www.imagemagick.org/script/license.php\fP diff --git a/utilities/stream.1 b/utilities/stream.1 index 048507bec..3b34905f9 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.5.5/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.5.6/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-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.5/www/license.html or http://www.imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2009 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.5.6/www/license.html or http://www.imagemagick.org/script/license.php\fP diff --git a/version.sh b/version.sh index 6c00462ef..67a1c95d6 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.5.5' -PACKAGE_LIB_VERSION="0x655" -PACKAGE_RELEASE="10" -PACKAGE_LIB_VERSION_NUMBER="6,5,5,${PACKAGE_RELEASE}" +PACKAGE_VERSION='6.5.6' +PACKAGE_LIB_VERSION="0x656" +PACKAGE_RELEASE="0" +PACKAGE_LIB_VERSION_NUMBER="6,5,6,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE=`date +%F` PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" diff --git a/wand/Wand-config b/wand/Wand-config index 5cb07a22c..8f6fb5820 100755 --- a/wand/Wand-config +++ b/wand/Wand-config @@ -37,7 +37,7 @@ while test $# -gt 0; do echo $exec_prefix ;; --version) - echo '6.5.5 Q16 ' + echo '6.5.6 Q16 ' ;; --cflags) echo "-I${includedir} -fopenmp" diff --git a/wand/Wand.pc b/wand/Wand.pc index 585e0b021..dc598abe4 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.5.5 +Version: 6.5.6 Description: MagickWand - C API for ImageMagick Requires: ImageMagick Libs: -L${libdir} -lMagickWand -lMagickCore diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html index c0e905022..ae8da2146 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -204,7 +204,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html index 7d28dc0c2..a3a0ca199 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -522,7 +519,7 @@ Options used to compile and link:

Download the ImageMagick source distribution and verify the distribution against its message digest.

Unpack and change into the top-level ImageMagick directory:

-

$magick> tar xvfz ImageMagick-6.5.5-9.tar.gz $magick> cd ImageMagick-6.5.5

Choose an architecture and set your CFLAGS environment variable. Here we set CFLAGS for an Intel build:

+

$magick> tar xvfz ImageMagick-6.5.5-10.tar.gz $magick> cd ImageMagick-6.5.5

Choose an architecture and set your CFLAGS environment variable. Here we set CFLAGS for an Intel build:

$magick> export CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk/ \
-arch i386 -I/sw/include/"

Set your LDFLAGS environment variable to:

$magick> export LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk/,-L/sw/lib/"

Configure ImageMagick:

@@ -597,7 +594,7 @@ Options used to compile and link: Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html index 4f015fdd6..d92623b11 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -424,7 +424,7 @@
  1. Double-click on - VisualMagick/bin/ImageMagick-6.5.5-9-Q16-windows-dll.exe + VisualMagick/bin/ImageMagick-6.5.5-10-Q16-windows-dll.exe to launch the ImageMagick binary distribution.
  2. Complete the installer screens to install ImageMagick on your system.
@@ -480,7 +480,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/animate.html b/www/animate.html index 752695dc2..e82615b6b 100644 --- a/www/animate.html +++ b/www/animate.html @@ -607,7 +607,7 @@ transparent, extract, background, or shape the alpha channel Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api.html b/www/api.html index b59541e78..7dcef110c 100644 --- a/www/api.html +++ b/www/api.html @@ -156,7 +156,7 @@

Ada

-

G2F implements an Ada 95 binding to a subset of the low-level MagickCore library.

+

G2F implements an Ada 95 binding to a subset of the low-level MagickCore library.

C

@@ -168,7 +168,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+

@@ -180,31 +180,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

@@ -218,7 +218,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

@@ -230,50 +230,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

-

PythonMagick an object-oriented Python interface to ImageMagick.

+

PythonMagick an object-oriented Python interface to ImageMagick.

-

PythonMagickWand an object-oriented Python interface to MagickWand based on ctypes.

+

PythonMagickWand an object-oriented Python interface to MagickWand based on ctypes.

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.

diff --git a/www/api/animate.html b/www/api/animate.html index 4cc832c8f..a6f2b2a90 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -183,7 +180,7 @@ _8c.html" target="source" name="AnimateImages">AnimateImages Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/annotate.html b/www/api/annotate.html index 58d1e05e9..dde398b5d 100644 --- a/www/api/annotate.html +++ b/www/api/annotate.html @@ -319,7 +319,7 @@ _8c.html" target="source" name="GetTypeMetrics">GetTypeMetrics Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/blob.html b/www/api/blob.html index d4a67906d..4c68fed95 100644 --- a/www/api/blob.html +++ b/www/api/blob.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -340,7 +343,7 @@ _8c.html" target="source" name="InjectImageBlob">InjectImageBlob Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/cache.html b/www/api/cache.html index 0336f3bf7..010ee8ca7 100644 --- a/www/api/cache.html +++ b/www/api/cache.html @@ -509,7 +509,7 @@ _8c.html" target="source" name="SyncAuthenticPixels">SyncAuthenticPixels Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/cipher.html b/www/api/cipher.html index f505f820b..bd204d552 100644 --- a/www/api/cipher.html +++ b/www/api/cipher.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/color.html b/www/api/color.html index e0c9c7873..f8c1e556f 100644 --- a/www/api/color.html +++ b/www/api/color.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/api/compare.html b/www/api/compare.html index db3c4dc2d..2446d7d8a 100644 --- a/www/api/compare.html +++ b/www/api/compare.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/composite.html b/www/api/composite.html index cdd9ffdb9..1fb3193f8 100644 --- a/www/api/composite.html +++ b/www/api/composite.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -208,7 +211,7 @@ _8c.html" target="source" name="CompositeImageChannel">CompositeImageChannel Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/decorate.html b/www/api/decorate.html index bebb8cc42..e60c159ff 100644 --- a/www/api/decorate.html +++ b/www/api/decorate.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/deprecate.html b/www/api/deprecate.html index 10ab8777f..7f5cfd4b2 100644 --- a/www/api/deprecate.html +++ b/www/api/deprecate.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/display.html b/www/api/display.html index fe8e34c7e..0e149cc66 100644 --- a/www/api/display.html +++ b/www/api/display.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -236,7 +233,7 @@ _8c.html" target="source" name="XDisplayBackgroundImage">XDisplayBackgroundImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html index 68652fac5..ba4563a7c 100644 --- a/www/api/drawing-wand.html +++ b/www/api/drawing-wand.html @@ -122,9 +122,6 @@ Sponsors:
- diff --git a/www/api/effect.html b/www/api/effect.html index 29dedb41a..faf61eb4e 100644 --- a/www/api/effect.html +++ b/www/api/effect.html @@ -685,7 +685,7 @@ _8c.html" target="source" name="UnsharpMaskImage">UnsharpMaskImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/enhance.html b/www/api/enhance.html index 7fa04da46..7675c72d1 100644 --- a/www/api/enhance.html +++ b/www/api/enhance.html @@ -686,7 +686,7 @@ _8c.html" target="source" name="SigmoidalContrastImage">SigmoidalContrastImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/fx.html b/www/api/fx.html index ef8529c7b..78108cc3c 100644 --- a/www/api/fx.html +++ b/www/api/fx.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/api/image.html b/www/api/image.html index d76e00105..cbc46ce97 100644 --- a/www/api/image.html +++ b/www/api/image.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -1097,7 +1100,7 @@ _8c.html" target="source" name="TextureImage">TextureImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/list.html b/www/api/list.html index daae8afca..8490ca46f 100644 --- a/www/api/list.html +++ b/www/api/list.html @@ -642,7 +642,7 @@ _8c.html" target="source" name="SplitImageList">SplitImageList Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/magick-property.html b/www/api/magick-property.html index 3989185a6..06cc53994 100644 --- a/www/api/magick-property.html +++ b/www/api/magick-property.html @@ -1509,7 +1509,7 @@ _8c.html" target="source" name="MagickSetType">MagickSetType Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/magick.html b/www/api/magick.html index 06e553dc2..5179cd2a0 100644 --- a/www/api/magick.html +++ b/www/api/magick.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -209,7 +206,7 @@ _8c.html" target="source" name="MagickCoreTerminus">MagickCoreTerminus Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/memory.html b/www/api/memory.html index 9cbd314c0..3a7ceb900 100644 --- a/www/api/memory.html +++ b/www/api/memory.html @@ -401,7 +401,7 @@ _8c.html" target="source" name="SetMagickMemoryMethods">SetMagickMemoryMethods Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/monitor.html b/www/api/monitor.html index c372810f1..3a31bafa8 100644 --- a/www/api/monitor.html +++ b/www/api/monitor.html @@ -224,7 +224,7 @@ _8c.html" target="source" name="SetImageInfoProgressMonitor">SetImageInfoProgres Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/montage.html b/www/api/montage.html index bc742da38..a7c1bfad7 100644 --- a/www/api/montage.html +++ b/www/api/montage.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -253,7 +250,7 @@ _8c.html" target="source" name="MontageImageList">MontageImageList Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/paint.html b/www/api/paint.html index b9155c81b..182d613ae 100644 --- a/www/api/paint.html +++ b/www/api/paint.html @@ -122,6 +122,9 @@ Sponsors:
+ @@ -323,7 +326,7 @@ _8c.html" target="source" name="TransparentPaintImageChroma">TransparentPaintIma Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/pixel-view.html b/www/api/pixel-view.html index b5b7cd47a..310fa225c 100644 --- a/www/api/pixel-view.html +++ b/www/api/pixel-view.html @@ -564,7 +564,7 @@ _8c.html" target="source" name="UpdatePixelViewIterator">UpdatePixelViewIterator Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/profile.html b/www/api/profile.html index 27b072a74..eed70a7be 100644 --- a/www/api/profile.html +++ b/www/api/profile.html @@ -373,7 +373,7 @@ _8c.html" target="source" name="SyncImageProfiles">SyncImageProfiles Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/api/property.html b/www/api/property.html index 420ce95d8..8c0075e79 100644 --- a/www/api/property.html +++ b/www/api/property.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -397,7 +394,7 @@ _8c.html" target="source" name="SetImageProperty">SetImageProperty Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/resize.html b/www/api/resize.html index 3e37dc58d..029d3f895 100644 --- a/www/api/resize.html +++ b/www/api/resize.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/api/resource.html b/www/api/resource.html index d9d37067e..ee4088385 100644 --- a/www/api/resource.html +++ b/www/api/resource.html @@ -318,7 +318,7 @@ _8c.html" target="source" name="SetMagickResourceLimit">SetMagickResourceLimit Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/segment.html b/www/api/segment.html index 9d98e0537..f13ec07c9 100644 --- a/www/api/segment.html +++ b/www/api/segment.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/api/shear.html b/www/api/shear.html index 5bc6984cb..7df644c64 100644 --- a/www/api/shear.html +++ b/www/api/shear.html @@ -262,7 +262,7 @@ _8c.html" target="source" name="ShearImage">ShearImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/signature.html b/www/api/signature.html index e4f83d1db..8a1b4f988 100644 --- a/www/api/signature.html +++ b/www/api/signature.html @@ -122,6 +122,9 @@ Sponsors:
+ diff --git a/www/api/stream.html b/www/api/stream.html index 309ad19e7..219017a8c 100644 --- a/www/api/stream.html +++ b/www/api/stream.html @@ -205,7 +205,7 @@ _8c.html" target="source" name="WriteStream">WriteStream Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/architecture.html b/www/architecture.html index f7ae23a3d..4649a5051 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -234,7 +234,7 @@

When the pixel cache is initialized, pixels are scaled from whatever bit depth they originated from to that required by the pixel cache. For example, a 1-channel 1-bit monochrome PBM image is scaled to a 4 channel 8-bit RGBA image, if you are using the Q8 version of ImageMagick, and 16-bit RGBA for the Q16 version. You can determine which version you have using the ‑version option, as with this command:

-

$magick> identify -versionVersion: ImageMagick 6.5.5-9 2009-09-10 Q16 http://www.imagemagick.org

+

$magick> identify -versionVersion: ImageMagick 6.5.5-10 2009-09-10 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).

@@ -1217,7 +1217,7 @@ ModuleExport unsigned long analyzeImage(Image **images,const int argc, Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/binary-releases.html b/www/binary-releases.html index e6a68651c..108123042 100644 --- a/www/binary-releases.html +++ b/www/binary-releases.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -173,16 +170,16 @@ - ImageMagick-6.5.5-9.i386.rpm - download - download + ImageMagick-6.5.5-10.i386.rpm + download + download Fedora Core 10 i386 RPM - ImageMagick-6.5.5-9.x86_64.rpm - download - download + ImageMagick-6.5.5-10.x86_64.rpm + download + download Fedora Core 10 x86_64 RPM @@ -219,7 +216,7 @@

ImageMagick RPM's are self-installing. Simply type the following command and you're ready to start using ImageMagick:

-

$magick> rpm -Uvh ImageMagick-6.5.5-9.i386.rpm

+

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

@@ -301,7 +298,7 @@

ImageMagick runs on all recent Windows releases except Windows 95 / 98. We recommend its use on an NT-based version of Windows (NT4, 2000, 2003, XP, or Vista). Starting with ImageMagick 5.5.7, older versions such as Windows 95 / 98 are not supported anymore. The amount of memory can be an important factor, especially if you intend to work on large images. A minimum of 256 MB of RAM is recommended, but the more RAM the better. Although ImageMagick runs fine on a single core computer, it automagically runs in parallel on dual and quad-core systems reducing run times considerably.

The Windows version of ImageMagick is self-installing. Simply click on the appropriate version below and it will launch itself and ask you a few installation questions. Versions with Q8 in the name are 8 bits-per-pixel component (e.g. 8-bit red, 8-bit green, etc.), whereas, Q16 in the filename are 16 bits-per-pixel component. A Q16 version permits you to read or write 16-bit images without losing precision but requires twice as much resources as the Q8 version. Versions with dll in the filename include ImageMagick libraries as dynamic link libraries. If you are not sure which version is appropriate, choose -ImageMagick-6.5.5-9-Q16-windows-dll.exe.

+ImageMagick-6.5.5-10-Q16-windows-dll.exe.

@@ -313,37 +310,37 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + @@ -373,7 +370,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/changelog.html b/www/changelog.html index 0ba0ca5a0..b5f449203 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -152,7 +149,8 @@
    2009-09-11 6.5.5-10 Cristy <quetzlzacatenango@image...>
    -
  • Return the global maximum threads to avoid the rare cache view assertions.

  • +
  • Return the global maximum threads to avoid the rare cache view assertions.
  • +
  • Throw an end-of-file exception for truncated raw gray images.

  • 2009-09-10 6.5.5-9 Cristy <quetzlzacatenango@image...>
  • Do not include last line of text in the interline spacing computation.

  • 2009-09-07 6.5.5-8 Cristy <quetzlzacatenango@image...>
    diff --git a/www/cipher.html b/www/cipher.html index 65b3ffb2f..ac5914ecd 100644 --- a/www/cipher.html +++ b/www/cipher.html @@ -202,7 +202,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/color.html b/www/color.html index cc11bf524..fe4c9ef64 100644 --- a/www/color.html +++ b/www/color.html @@ -4989,7 +4989,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/command-line-options.html b/www/command-line-options.html index 147c47790..46244016d 100644 --- a/www/command-line-options.html +++ b/www/command-line-options.html @@ -4817,8 +4817,12 @@ id="shared-memory">-shared-memory 3072x2048 -

Finally, use this option to choose a particular resolution layer of a JBIG or JPEG image (e.g. -size 1024x768).

+

You can use this option to choose a particular resolution layer of a JBIG or JPEG image (e.g. -size 1024x768).

+

Finally, we convert two JPEG images to TIFF. We want to subsample the first but not the second image so we reset the size option: +

+ +

$magick> convert -size 640x480 image1.jpg +size image2.jpg image.tif

-sketch radius
-sketch radiusxsigma+angle

@@ -5520,7 +5524,7 @@ percentage, which defaults to 100 percent (no color change).

Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/command-line-processing.html b/www/command-line-processing.html index 7340cd1b6..1cf3d9d2f 100644 --- a/www/command-line-processing.html +++ b/www/command-line-processing.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -236,7 +233,7 @@

$magick> convert -size 640x480 -depth 8 rgb:image image.png

-
+

Built-in Images and Patterns

@@ -371,7 +368,12 @@

In this example, -channel applies to each of the images, since, as we mentioned, settings persist:

-

$magick> convert -channel RGB wand.png wizard.png images.png

+

$magick> convert -channel RGB wand.png wizard.png images.png

+

Here we convert two JPEG images to TIFF. We want to subsample the first but not the second image so we reset the size option: +

+ +

$magick> convert -size 640x480 image1.jpg +size image2.jpg image.tif

+

Image Operator

@@ -632,7 +634,7 @@ above.

Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/command-line-tools.html b/www/command-line-tools.html index 6ebcfb1c7..ca1626af0 100644 --- a/www/command-line-tools.html +++ b/www/command-line-tools.html @@ -150,11 +150,11 @@ -

ImageMagick includes a number of command-line utilities for manipulating images. Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as gimp or Photoshop. However, a GUI is not always convenient. Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image. For these types of operations, the command-line image processing utility is appropriate.

+

ImageMagick includes a number of command-line utilities for manipulating images. Most of you are probably accustomed to editing images one at a time with a graphical user interface (GUI) with such programs as gimp or Photoshop. However, a GUI is not always convenient. Suppose you want to process an image dynamically from a web script or you want to apply the same operations to many images or repeat a specific operation at different times to the same or different image. For these types of operations, the command-line image processing utility is appropriate.

The ImageMagick command-line tools exit with a status of 0 if the command line arguments have a proper syntax and no problems are encountered. Expect a descriptive message and an exit status of 1 if any exception occurs such as improper syntax, a problem reading or writing an image, or any other problem that prevents the command from completing successfully.

-

In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves. If you are just getting acquainted with ImageMagick, start with the convert program. Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to convert, compose, or edit images from the command-line.

+

In the paragraphs below, find a short description for each command-line tool. Click on the program name to get details about the program usage and a list of command-line options that alters how the program behaves. If you are just getting acquainted with ImageMagick, start with the convert program. Be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to convert, compose, or edit images from the command-line.

animate

diff --git a/www/composite.html b/www/composite.html index 4589e9e02..c17d214c6 100644 --- a/www/composite.html +++ b/www/composite.html @@ -597,7 +597,7 @@ transparent, extract, background, or shape the alpha channel Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/contact.html b/www/contact.html index c8e2a68bb..fd11965c6 100644 --- a/www/contact.html +++ b/www/contact.html @@ -122,9 +122,6 @@ Sponsors:
- @@ -168,7 +165,7 @@
  • sponsorship query for the ImageMagick project
  • -

    You will receive a reply within 24-48 hours if your submission is any of these topics. For all other topics, do not expect a reply. Instead post your message to the discourse server or the mailing list.

    +

    You will receive a reply within 24-48 hours if your submission is any of these topics. For all other topics, do not expect a reply. Instead post your message to the discourse server or the mailing list.

    Contact the Wizards

    Enter this code, diff --git a/www/convert.html b/www/convert.html index d6a961907..4c7c5ff97 100644 --- a/www/convert.html +++ b/www/convert.html @@ -1252,7 +1252,7 @@ transparent, extract, background, or shape the alpha channel Discourse ServerMailing Lists • - Studio + Studio  

    diff --git a/www/download.html b/www/download.html index 677df85ee..ef6d97cb7 100644 --- a/www/download.html +++ b/www/download.html @@ -150,7 +150,7 @@

    ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors around the world listed below. ImageMagick stable and development source releases are also available from Subversion. Before you download, you may want to review recent changes to the ImageMagick distribution.

    -

    The latest release of ImageMagick is version 6.5.5-9.

    +

    The latest release of ImageMagick is version 6.5.5-10.

    Australia
    ftp://mirror.aarnet.edu.au/pub/ImageMagick/
    diff --git a/www/escape.html b/www/escape.html index d03d36547..fd4d06445 100644 --- a/www/escape.html +++ b/www/escape.html @@ -438,7 +438,7 @@ for an image with filename bird.miff and whose width is 512 and heigh Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/examples.html b/www/examples.html index cc3121ee2..30e5dab17 100644 --- a/www/examples.html +++ b/www/examples.html @@ -148,7 +148,7 @@
    -

    Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script. You can generate this image yourself with this PerlMagick script, examples.pl.


    +

    Here are a few examples of what you can do with an image using ImageMagick from the command line, a program interface, or script. You can generate this image yourself with this PerlMagick script, examples.pl.


    [ImageMagick] @@ -161,7 +161,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/exception.html b/www/exception.html index 421b66ce3..902d002f3 100644 --- a/www/exception.html +++ b/www/exception.html @@ -351,7 +351,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/formats.html b/www/formats.html index be94bd32a..9ec54f188 100644 --- a/www/formats.html +++ b/www/formats.html @@ -1739,7 +1739,7 @@ the supported image formats.

    Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html index 639aeb632..df0708d9b 100644 --- a/www/high-dynamic-range.html +++ b/www/high-dynamic-range.html @@ -179,7 +179,7 @@

    To verify HDRI is properly configured, look for "HDRI" in the version string:

    -

    $magick> identify -versionVersion: ImageMagick 6.5.5-9 2009-09-10 Q16 HDRI http://www.imagemagick.org

    +

    $magick> identify -versionVersion: ImageMagick 6.5.5-10 2009-09-10 Q16 HDRI http://www.imagemagick.org

    diff --git a/www/history.html b/www/history.html index dc18c56a8..686afac74 100644 --- a/www/history.html +++ b/www/history.html @@ -122,6 +122,9 @@ Sponsors:
    + @@ -159,7 +162,7 @@ I swear by my life and my love of it that I will never live for the sake of anot

    The next generation of ImageMagick, version 5, started when Bob Friesenhahn contacted me and suggested I improve the application programming interface so users could leverage the image-processing algorithms from other languages or scripts. Bob also wrote a C++ wrapper for ImageMagick called Magick++, and began contributing enhancements such as the module loader facility, automatic file identification, and test suites. In the mean-time, the project picked up a few other notable contributors: Glenn Randers-Pehrson, William Radcliffe, and Leonard Rosenthol. By now, ImageMagick was being utilized by tens of thousands of users, who reacted gruffly when a new release broke an existing API call or script. The other members of the group wanted to freeze the API and command line but I was not quite ready, since ImageMagick was not quite what I had envisioned it could be. Bob and the others created a fork of ImageMagick. I alone continued to develop ImageMagick.

    -

    I did not work alone for long. Anthony Thyssen contacted me about deficiencies in the ImageMagick command line programs. He pointed out that the command line was confusing when dealing with more than one image. He suggested an orderly, well-defined method for dealing with the command line, and this became ImageMagick version 6 (the current release). His efforts are detailed on his web pages, Examples of ImageMagick Usage. I highly recommend that you peruse his site. He has illustrated the power of ImageMagick in ways that even I did not know were possible.

    +

    I did not work alone for long. Anthony Thyssen contacted me about deficiencies in the ImageMagick command line programs. He pointed out that the command line was confusing when dealing with more than one image. He suggested an orderly, well-defined method for dealing with the command line, and this became ImageMagick version 6 (the current release). His efforts are detailed on his web pages, Examples of ImageMagick Usage. I highly recommend that you peruse his site. He has illustrated the power of ImageMagick in ways that even I did not know were possible.

    It has been 20 years since ImageMagick was first conceived, and it looks likely that it will be here for another 20 and beyond. The command line and the application programming interface are stable, but there is still work to do. We are currently working on improving the conjure utility, Scalable Vector Graphics (SVG) support, and adding better support for video formats.

    diff --git a/www/identify.html b/www/identify.html index 3a388643e..5442b6910 100644 --- a/www/identify.html +++ b/www/identify.html @@ -221,7 +221,7 @@ Tainted: False
    Filesize: 3.97266kb
    Number pixels: 3.14453kb
    - Version: ImageMagick 6.5.5-9 2009-09-10 Q16 http://www.imagemagick.org

    + Version: ImageMagick 6.5.5-10 2009-09-10 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 70935b385..1149233e8 100644 --- a/www/import.html +++ b/www/import.html @@ -492,7 +492,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/index.html b/www/index.html index 5005d6bdd..36075afaf 100644 --- a/www/index.html +++ b/www/index.html @@ -217,7 +217,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/jp2.html b/www/jp2.html index 86ceecaa1..bfce46314 100644 --- a/www/jp2.html +++ b/www/jp2.html @@ -259,7 +259,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/license.html b/www/license.html index a6b8c8c1c..6d9d97e3f 100644 --- a/www/license.html +++ b/www/license.html @@ -271,7 +271,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/links.html b/www/links.html index 1d87c7b45..fc660e946 100644 --- a/www/links.html +++ b/www/links.html @@ -156,23 +156,23 @@

    Command-line Tutorials

    @@ -180,18 +180,18 @@
    @@ -199,8 +199,8 @@
    @@ -208,24 +208,24 @@

    ImageMagick Book Review

    Mailing List Archives

    @@ -233,13 +233,13 @@
    Denmark
    -
    http://imagemagick.europnews.de

    +
    http://imagemagick.europnews.de

    Germany
    -
    http://imagemagick.linux-mirror.org

    +
    http://imagemagick.linux-mirror.org

    Ireland
    -
    http://imagemagick.oss-mirror.org

    +
    http://imagemagick.oss-mirror.org

    United States
    -
    http://www.imagemagick.org
    +
    http://www.imagemagick.org
    @@ -247,16 +247,16 @@
      -
      G'MIC: convert, manipulate and visualize generic 1D/2D/3D multi-spectral image files
      -
      Image Commander: bulk picture processing with a GUI
      +
      G'MIC: convert, manipulate and visualize generic 1D/2D/3D multi-spectral image files
      +
      Image Commander: bulk picture processing with a GUI

    Other Projects Hosted by ImageMagick Studio

    diff --git a/www/magick-core.html b/www/magick-core.html index 0464235c5..103e20813 100644 --- a/www/magick-core.html +++ b/www/magick-core.html @@ -279,7 +279,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/magick-wand.html b/www/magick-wand.html index b4bb40db4..24ad3c450 100644 --- a/www/magick-wand.html +++ b/www/magick-wand.html @@ -452,7 +452,7 @@ int main(int argc,char **argv) Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/mailing-list.html b/www/mailing-list.html index 5677a3546..becc17a49 100644 --- a/www/mailing-list.html +++ b/www/mailing-list.html @@ -151,25 +151,25 @@

    The ImageMagick mailing lists are a low noise and subject oriented. The subject is the discussion of ImageMagick software and its use. Although the lists are unmoderated, do not post off-topic or test messages to the lists. Off-topic postings could result in the offender being silently removed from the lists and prevented from rejoining.

    Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows".

    Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here

    Post any defects you find in the released or beta versions of the ImageMagick software here. The ImageMagick maintainers carefully monitor this list and will work diligently to repair any reported problems. When posting a bug report, please specify both the ImageMagick version and operating system you are using.

    Announcements pertaining to ImageMagick, or ImageMagick related software. This list is moderated and is not used for any discussion

    @@ -181,7 +181,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/miff.html b/www/miff.html index 7ec9b862d..222a97db2 100644 --- a/www/miff.html +++ b/www/miff.html @@ -305,7 +305,7 @@ or fewer colors in the image, each byte of image data contains an index value. I Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/mirrors.html b/www/mirrors.html index 7684674a8..b8107aa6d 100644 --- a/www/mirrors.html +++ b/www/mirrors.html @@ -122,9 +122,6 @@ Sponsors:
    - @@ -154,9 +151,9 @@

    The ImageMagick web site is available from a variety of web mirrors around the world listed below.

    France
    -
    http://imagemagick.europnews.de/

    +
    http://imagemagick.europnews.de/

    Unites States
    -
    http://www.imagemagick.org/
    +
    http://www.imagemagick.org/

    If you want to add a new web-site mirror, please contact us.

    diff --git a/www/mogrify.html b/www/mogrify.html index efde2e2b9..1ee228165 100644 --- a/www/mogrify.html +++ b/www/mogrify.html @@ -1250,7 +1250,7 @@ transparent, extract, background, or shape the alpha channel Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/montage.html b/www/montage.html index e5a47ffb5..bc62db1e0 100644 --- a/www/montage.html +++ b/www/montage.html @@ -695,7 +695,7 @@ transparent, extract, background, or shape the alpha channel Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/motion-picture.html b/www/motion-picture.html index bd8bc5db6..29c871e6a 100644 --- a/www/motion-picture.html +++ b/www/motion-picture.html @@ -276,7 +276,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/quantize.html b/www/quantize.html index 6e7867ce6..cd1103374 100644 --- a/www/quantize.html +++ b/www/quantize.html @@ -282,7 +282,7 @@ Discourse ServerMailing Lists • - Studio + Studio   diff --git a/www/resources.html b/www/resources.html index 4a8627247..f0a0757d4 100644 --- a/www/resources.html +++ b/www/resources.html @@ -122,6 +122,9 @@ Sponsors:
    + diff --git a/www/search.html b/www/search.html index 741523ca1..3f0736fa0 100644 --- a/www/search.html +++ b/www/search.html @@ -163,7 +163,7 @@ Discourse ServerMailing Lists • - Studio + Studio  
    diff --git a/www/sitemap.html b/www/sitemap.html index 3e8c98f0b..432ded62e 100644 --- a/www/sitemap.html +++ b/www/sitemap.html @@ -162,7 +162,7 @@
    Introduction: convert, edit, and compose images from the command-line or program interface.
    Examples of ImageMagick usage: a few examples that show what you can do with an image using ImageMagick.
    -
    Anthony Thyssen's examples of ImageMagick usage: a comprehensive tutorial of using ImageMagick from the command line.
    +
    Anthony Thyssen's examples of ImageMagick usage: a comprehensive tutorial of using ImageMagick from the command line.
    Color names: how to specify a color name, a hex color, or a numerical RGB, RGBA, HSL, HSLA, CMYK, or CMYKA color.
    Resources: ImageMagick depends on external resources including configuration files, loadable modules, fonts, and environment variables.
    Architecture: get to know more about the software and algorithms behind ImageMagick.
    @@ -176,12 +176,12 @@
    Download ImageMagick: ImageMagick source and binary distributions are available from a variety of FTP and Web mirrors.
    @@ -220,7 +220,7 @@
    Command line processing: the anatomy of the command line.
    Command line options: annotated list of all options that can appear on the command-line.
    Fx: apply a mathematical expression to an image or image channels.
    -
    Fred's ImageMagick Scripts: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.
    +
    Fred's ImageMagick Scripts: a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations.
    @@ -230,21 +230,21 @@
    Program interfaces: application programming interfaces.
      -
      ChMagick: is a Ch an embeddable MagickCore C/C++ interpreter for cross-platform scripting.
      -
      CL-Magick: provides a Common Lisp interface to the ImageMagick library.
      -
      G2F: implements an Ada 95 binding to a subset of the low-level MagickCore library.
      -
      Magick++: provides an object-oriented C++ interface to ImageMagick.
      -
      IMagick: is a native PHP extension to create and modify images using the ImageMagick API.
      -
      JMagick: provides an object-oriented Java interface to ImageMagick.
      +
      ChMagick: is a Ch an embeddable MagickCore C/C++ interpreter for cross-platform scripting.
      +
      CL-Magick: provides a Common Lisp interface to the ImageMagick library.
      +
      G2F: implements an Ada 95 binding to a subset of the low-level MagickCore library.
      +
      Magick++: provides an object-oriented C++ interface to ImageMagick.
      +
      IMagick: is a native PHP extension to create and modify images using the ImageMagick API.
      +
      JMagick: provides an object-oriented Java interface to ImageMagick.
      MagickCore: C API, recommended for wizard-level developers.
      MagickWand: convert, compose, and edit images from the C language.
      -
      MagickWand for PHP: a native PHP-extension to the ImageMagick MagickWand API.
      -
      nMagick: is a port of the ImageMagick library to the haXe and Neko platforms.
      -
      PascalMagick: a Pascal binding for the MagickWand API and also the low-level MagickCore library.
      +
      MagickWand for PHP: a native PHP-extension to the ImageMagick MagickWand API.
      +
      nMagick: is a port of the ImageMagick library to the haXe and Neko platforms.
      +
      PascalMagick: a Pascal binding for the MagickWand API and also the low-level MagickCore library.
      PerlMagick: convert, compose, and edit images from the Perl language.
      -
      PythonMagick: an object-oriented Python interface to ImageMagick.
      -
      RMagick: is an interface between the Ruby programming language and ImageMagick.
      -
      TclMagick: a native Tcl-extension to the ImageMagick MagickWand API.
      +
      PythonMagick: an object-oriented Python interface to ImageMagick.
      +
      RMagick: is an interface between the Ruby programming language and ImageMagick.
      +
      TclMagick: a native Tcl-extension to the ImageMagick MagickWand API.
    @@ -262,8 +262,8 @@
    -
    Definitive Guide to ImageMagick: this book explains ImageMagick in a practical, learn-by-example fashion.
    -
    ImageMagick Tricks: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.
    +
    Definitive Guide to ImageMagick: this book explains ImageMagick in a practical, learn-by-example fashion.
    +
    ImageMagick Tricks: this book is packed with examples of photo manipulations, logo creation, animations, and complete web projects.
    Discourse server: get help from fellow ImageMagick users and developers, post to these forums.
    Mailing list: get help from fellow ImageMagick users and developers, post to these mailing lists.
    Contact the Wizards: for issues outside the scope of the discourse server and mailing list, contact the wizards.
    @@ -274,7 +274,7 @@
    -
    Report bugs and vulnerabilities: our highest priority is to fix security defects and bug reports, usually within 48 hours of your report. The bug discourse server requires that you register. If you do not want to register, you can contact the ImageMagick developers with a convenient web form.
    +
    Report bugs and vulnerabilities: our highest priority is to fix security defects and bug reports, usually within 48 hours of your report. The bug discourse server requires that you register. If you do not want to register, you can contact the ImageMagick developers with a convenient web form.
    Sponsor ImageMagick: contribute bug fixes, enhancements, hardware, funds, etc. to ensure the ImageMagick project thrives.
    ImageMagick t-shirt: donate $25 USD and we acknowledge your gift with a logoed t-shirt.
    @@ -298,8 +298,8 @@

    Technology Sandbox

    -
    Fast Fourier Transforms Toolkit
    -
    Tests Of FFT Processing
    +
    Fast Fourier Transforms Toolkit
    +
    Tests Of FFT Processing
    diff --git a/www/sponsors.html b/www/sponsors.html index 3e49d4ce0..de20e50b7 100644 --- a/www/sponsors.html +++ b/www/sponsors.html @@ -122,6 +122,9 @@ Sponsors:
    + diff --git a/www/stream.html b/www/stream.html index 48acba8ee..be2963924 100644 --- a/www/stream.html +++ b/www/stream.html @@ -123,9 +123,6 @@ Sponsors:
    - diff --git a/www/subversion.html b/www/subversion.html index 3f922fc4e..3f513a992 100644 --- a/www/subversion.html +++ b/www/subversion.html @@ -173,7 +173,7 @@ ImageMagick-6.5.5

    Discourse ServerMailing Lists • - Studio + Studio  
    ImageMagick-6.5.5-9-Q16-windows-dll.exedownloaddownloadImageMagick-6.5.5-10-Q16-windows-dll.exedownloaddownload Win32 dynamic at 16 bits-per-pixel
    ImageMagick-6.5.5-9-Q16-windows-static.exedownloaddownloadImageMagick-6.5.5-10-Q16-windows-static.exedownloaddownload Win32 static at 16 bits-per-pixel
    ImageMagick-6.5.5-9-Q16-windows-x64-static.exedownloaddownloadImageMagick-6.5.5-10-Q16-windows-x64-static.exedownloaddownload x64 static at 16 bits-per-pixel
    ImageMagick-6.5.5-9-Q8-windows-dll.exedownloaddownloadImageMagick-6.5.5-10-Q8-windows-dll.exedownloaddownload Win32 dynamic at 8 bits-per-pixel
    ImageMagick-6.5.5-9-Q8-windows-static.exedownloaddownloadImageMagick-6.5.5-10-Q8-windows-static.exedownloaddownload Win32 static at 8 bits-per-pixel