Changeset 96 for ImageMagick/trunk
- Timestamp:
- 09/12/09 19:41:40 (6 months ago)
- Location:
- ImageMagick/trunk
- Files:
-
- 29 modified
-
ImageMagick.spec (modified) (1 diff)
-
Magick++/bin/Magick++-config (modified) (1 diff)
-
Magick++/lib/ImageMagick++.pc (modified) (1 diff)
-
PerlMagick/Magick.pm (modified) (2 diffs)
-
PerlMagick/Makefile.PL (modified) (1 diff)
-
coders/pdf.c (modified) (2 diffs)
-
config/configure.xml (modified) (1 diff)
-
configure (modified) (8 diffs)
-
configure.ac (modified) (1 diff)
-
libtool (modified) (1 diff)
-
magick/ImageMagick.pc (modified) (1 diff)
-
magick/Magick-config (modified) (1 diff)
-
magick/magick-config.h (modified) (10 diffs)
-
magick/version.h (modified) (1 diff)
-
utilities/ImageMagick.1 (modified) (1 diff)
-
utilities/animate.1 (modified) (2 diffs)
-
utilities/compare.1 (modified) (2 diffs)
-
utilities/composite.1 (modified) (2 diffs)
-
utilities/conjure.1 (modified) (2 diffs)
-
utilities/convert.1 (modified) (2 diffs)
-
utilities/display.1 (modified) (2 diffs)
-
utilities/identify.1 (modified) (2 diffs)
-
utilities/import.1 (modified) (2 diffs)
-
utilities/mogrify.1 (modified) (2 diffs)
-
utilities/montage.1 (modified) (2 diffs)
-
utilities/stream.1 (modified) (2 diffs)
-
version.sh (modified) (1 diff)
-
wand/Wand-config (modified) (1 diff)
-
wand/Wand.pc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/ImageMagick.spec
r89 r96 1 %define VERSION 6.5. 62 %define Patchlevel 01 %define VERSION 6.5.5 2 %define Patchlevel 10 3 3 4 4 Name: ImageMagick -
ImageMagick/trunk/Magick++/bin/Magick++-config
r89 r96 41 41 ;; 42 42 --version) 43 echo '6.5. 6Q16 '43 echo '6.5.5 Q16 ' 44 44 ;; 45 45 --cflags) -
ImageMagick/trunk/Magick++/lib/ImageMagick++.pc
r89 r96 6 6 7 7 Name: ImageMagick++ 8 Version: 6.5. 68 Version: 6.5.5 9 9 Description: Magick++ - C++ API for ImageMagick 10 10 Requires: ImageMagick -
ImageMagick/trunk/PerlMagick/Magick.pm
r89 r96 31 31 ); 32 32 33 $VERSION = '6.5. 6';33 $VERSION = '6.5.5'; 34 34 35 35 sub AUTOLOAD { … … 110 110 A Web page has been set up for this extension. See: 111 111 112 file:///usr/local/share/doc/ImageMagick-6.5. 6/www/perl-magick.html112 file:///usr/local/share/doc/ImageMagick-6.5.5/www/perl-magick.html 113 113 http://www.imagemagick.org/script/perl-magick.php 114 114 -
ImageMagick/trunk/PerlMagick/Makefile.PL
r89 r96 54 54 55 55 # Module version 56 'VERSION' => '6.5. 6',56 'VERSION' => '6.5.5', 57 57 58 58 # Preprocessor defines -
ImageMagick/trunk/coders/pdf.c
r28 r96 1418 1418 MaxTextExtent); 1419 1419 (void) WriteBlobString(image,buffer); 1420 (void) FormatMagickString(buffer,MaxTextExtent, 1421 "/ DecodeParms [ << /K %s /Columns %ld /Rows %ld >> ]\n",1422 CCITTParam,image->columns,image->rows);1420 (void) FormatMagickString(buffer,MaxTextExtent,"/DecodeParms [ << " 1421 "/K %s /BlackIs1 true /Columns %ld /Rows %ld >> ]\n",CCITTParam, 1422 image->columns,image->rows); 1423 1423 break; 1424 1424 } … … 1860 1860 MaxTextExtent); 1861 1861 (void) WriteBlobString(image,buffer); 1862 (void) FormatMagickString(buffer,MaxTextExtent, 1863 "/ DecodeParms [ << /K %s /Columns %lu /Rows %lu >> ]\n",1864 CCITTParam,tile_image->columns,tile_image->rows);1862 (void) FormatMagickString(buffer,MaxTextExtent,"/DecodeParms [ << " 1863 "/K %s /BlackIs1 true /Columns %lu /Rows %lu >> ]\n",CCITTParam, 1864 tile_image->columns,tile_image->rows); 1865 1865 break; 1866 1866 } -
ImageMagick/trunk/config/configure.xml
r89 r96 8 8 <configuremap> 9 9 <configure name="NAME" value="ImageMagick"/> 10 <configure name="LIB_VERSION" value="0x65 6"/>11 <configure name="LIB_VERSION_NUMBER" value="6,5, 6,0"/>10 <configure name="LIB_VERSION" value="0x655"/> 11 <configure name="LIB_VERSION_NUMBER" value="6,5,5,10"/> 12 12 <configure name="RELEASE_DATE" value="2009-09-12"/> 13 13 <configure name="CONFIGURE" value="./configure "/> 14 14 <configure name="PREFIX" value="/usr/local"/> 15 15 <configure name="EXEC-PREFIX" value="/usr/local"/> 16 <configure name="VERSION" value="6.5. 6"/>16 <configure name="VERSION" value="6.5.5"/> 17 17 <configure name="CC" value="gcc -std=gnu99"/> 18 18 <configure name="CFLAGS" value="-fopenmp -g -O2 -Wall -W -pthread"/> -
ImageMagick/trunk/configure
r89 r96 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.63 for ImageMagick 6.5. 6.3 # Generated by GNU Autoconf 2.63 for ImageMagick 6.5.5. 4 4 # 5 5 # Report bugs to <http://www.imagemagick.org>. … … 750 750 PACKAGE_NAME='ImageMagick' 751 751 PACKAGE_TARNAME='ImageMagick' 752 PACKAGE_VERSION='6.5. 6'753 PACKAGE_STRING='ImageMagick 6.5. 6'752 PACKAGE_VERSION='6.5.5' 753 PACKAGE_STRING='ImageMagick 6.5.5' 754 754 PACKAGE_BUGREPORT='http://www.imagemagick.org' 755 755 … … 1870 1870 # This message is too long to be a string in the A/UX 3.1 sh. 1871 1871 cat <<_ACEOF 1872 \`configure' configures ImageMagick 6.5. 6to adapt to many kinds of systems.1872 \`configure' configures ImageMagick 6.5.5 to adapt to many kinds of systems. 1873 1873 1874 1874 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1945 1945 if test -n "$ac_init_help"; then 1946 1946 case $ac_init_help in 1947 short | recursive ) echo "Configuration of ImageMagick 6.5. 6:";;1947 short | recursive ) echo "Configuration of ImageMagick 6.5.5:";; 1948 1948 esac 1949 1949 cat <<\_ACEOF … … 2149 2149 if $ac_init_version; then 2150 2150 cat <<\_ACEOF 2151 ImageMagick configure 6.5. 62151 ImageMagick configure 6.5.5 2152 2152 generated by GNU Autoconf 2.63 2153 2153 … … 2163 2163 running configure, to aid debugging if configure makes a mistake. 2164 2164 2165 It was created by ImageMagick $as_me 6.5. 6, which was2165 It was created by ImageMagick $as_me 6.5.5, which was 2166 2166 generated by GNU Autoconf 2.63. Invocation command line was 2167 2167 … … 46587 46587 # values after options handling. 46588 46588 ac_log=" 46589 This file was extended by ImageMagick $as_me 6.5. 6, which was46589 This file was extended by ImageMagick $as_me 6.5.5, which was 46590 46590 generated by GNU Autoconf 2.63. Invocation command line was 46591 46591 … … 46650 46650 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 46651 46651 ac_cs_version="\\ 46652 ImageMagick config.status 6.5. 646652 ImageMagick config.status 6.5.5 46653 46653 configured by $0, generated by GNU Autoconf 2.63, 46654 46654 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -
ImageMagick/trunk/configure.ac
r89 r96 16 16 17 17 AC_PREREQ(2.63) 18 AC_INIT([ImageMagick],[6.5. 6],[http://www.imagemagick.org],[ImageMagick])18 AC_INIT([ImageMagick],[6.5.5],[http://www.imagemagick.org],[ImageMagick]) 19 19 AC_CONFIG_SRCDIR([magick/MagickCore.h]) 20 20 AC_CONFIG_AUX_DIR([config]) -
ImageMagick/trunk/libtool
r89 r96 2 2 3 3 # libtool - Provide generalized library-building support services. 4 # Generated automatically by config.status (ImageMagick) 6.5. 6-04 # Generated automatically by config.status (ImageMagick) 6.5.5-10 5 5 # Libtool was configured on host magick.imagemagick.org: 6 6 # NOTE: Changes made to this file will be lost: look at ltmain.sh. -
ImageMagick/trunk/magick/ImageMagick.pc
r89 r96 6 6 Name: ImageMagick 7 7 Description: ImageMagick - Convert, Edit, and Compose Images 8 Version: 6.5. 68 Version: 6.5.5 9 9 Libs: -L${libdir} -lMagickCore 10 10 Cflags: -I${includedir} -fopenmp -
ImageMagick/trunk/magick/Magick-config
r89 r96 38 38 ;; 39 39 --version) 40 echo '6.5. 6Q16 '40 echo '6.5.5 Q16 ' 41 41 ;; 42 42 --cflags) -
ImageMagick/trunk/magick/magick-config.h
r89 r96 37 37 /* Location of coder modules */ 38 38 #ifndef MAGICKCORE_CODER_PATH 39 #define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.5. 6/modules-Q16/coders/"39 #define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.5.5/modules-Q16/coders/" 40 40 #endif 41 41 42 42 /* Subdirectory of lib where coder modules are installed */ 43 43 #ifndef MAGICKCORE_CODER_RELATIVE_PATH 44 #define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.5. 6/modules-Q16/coders"44 #define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.5.5/modules-Q16/coders" 45 45 #endif 46 46 47 47 /* Directory where architecture-dependent configuration files live. */ 48 48 #ifndef MAGICKCORE_CONFIGURE_PATH 49 #define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.5. 6/config/"49 #define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.5.5/config/" 50 50 #endif 51 51 … … 53 53 */ 54 54 #ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH 55 #define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.5. 6/config"55 #define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.5.5/config" 56 56 #endif 57 57 … … 63 63 /* Directory where ImageMagick documents live. */ 64 64 #ifndef MAGICKCORE_DOCUMENTATION_PATH 65 #define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.5. 6/"65 #define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.5.5/" 66 66 #endif 67 67 … … 88 88 /* Location of filter modules */ 89 89 #ifndef MAGICKCORE_FILTER_PATH 90 #define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.5. 6/modules-Q16/filters/"90 #define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.5.5/modules-Q16/filters/" 91 91 #endif 92 92 93 93 /* Subdirectory of lib where filter modules are installed */ 94 94 #ifndef MAGICKCORE_FILTER_RELATIVE_PATH 95 #define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.5. 6/modules-Q16/filters"95 #define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.5.5/modules-Q16/filters" 96 96 #endif 97 97 … … 963 963 /* Directory where architecture-dependent files live. */ 964 964 #ifndef MAGICKCORE_LIBRARY_PATH 965 #define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.5. 6/"965 #define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.5.5/" 966 966 #endif 967 967 … … 969 969 installed */ 970 970 #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH 971 #define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.5. 6"971 #define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.5.5" 972 972 #endif 973 973 … … 1040 1040 /* Define to the full name and version of this package. */ 1041 1041 #ifndef MAGICKCORE_PACKAGE_STRING 1042 #define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.5. 6"1042 #define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.5.5" 1043 1043 #endif 1044 1044 … … 1050 1050 /* Define to the version of this package. */ 1051 1051 #ifndef MAGICKCORE_PACKAGE_VERSION 1052 #define MAGICKCORE_PACKAGE_VERSION "6.5. 6"1052 #define MAGICKCORE_PACKAGE_VERSION "6.5.5" 1053 1053 #endif 1054 1054 … … 1097 1097 /* Directory where architecture-independent configuration files live. */ 1098 1098 #ifndef MAGICKCORE_SHARE_CONFIGURE_PATH 1099 #define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.5. 6/config/"1099 #define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.5.5/config/" 1100 1100 #endif 1101 1101 … … 1103 1103 live. */ 1104 1104 #ifndef MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH 1105 #define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.5. 6/config"1105 #define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.5.5/config" 1106 1106 #endif 1107 1107 1108 1108 /* Directory where architecture-independent files live. */ 1109 1109 #ifndef MAGICKCORE_SHARE_PATH 1110 #define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.5. 6/"1110 #define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.5.5/" 1111 1111 #endif 1112 1112 -
ImageMagick/trunk/magick/version.h
r89 r96 28 28 #define MagickPackageName "ImageMagick" 29 29 #define MagickCopyright "Copyright (C) 1999-2009 ImageMagick Studio LLC" 30 #define MagickLibVersion 0x65 631 #define MagickLibVersionText "6.5. 6"30 #define MagickLibVersion 0x655 31 #define MagickLibVersionText "6.5.5" 32 32 #define MagickLibVersionNumber 2,0,0 33 #define MagickLibSubversion "- 0"33 #define MagickLibSubversion "-10" 34 34 #define MagickReleaseDate "2009-09-12" 35 35 #define MagickChangeDate "20090911" 36 36 #define MagickAuthoritativeURL "http://www.imagemagick.org" 37 #define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.5. 6/index.html"37 #define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.5.5/index.html" 38 38 #if (MAGICKCORE_QUANTUM_DEPTH == 8) 39 39 #define MagickQuantumDepth "Q8" -
ImageMagick/trunk/utilities/ImageMagick.1
r89 r96 62 62 interprets and executes scripts written in the Magick Scripting Language (MSL). 63 63 .PP 64 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/.64 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/. 65 65 .SH SEE ALSO 66 66 convert(1), identify(1), composite(1), montage(1), compare(1), display(1), animate(1), import(1), conjure(1), quantize(5), miff(4) 67 67 68 68 .SH COPYRIGHT 69 \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\fP69 \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 -
ImageMagick/trunk/utilities/animate.1
r89 r96 8 8 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. 9 9 10 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.10 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. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 94 94 .SH COPYRIGHT 95 95 96 \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\fP96 \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 -
ImageMagick/trunk/utilities/compare.1
r89 r96 8 8 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. 9 9 10 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.10 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. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 64 64 .SH COPYRIGHT 65 65 66 \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\fP66 \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 -
ImageMagick/trunk/utilities/composite.1
r89 r96 8 8 The \fBcomposite\fP program is a member of the ImageMagick(1) suite of tools. Use it to overlap one image over another. 9 9 10 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.10 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. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 102 102 .SH COPYRIGHT 103 103 104 \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\fP104 \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 -
ImageMagick/trunk/utilities/conjure.1
r89 r96 8 8 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. 9 9 10 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.10 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. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 32 32 .SH COPYRIGHT 33 33 34 \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\fP34 \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 -
ImageMagick/trunk/utilities/convert.1
r89 r96 8 8 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. 9 9 10 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.10 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. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 254 254 255 255 .SH COPYRIGHT 256 \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\fP256 \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 -
ImageMagick/trunk/utilities/display.1
r89 r96 8 8 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. 9 9 10 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.10 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. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 126 126 .SH COPYRIGHT 127 127 128 \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\fP128 \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 -
ImageMagick/trunk/utilities/identify.1
r89 r96 8 8 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. 9 9 10 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.10 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. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 57 57 .SH COPYRIGHT 58 58 59 \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\fP59 \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 -
ImageMagick/trunk/utilities/import.1
r89 r96 8 8 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. 9 9 10 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.10 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. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 93 93 .SH COPYRIGHT 94 94 95 \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\fP95 \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 -
ImageMagick/trunk/utilities/mogrify.1
r89 r96 8 8 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. 9 9 10 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.10 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. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 257 257 .SH COPYRIGHT 258 258 259 \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\fP259 \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 -
ImageMagick/trunk/utilities/montage.1
r89 r96 8 8 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. 9 9 10 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.10 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. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 122 122 .SH COPYRIGHT 123 123 124 \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\fP124 \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 -
ImageMagick/trunk/utilities/stream.1
r89 r96 8 8 \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. 9 9 10 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.10 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. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 54 54 .SH COPYRIGHT 55 55 56 \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\fP56 \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 -
ImageMagick/trunk/version.sh
r89 r96 11 11 # Package version. This is is the numeric version suffix applied to 12 12 # PACKAGE_NAME (e.g. "1.0.0"). 13 PACKAGE_VERSION='6.5. 6'14 PACKAGE_LIB_VERSION="0x65 6"15 PACKAGE_RELEASE=" 0"16 PACKAGE_LIB_VERSION_NUMBER="6,5, 6,${PACKAGE_RELEASE}"13 PACKAGE_VERSION='6.5.5' 14 PACKAGE_LIB_VERSION="0x655" 15 PACKAGE_RELEASE="10" 16 PACKAGE_LIB_VERSION_NUMBER="6,5,5,${PACKAGE_RELEASE}" 17 17 PACKAGE_RELEASE_DATE=`date +%F` 18 18 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" -
ImageMagick/trunk/wand/Wand-config
r89 r96 38 38 ;; 39 39 --version) 40 echo '6.5. 6Q16 '40 echo '6.5.5 Q16 ' 41 41 ;; 42 42 --cflags) -
ImageMagick/trunk/wand/Wand.pc
r89 r96 5 5 6 6 Name: Wand 7 Version: 6.5. 67 Version: 6.5.5 8 8 Description: MagickWand - C API for ImageMagick 9 9 Requires: ImageMagick
