Changeset 7956


Ignore:
Timestamp:
05/17/12 21:12:20 (12 months ago)
Author:
cristy
Message:
 
Location:
ImageMagick/branches/ImageMagick-6
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/branches/ImageMagick-6/ImageMagick.spec

    r7816 r7956  
    1 %global VERSION  6.7.6 
    2 %global Patchlevel  10 
     1%global VERSION  6.7.7 
     2%global Patchlevel  0 
    33 
    44Name:           ImageMagick 
  • ImageMagick/branches/ImageMagick-6/Magick++/bin/Magick++-config

    r7059 r7956  
    3939      ;; 
    4040    --version) 
    41       echo '6.7.6 Q16 ' 
     41      echo '6.7.7 Q16 ' 
    4242      ;; 
    4343    --cflags) 
  • ImageMagick/branches/ImageMagick-6/Magick++/lib/ImageMagick++.pc

    r7059 r7956  
    66 
    77Name: ImageMagick++ 
    8 Version: 6.7.6 
     8Version: 6.7.7 
    99Description: Magick++ - C++ API for ImageMagick 
    1010Requires: ImageMagick 
  • ImageMagick/branches/ImageMagick-6/PerlMagick/Magick.pm

    r7387 r7956  
    4444    ); 
    4545 
    46 $VERSION = '6.76'; 
     46$VERSION = '6.77'; 
    4747 
    4848sub AUTOLOAD { 
     
    123123A web page has been set up for this extension. See: 
    124124 
    125          file:///usr/local/share/doc/ImageMagick-6.7.6/www/perl-magick.html 
     125         file:///usr/local/share/doc/ImageMagick-6.7.7/www/perl-magick.html 
    126126         http://www.imagemagick.org/script/perl-magick.php 
    127127 
  • ImageMagick/branches/ImageMagick-6/PerlMagick/Makefile.PL

    r7931 r7956  
    190190 
    191191   # Module version 
    192    'VERSION' => '6.76', 
     192   'VERSION' => '6.77', 
    193193 
    194194   # Preprocessor defines 
  • ImageMagick/branches/ImageMagick-6/config/ImageMagick.rdf

    r7931 r7956  
    66    <shortdesc xml:lang="en">ImageMagick: convert, edit, and compose images.</shortdesc> 
    77    <homepage rdf:resource="http://www.imagemagick.org/"/> 
    8     <created>2012-05-15</created> 
     8    <created>2012-05-17</created> 
    99 
    1010    <description xml:lang="en"> 
     
    5858      <Version> 
    5959          <name>stable</name> 
    60           <created>2012-05-15</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> 
    6363      </Version> 
    6464    </release> 
  • ImageMagick/branches/ImageMagick-6/config/configure.xml

    r7931 r7956  
    88<configuremap> 
    99  <configure name="NAME" value="ImageMagick"/> 
    10   <configure name="VERSION" value="6.7.6"/> 
    11   <configure name="LIB_VERSION" value="0x676"/> 
    12   <configure name="LIB_VERSION_NUMBER" value="6,7,6,10"/> 
    13   <configure name="SVN_REVISION" value="7929" /> 
    14   <configure name="RELEASE_DATE" value="2012-05-15"/> 
     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"/> 
    1515  <configure name="CONFIGURE" value="./configure "/> 
    1616  <configure name="PREFIX" value="/usr/local"/> 
     
    1818  <configure name="INCLUDE_PATH" value="/usr/local/include/ImageMagick"/> 
    1919  <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"/> 
    2222  <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"/> 
    2626  <configure name="CC" value="gcc -std=gnu99 -std=gnu99"/> 
    2727  <configure name="CFLAGS" value="-fopenmp -g -O2 -Wall -pthread"/> 
  • ImageMagick/branches/ImageMagick-6/configure

    r7931 r7956  
    11#! /bin/sh 
    22# 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. 
    44# 
    55# Report bugs to <http://www.imagemagick.org>. 
     
    575575PACKAGE_NAME='ImageMagick' 
    576576PACKAGE_TARNAME='ImageMagick' 
    577 PACKAGE_VERSION='6.7.6-10' 
    578 PACKAGE_STRING='ImageMagick 6.7.6-10' 
     577PACKAGE_VERSION='6.7.7-0' 
     578PACKAGE_STRING='ImageMagick 6.7.7-0' 
    579579PACKAGE_BUGREPORT='http://www.imagemagick.org' 
    580580PACKAGE_URL='' 
     
    17411741  # This message is too long to be a string in the A/UX 3.1 sh. 
    17421742  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. 
    17441744 
    17451745Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    18161816if test -n "$ac_init_help"; then 
    18171817  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:";; 
    18191819   esac 
    18201820  cat <<\_ACEOF 
     
    20362036if $ac_init_version; then 
    20372037  cat <<\_ACEOF 
    2038 ImageMagick configure 6.7.6-10 
     2038ImageMagick configure 6.7.7-0 
    20392039generated by GNU Autoconf 2.68 
    20402040 
     
    30793079running configure, to aid debugging if configure makes a mistake. 
    30803080 
    3081 It was created by ImageMagick $as_me 6.7.6-10, which was 
     3081It was created by ImageMagick $as_me 6.7.7-0, which was 
    30823082generated by GNU Autoconf 2.68.  Invocation command line was 
    30833083 
     
    36183618MAGICK_LIBRARY_VERSION_INFO=$MAGICK_LIBRARY_CURRENT:$MAGICK_LIBRARY_REVISION:$MAGICK_LIBRARY_AGE 
    36193619 
    3620 MAGICK_SVN_REVISION=7929 
     3620MAGICK_SVN_REVISION=7955 
    36213621 
    36223622 
     
    41024102# Define the identity of the package. 
    41034103 PACKAGE='ImageMagick' 
    4104  VERSION='6.7.6-10' 
     4104 VERSION='6.7.7-0' 
    41054105 
    41064106 
     
    3648336483# values after options handling. 
    3648436484ac_log=" 
    36485 This file was extended by ImageMagick $as_me 6.7.6-10, which was 
     36485This file was extended by ImageMagick $as_me 6.7.7-0, which was 
    3648636486generated by GNU Autoconf 2.68.  Invocation command line was 
    3648736487 
     
    3654936549ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 
    3655036550ac_cs_version="\\ 
    36551 ImageMagick config.status 6.7.6-10 
     36551ImageMagick config.status 6.7.7-0 
    3655236552configured by $0, generated by GNU Autoconf 2.68, 
    3655336553  with options \\"\$ac_cs_config\\" 
  • ImageMagick/branches/ImageMagick-6/configure.ac

    r7816 r7956  
    1919m4_define([magick_major_version], [6]) 
    2020m4_define([magick_minor_version], [7]) 
    21 m4_define([magick_micro_version], [6]) 
    22 m4_define([magick_patchlevel_version], [10]) 
     21m4_define([magick_micro_version], [7]) 
     22m4_define([magick_patchlevel_version], [0]) 
    2323m4_define([magick_version], 
    2424          [magick_major_version.magick_minor_version.magick_micro_version-magick_patchlevel_version]) 
  • ImageMagick/branches/ImageMagick-6/libtool

    r7816 r7956  
    22 
    33# libtool - Provide generalized library-building support services. 
    4 # Generated automatically by config.status (ImageMagick) 6.7.6-10 
     4# Generated automatically by config.status (ImageMagick) 6.7.7-0 
    55# Libtool was configured on host magick.imagemagick.org: 
    66# NOTE: Changes made to this file will be lost: look at ltmain.sh. 
  • ImageMagick/branches/ImageMagick-6/magick/ImageMagick.pc

    r7059 r7956  
    66Name: ImageMagick 
    77Description: ImageMagick - Convert, Edit, and Compose Images 
    8 Version: 6.7.6 
     8Version: 6.7.7 
    99Libs: -L${libdir} -lMagickCore 
    1010Cflags: -I${includedir} -fopenmp 
  • ImageMagick/branches/ImageMagick-6/magick/Magick-config

    r7059 r7956  
    3636      ;; 
    3737    --version) 
    38       echo '6.7.6 Q16 ' 
     38      echo '6.7.7 Q16 ' 
    3939      ;; 
    4040    --cflags) 
  • ImageMagick/branches/ImageMagick-6/magick/magick-config.h

    r7816 r7956  
    3535/* Location of coder modules */ 
    3636#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/" 
    3838#endif 
    3939 
    4040/* Subdirectory of lib where coder modules are installed */ 
    4141#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" 
    4343#endif 
    4444 
     
    6161/* Directory where ImageMagick documents live. */ 
    6262#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/" 
    6464#endif 
    6565 
     
    8282/* Location of filter modules */ 
    8383#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/" 
    8585#endif 
    8686 
    8787/* Subdirectory of lib where filter modules are installed */ 
    8888#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" 
    9090#endif 
    9191 
     
    12081208/* Directory where architecture-dependent files live. */ 
    12091209#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/" 
    12111211#endif 
    12121212 
     
    12141214   installed */ 
    12151215#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" 
    12171217#endif 
    12181218 
     
    13031303/* Define to the full name and version of this package. */ 
    13041304#ifndef MAGICKCORE_PACKAGE_STRING 
    1305 #define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.7.6-10" 
     1305#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.7.7-0" 
    13061306#endif 
    13071307 
     
    13181318/* Define to the version of this package. */ 
    13191319#ifndef MAGICKCORE_PACKAGE_VERSION 
    1320 #define MAGICKCORE_PACKAGE_VERSION "6.7.6-10" 
     1320#define MAGICKCORE_PACKAGE_VERSION "6.7.7-0" 
    13211321#endif 
    13221322 
     
    13731373/* Directory where architecture-independent configuration files live. */ 
    13741374#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/" 
    13761376#endif 
    13771377 
     
    13791379   live. */ 
    13801380#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" 
    13821382#endif 
    13831383 
    13841384/* Directory where architecture-independent configuration files live. */ 
    13851385#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/" 
    13871387#endif 
    13881388 
     
    13901390   live. */ 
    13911391#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" 
    13931393#endif 
    13941394 
     
    15081508/* Version number of package */ 
    15091509#ifndef MAGICKCORE_VERSION 
    1510 #define MAGICKCORE_VERSION "6.7.6-10" 
     1510#define MAGICKCORE_VERSION "6.7.7-0" 
    15111511#endif 
    15121512 
  • ImageMagick/branches/ImageMagick-6/magick/version.h

    r7931 r7956  
    2828#define MagickPackageName "ImageMagick" 
    2929#define MagickCopyright  "Copyright (C) 1999-2012 ImageMagick Studio LLC" 
    30 #define MagickSVNRevision  "7929" 
    31 #define MagickLibVersion  0x676 
    32 #define MagickLibVersionText  "6.7.6" 
     30#define MagickSVNRevision  "7955" 
     31#define MagickLibVersion  0x677 
     32#define MagickLibVersionText  "6.7.7" 
    3333#define MagickLibVersionNumber  5,0,0 
    34 #define MagickLibAddendum  "-10" 
     34#define MagickLibAddendum  "-0" 
    3535#define MagickLibInterface  5 
    3636#define MagickLibMinInterface  5 
    37 #define MagickReleaseDate  "2012-05-15" 
    38 #define MagickChangeDate   "20120514" 
     37#define MagickReleaseDate  "2012-05-17" 
     38#define MagickChangeDate   "20120516" 
    3939#define MagickAuthoritativeURL  "http://www.imagemagick.org" 
    4040#if defined(MAGICKCORE_OPENMP_SUPPORT) 
     
    5959#endif 
    6060#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" 
    6262#if (MAGICKCORE_QUANTUM_DEPTH == 8) 
    6363#define MagickQuantumDepth  "Q8" 
  • ImageMagick/branches/ImageMagick-6/utilities/ImageMagick.1

    r7387 r7956  
    6868interprets and executes scripts written in the Magick Scripting Language (MSL). 
    6969.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/. 
     70For 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/. 
    7171.SH SEE ALSO 
    7272convert(1), identify(1), composite(1), montage(1), compare(1), display(1), animate(1), import(1), conjure(1), quantize(5), miff(4) 
    7373 
    7474.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\fP 
     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.7/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/branches/ImageMagick-6/utilities/animate.1

    r7387 r7956  
    88The \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. 
    99 
    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. 
     10For 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. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    9494.SH COPYRIGHT 
    9595 
    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\fP 
     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.7/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/branches/ImageMagick-6/utilities/compare.1

    r7387 r7956  
    88The \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. 
    99 
    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. 
     10For 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. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    6767.SH COPYRIGHT 
    6868 
    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\fP 
     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.7/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/branches/ImageMagick-6/utilities/composite.1

    r7387 r7956  
    88The \fBcomposite\fP program is a member of the ImageMagick(1) suite of tools.  Use it to overlap one image over another. 
    99 
    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. 
     10For 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. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    104104.SH COPYRIGHT 
    105105 
    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\fP 
     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.7/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/branches/ImageMagick-6/utilities/conjure.1

    r7387 r7956  
    88The \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. 
    99 
    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. 
     10For 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. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    3232.SH COPYRIGHT 
    3333 
    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\fP 
     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.7/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/branches/ImageMagick-6/utilities/convert.1

    r7387 r7956  
    88The \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.   
    99 
    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. 
     10For 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. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    269269 
    270270.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\fP 
     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.7/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/branches/ImageMagick-6/utilities/display.1

    r7387 r7956  
    88The \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. 
    99 
    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. 
     10For 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. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    126126.SH COPYRIGHT 
    127127 
    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\fP 
     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.7/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/branches/ImageMagick-6/utilities/identify.1

    r7387 r7956  
    88The \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. 
    99 
    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. 
     10For 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. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    6262.SH COPYRIGHT 
    6363 
    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\fP 
     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.7/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/branches/ImageMagick-6/utilities/import.1

    r7387 r7956  
    88The \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. 
    99 
    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. 
     10For 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. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    9595.SH COPYRIGHT 
    9696 
    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\fP 
     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.7/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/branches/ImageMagick-6/utilities/mogrify.1

    r7387 r7956  
    88The \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. 
    99 
    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. 
     10For 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. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    269269.SH COPYRIGHT 
    270270 
    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\fP 
     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.7/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/branches/ImageMagick-6/utilities/montage.1

    r7387 r7956  
    88The \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. 
    99 
    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. 
     10For 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. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    132132.SH COPYRIGHT 
    133133 
    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\fP 
     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.7/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/branches/ImageMagick-6/utilities/stream.1

    r7387 r7956  
    88\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. 
    99 
    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. 
     10For 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. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    5555.SH COPYRIGHT 
    5656 
    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\fP 
     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.7/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/branches/ImageMagick-6/version.sh

    r7816 r7956  
    1111# Package version.  This is is the numeric version suffix applied to 
    1212# PACKAGE_NAME (e.g. "1.0.0"). 
    13 PACKAGE_VERSION='6.7.6' 
    14 PACKAGE_PERL_VERSION='6.76' 
    15 PACKAGE_LIB_VERSION="0x676" 
    16 PACKAGE_RELEASE="10" 
    17 PACKAGE_LIB_VERSION_NUMBER="6,7,6,${PACKAGE_RELEASE}" 
     13PACKAGE_VERSION='6.7.7' 
     14PACKAGE_PERL_VERSION='6.77' 
     15PACKAGE_LIB_VERSION="0x677" 
     16PACKAGE_RELEASE="0" 
     17PACKAGE_LIB_VERSION_NUMBER="6,7,7,${PACKAGE_RELEASE}" 
    1818PACKAGE_RELEASE_DATE=`date +%F` 
    1919PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" 
  • ImageMagick/branches/ImageMagick-6/wand/Wand-config

    r7059 r7956  
    3636      ;; 
    3737    --version) 
    38       echo '6.7.6 Q16 ' 
     38      echo '6.7.7 Q16 ' 
    3939      ;; 
    4040    --cflags) 
  • ImageMagick/branches/ImageMagick-6/wand/Wand.pc

    r7059 r7956  
    55 
    66Name: Wand 
    7 Version: 6.7.6 
     7Version: 6.7.7 
    88Description:  MagickWand - C API for ImageMagick 
    99Requires: ImageMagick 
Note: See TracChangeset for help on using the changeset viewer.