Changeset 7956
- Timestamp:
- 05/17/12 21:12:20 (12 months ago)
- Location:
- ImageMagick/branches/ImageMagick-6
- Files:
-
- 29 edited
-
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)
-
config/ImageMagick.rdf (modified) (2 diffs)
-
config/configure.xml (modified) (2 diffs)
-
configure (modified) (10 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) (11 diffs)
-
magick/version.h (modified) (2 diffs)
-
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/branches/ImageMagick-6/ImageMagick.spec
r7816 r7956 1 %global VERSION 6.7. 62 %global Patchlevel 101 %global VERSION 6.7.7 2 %global Patchlevel 0 3 3 4 4 Name: ImageMagick -
ImageMagick/branches/ImageMagick-6/Magick++/bin/Magick++-config
r7059 r7956 39 39 ;; 40 40 --version) 41 echo '6.7. 6Q16 '41 echo '6.7.7 Q16 ' 42 42 ;; 43 43 --cflags) -
ImageMagick/branches/ImageMagick-6/Magick++/lib/ImageMagick++.pc
r7059 r7956 6 6 7 7 Name: ImageMagick++ 8 Version: 6.7. 68 Version: 6.7.7 9 9 Description: Magick++ - C++ API for ImageMagick 10 10 Requires: ImageMagick -
ImageMagick/branches/ImageMagick-6/PerlMagick/Magick.pm
r7387 r7956 44 44 ); 45 45 46 $VERSION = '6.7 6';46 $VERSION = '6.77'; 47 47 48 48 sub AUTOLOAD { … … 123 123 A web page has been set up for this extension. See: 124 124 125 file:///usr/local/share/doc/ImageMagick-6.7. 6/www/perl-magick.html125 file:///usr/local/share/doc/ImageMagick-6.7.7/www/perl-magick.html 126 126 http://www.imagemagick.org/script/perl-magick.php 127 127 -
ImageMagick/branches/ImageMagick-6/PerlMagick/Makefile.PL
r7931 r7956 190 190 191 191 # Module version 192 'VERSION' => '6.7 6',192 'VERSION' => '6.77', 193 193 194 194 # Preprocessor defines -
ImageMagick/branches/ImageMagick-6/config/ImageMagick.rdf
r7931 r7956 6 6 <shortdesc xml:lang="en">ImageMagick: convert, edit, and compose images.</shortdesc> 7 7 <homepage rdf:resource="http://www.imagemagick.org/"/> 8 <created>2012-05-1 5</created>8 <created>2012-05-17</created> 9 9 10 10 <description xml:lang="en"> … … 58 58 <Version> 59 59 <name>stable</name> 60 <created>2012-05-1 5</created>61 <revision>6.7. 6</revision>62 <patch-level>- 10</patch-level>60 <created>2012-05-17</created> 61 <revision>6.7.7</revision> 62 <patch-level>-0</patch-level> 63 63 </Version> 64 64 </release> -
ImageMagick/branches/ImageMagick-6/config/configure.xml
r7931 r7956 8 8 <configuremap> 9 9 <configure name="NAME" value="ImageMagick"/> 10 <configure name="VERSION" value="6.7. 6"/>11 <configure name="LIB_VERSION" value="0x67 6"/>12 <configure name="LIB_VERSION_NUMBER" value="6,7, 6,10"/>13 <configure name="SVN_REVISION" value="79 29" />14 <configure name="RELEASE_DATE" value="2012-05-1 5"/>10 <configure name="VERSION" value="6.7.7"/> 11 <configure name="LIB_VERSION" value="0x677"/> 12 <configure name="LIB_VERSION_NUMBER" value="6,7,7,0"/> 13 <configure name="SVN_REVISION" value="7955" /> 14 <configure name="RELEASE_DATE" value="2012-05-17"/> 15 15 <configure name="CONFIGURE" value="./configure "/> 16 16 <configure name="PREFIX" value="/usr/local"/> … … 18 18 <configure name="INCLUDE_PATH" value="/usr/local/include/ImageMagick"/> 19 19 <configure name="CONFIGURE_PATH" value="/usr/local/etc/ImageMagick/"/> 20 <configure name="SHARE_PATH" value="/usr/local/share/ImageMagick-6.7. 6"/>21 <configure name="DOCUMENTATION_PATH" value="/usr/local/share/doc/ImageMagick-6.7. 6"/>20 <configure name="SHARE_PATH" value="/usr/local/share/ImageMagick-6.7.7"/> 21 <configure name="DOCUMENTATION_PATH" value="/usr/local/share/doc/ImageMagick-6.7.7"/> 22 22 <configure name="EXECUTABLE_PATH" value="/usr/local/bin"/> 23 <configure name="LIBRARY_PATH" value="/usr/local/lib/ImageMagick-6.7. 6"/>24 <configure name="CODER_PATH" value="/usr/local/lib/ImageMagick-6.7. 6/modules-Q16/coders"/>25 <configure name="FILTER_PATH" value="/usr/local/lib/ImageMagick-6.7. 6/modules-Q16/filters"/>23 <configure name="LIBRARY_PATH" value="/usr/local/lib/ImageMagick-6.7.7"/> 24 <configure name="CODER_PATH" value="/usr/local/lib/ImageMagick-6.7.7/modules-Q16/coders"/> 25 <configure name="FILTER_PATH" value="/usr/local/lib/ImageMagick-6.7.7/modules-Q16/filters"/> 26 26 <configure name="CC" value="gcc -std=gnu99 -std=gnu99"/> 27 27 <configure name="CFLAGS" value="-fopenmp -g -O2 -Wall -pthread"/> -
ImageMagick/branches/ImageMagick-6/configure
r7931 r7956 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.68 for ImageMagick 6.7. 6-10.3 # Generated by GNU Autoconf 2.68 for ImageMagick 6.7.7-0. 4 4 # 5 5 # Report bugs to <http://www.imagemagick.org>. … … 575 575 PACKAGE_NAME='ImageMagick' 576 576 PACKAGE_TARNAME='ImageMagick' 577 PACKAGE_VERSION='6.7. 6-10'578 PACKAGE_STRING='ImageMagick 6.7. 6-10'577 PACKAGE_VERSION='6.7.7-0' 578 PACKAGE_STRING='ImageMagick 6.7.7-0' 579 579 PACKAGE_BUGREPORT='http://www.imagemagick.org' 580 580 PACKAGE_URL='' … … 1741 1741 # This message is too long to be a string in the A/UX 3.1 sh. 1742 1742 cat <<_ACEOF 1743 \`configure' configures ImageMagick 6.7. 6-10 to adapt to many kinds of systems.1743 \`configure' configures ImageMagick 6.7.7-0 to adapt to many kinds of systems. 1744 1744 1745 1745 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1816 1816 if test -n "$ac_init_help"; then 1817 1817 case $ac_init_help in 1818 short | recursive ) echo "Configuration of ImageMagick 6.7. 6-10:";;1818 short | recursive ) echo "Configuration of ImageMagick 6.7.7-0:";; 1819 1819 esac 1820 1820 cat <<\_ACEOF … … 2036 2036 if $ac_init_version; then 2037 2037 cat <<\_ACEOF 2038 ImageMagick configure 6.7. 6-102038 ImageMagick configure 6.7.7-0 2039 2039 generated by GNU Autoconf 2.68 2040 2040 … … 3079 3079 running configure, to aid debugging if configure makes a mistake. 3080 3080 3081 It was created by ImageMagick $as_me 6.7. 6-10, which was3081 It was created by ImageMagick $as_me 6.7.7-0, which was 3082 3082 generated by GNU Autoconf 2.68. Invocation command line was 3083 3083 … … 3618 3618 MAGICK_LIBRARY_VERSION_INFO=$MAGICK_LIBRARY_CURRENT:$MAGICK_LIBRARY_REVISION:$MAGICK_LIBRARY_AGE 3619 3619 3620 MAGICK_SVN_REVISION=79 293620 MAGICK_SVN_REVISION=7955 3621 3621 3622 3622 … … 4102 4102 # Define the identity of the package. 4103 4103 PACKAGE='ImageMagick' 4104 VERSION='6.7. 6-10'4104 VERSION='6.7.7-0' 4105 4105 4106 4106 … … 36483 36483 # values after options handling. 36484 36484 ac_log=" 36485 This file was extended by ImageMagick $as_me 6.7. 6-10, which was36485 This file was extended by ImageMagick $as_me 6.7.7-0, which was 36486 36486 generated by GNU Autoconf 2.68. Invocation command line was 36487 36487 … … 36549 36549 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 36550 36550 ac_cs_version="\\ 36551 ImageMagick config.status 6.7. 6-1036551 ImageMagick config.status 6.7.7-0 36552 36552 configured by $0, generated by GNU Autoconf 2.68, 36553 36553 with options \\"\$ac_cs_config\\" -
ImageMagick/branches/ImageMagick-6/configure.ac
r7816 r7956 19 19 m4_define([magick_major_version], [6]) 20 20 m4_define([magick_minor_version], [7]) 21 m4_define([magick_micro_version], [ 6])22 m4_define([magick_patchlevel_version], [ 10])21 m4_define([magick_micro_version], [7]) 22 m4_define([magick_patchlevel_version], [0]) 23 23 m4_define([magick_version], 24 24 [magick_major_version.magick_minor_version.magick_micro_version-magick_patchlevel_version]) -
ImageMagick/branches/ImageMagick-6/libtool
r7816 r7956 2 2 3 3 # libtool - Provide generalized library-building support services. 4 # Generated automatically by config.status (ImageMagick) 6.7. 6-104 # Generated automatically by config.status (ImageMagick) 6.7.7-0 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/branches/ImageMagick-6/magick/ImageMagick.pc
r7059 r7956 6 6 Name: ImageMagick 7 7 Description: ImageMagick - Convert, Edit, and Compose Images 8 Version: 6.7. 68 Version: 6.7.7 9 9 Libs: -L${libdir} -lMagickCore 10 10 Cflags: -I${includedir} -fopenmp -
ImageMagick/branches/ImageMagick-6/magick/Magick-config
r7059 r7956 36 36 ;; 37 37 --version) 38 echo '6.7. 6Q16 '38 echo '6.7.7 Q16 ' 39 39 ;; 40 40 --cflags) -
ImageMagick/branches/ImageMagick-6/magick/magick-config.h
r7816 r7956 35 35 /* Location of coder modules */ 36 36 #ifndef MAGICKCORE_CODER_PATH 37 #define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.7. 6/modules-Q16/coders/"37 #define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.7.7/modules-Q16/coders/" 38 38 #endif 39 39 40 40 /* Subdirectory of lib where coder modules are installed */ 41 41 #ifndef MAGICKCORE_CODER_RELATIVE_PATH 42 #define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.7. 6/modules-Q16/coders"42 #define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.7.7/modules-Q16/coders" 43 43 #endif 44 44 … … 61 61 /* Directory where ImageMagick documents live. */ 62 62 #ifndef MAGICKCORE_DOCUMENTATION_PATH 63 #define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.7. 6/"63 #define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.7.7/" 64 64 #endif 65 65 … … 82 82 /* Location of filter modules */ 83 83 #ifndef MAGICKCORE_FILTER_PATH 84 #define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.7. 6/modules-Q16/filters/"84 #define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.7.7/modules-Q16/filters/" 85 85 #endif 86 86 87 87 /* Subdirectory of lib where filter modules are installed */ 88 88 #ifndef MAGICKCORE_FILTER_RELATIVE_PATH 89 #define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.7. 6/modules-Q16/filters"89 #define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.7.7/modules-Q16/filters" 90 90 #endif 91 91 … … 1208 1208 /* Directory where architecture-dependent files live. */ 1209 1209 #ifndef MAGICKCORE_LIBRARY_PATH 1210 #define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.7. 6/"1210 #define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.7.7/" 1211 1211 #endif 1212 1212 … … 1214 1214 installed */ 1215 1215 #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH 1216 #define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.7. 6"1216 #define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.7.7" 1217 1217 #endif 1218 1218 … … 1303 1303 /* Define to the full name and version of this package. */ 1304 1304 #ifndef MAGICKCORE_PACKAGE_STRING 1305 #define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.7. 6-10"1305 #define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.7.7-0" 1306 1306 #endif 1307 1307 … … 1318 1318 /* Define to the version of this package. */ 1319 1319 #ifndef MAGICKCORE_PACKAGE_VERSION 1320 #define MAGICKCORE_PACKAGE_VERSION "6.7. 6-10"1320 #define MAGICKCORE_PACKAGE_VERSION "6.7.7-0" 1321 1321 #endif 1322 1322 … … 1373 1373 /* Directory where architecture-independent configuration files live. */ 1374 1374 #ifndef MAGICKCORE_SHAREARCH_PATH 1375 #define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-6.7. 6/config/"1375 #define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-6.7.7/config/" 1376 1376 #endif 1377 1377 … … 1379 1379 live. */ 1380 1380 #ifndef MAGICKCORE_SHAREARCH_RELATIVE_PATH 1381 #define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-6.7. 6/config"1381 #define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-6.7.7/config" 1382 1382 #endif 1383 1383 1384 1384 /* Directory where architecture-independent configuration files live. */ 1385 1385 #ifndef MAGICKCORE_SHARE_PATH 1386 #define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.7. 6/"1386 #define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.7.7/" 1387 1387 #endif 1388 1388 … … 1390 1390 live. */ 1391 1391 #ifndef MAGICKCORE_SHARE_RELATIVE_PATH 1392 #define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-6.7. 6"1392 #define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-6.7.7" 1393 1393 #endif 1394 1394 … … 1508 1508 /* Version number of package */ 1509 1509 #ifndef MAGICKCORE_VERSION 1510 #define MAGICKCORE_VERSION "6.7. 6-10"1510 #define MAGICKCORE_VERSION "6.7.7-0" 1511 1511 #endif 1512 1512 -
ImageMagick/branches/ImageMagick-6/magick/version.h
r7931 r7956 28 28 #define MagickPackageName "ImageMagick" 29 29 #define MagickCopyright "Copyright (C) 1999-2012 ImageMagick Studio LLC" 30 #define MagickSVNRevision "79 29"31 #define MagickLibVersion 0x67 632 #define MagickLibVersionText "6.7. 6"30 #define MagickSVNRevision "7955" 31 #define MagickLibVersion 0x677 32 #define MagickLibVersionText "6.7.7" 33 33 #define MagickLibVersionNumber 5,0,0 34 #define MagickLibAddendum "- 10"34 #define MagickLibAddendum "-0" 35 35 #define MagickLibInterface 5 36 36 #define MagickLibMinInterface 5 37 #define MagickReleaseDate "2012-05-1 5"38 #define MagickChangeDate "2012051 4"37 #define MagickReleaseDate "2012-05-17" 38 #define MagickChangeDate "20120516" 39 39 #define MagickAuthoritativeURL "http://www.imagemagick.org" 40 40 #if defined(MAGICKCORE_OPENMP_SUPPORT) … … 59 59 #endif 60 60 #define MagickFeatures MagickOpenMPFeature MagickOpenCLFeature MagickHDRIFeature MagickZeroConfigurationFeature 61 #define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.7. 6/index.html"61 #define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.7.7/index.html" 62 62 #if (MAGICKCORE_QUANTUM_DEPTH == 8) 63 63 #define MagickQuantumDepth "Q8" -
ImageMagick/branches/ImageMagick-6/utilities/ImageMagick.1
r7387 r7956 68 68 interprets and executes scripts written in the Magick Scripting Language (MSL). 69 69 .PP 70 For more information about the ImageMagick, point your browser to file:///usr/local/share/doc/ImageMagick-6.7. 6/index.html or http://www.imagemagick.org/.70 For more information about the ImageMagick, point your browser to file:///usr/local/share/doc/ImageMagick-6.7.7/index.html or http://www.imagemagick.org/. 71 71 .SH SEE ALSO 72 72 convert(1), identify(1), composite(1), montage(1), compare(1), display(1), animate(1), import(1), conjure(1), quantize(5), miff(4) 73 73 74 74 .SH COPYRIGHT 75 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP75 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/branches/ImageMagick-6/utilities/animate.1
r7387 r7956 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.7. 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.7.7/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-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP96 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/branches/ImageMagick-6/utilities/compare.1
r7387 r7956 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.7. 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.7.7/www/compare.html or http://www.imagemagick.org/script/compare.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 67 67 .SH COPYRIGHT 68 68 69 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP69 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/branches/ImageMagick-6/utilities/composite.1
r7387 r7956 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.7. 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.7.7/www/composite.html or http://www.imagemagick.org/script/composite.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 104 104 .SH COPYRIGHT 105 105 106 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP106 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/branches/ImageMagick-6/utilities/conjure.1
r7387 r7956 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.7. 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.7.7/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-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP34 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/branches/ImageMagick-6/utilities/convert.1
r7387 r7956 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.7. 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.7.7/www/convert.html or http://www.imagemagick.org/script/convert.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 269 269 270 270 .SH COPYRIGHT 271 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP271 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/branches/ImageMagick-6/utilities/display.1
r7387 r7956 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.7. 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.7.7/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-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP128 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/branches/ImageMagick-6/utilities/identify.1
r7387 r7956 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.7. 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.7.7/www/identify.html or http://www.imagemagick.org/script/identify.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 62 62 .SH COPYRIGHT 63 63 64 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP64 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/branches/ImageMagick-6/utilities/import.1
r7387 r7956 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.7. 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.7.7/www/import.html or http://www.imagemagick.org/script/import.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 95 95 .SH COPYRIGHT 96 96 97 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP97 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/branches/ImageMagick-6/utilities/mogrify.1
r7387 r7956 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.7. 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.7.7/www/mogrify.html or http://www.imagemagick.org/script/mogrify.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 269 269 .SH COPYRIGHT 270 270 271 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP271 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/branches/ImageMagick-6/utilities/montage.1
r7387 r7956 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.7. 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.7.7/www/montage.html or http://www.imagemagick.org/script/montage.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 132 132 .SH COPYRIGHT 133 133 134 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP134 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/branches/ImageMagick-6/utilities/stream.1
r7387 r7956 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.7. 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.7.7/www/stream.html or http://www.imagemagick.org/script/stream.php. 11 11 .SH DESCRIPTION 12 12 Image Settings: … … 55 55 .SH COPYRIGHT 56 56 57 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7. 6/www/license.html or http://www.imagemagick.org/script/license.php\fP57 \fBCopyright (C) 1999-2012 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file:///usr/local/share/doc/ImageMagick-6.7.7/www/license.html or http://www.imagemagick.org/script/license.php\fP -
ImageMagick/branches/ImageMagick-6/version.sh
r7816 r7956 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.7. 6'14 PACKAGE_PERL_VERSION='6.7 6'15 PACKAGE_LIB_VERSION="0x67 6"16 PACKAGE_RELEASE=" 10"17 PACKAGE_LIB_VERSION_NUMBER="6,7, 6,${PACKAGE_RELEASE}"13 PACKAGE_VERSION='6.7.7' 14 PACKAGE_PERL_VERSION='6.77' 15 PACKAGE_LIB_VERSION="0x677" 16 PACKAGE_RELEASE="0" 17 PACKAGE_LIB_VERSION_NUMBER="6,7,7,${PACKAGE_RELEASE}" 18 18 PACKAGE_RELEASE_DATE=`date +%F` 19 19 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" -
ImageMagick/branches/ImageMagick-6/wand/Wand-config
r7059 r7956 36 36 ;; 37 37 --version) 38 echo '6.7. 6Q16 '38 echo '6.7.7 Q16 ' 39 39 ;; 40 40 --cflags) -
ImageMagick/branches/ImageMagick-6/wand/Wand.pc
r7059 r7956 5 5 6 6 Name: Wand 7 Version: 6.7. 67 Version: 6.7.7 8 8 Description: MagickWand - C API for ImageMagick 9 9 Requires: ImageMagick
Note: See TracChangeset
for help on using the changeset viewer.
