Changeset 96 for ImageMagick/trunk

Show
Ignore:
Timestamp:
09/12/09 19:41:40 (6 months ago)
Author:
cristy
Message:
 
Location:
ImageMagick/trunk
Files:
29 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/ImageMagick.spec

    r89 r96  
    1 %define VERSION  6.5.6 
    2 %define Patchlevel  0 
     1%define VERSION  6.5.5 
     2%define Patchlevel  10 
    33 
    44Name:           ImageMagick 
  • ImageMagick/trunk/Magick++/bin/Magick++-config

    r89 r96  
    4141      ;; 
    4242    --version) 
    43       echo '6.5.6 Q16 ' 
     43      echo '6.5.5 Q16 ' 
    4444      ;; 
    4545    --cflags) 
  • ImageMagick/trunk/Magick++/lib/ImageMagick++.pc

    r89 r96  
    66 
    77Name: ImageMagick++ 
    8 Version: 6.5.6 
     8Version: 6.5.5 
    99Description: Magick++ - C++ API for ImageMagick 
    1010Requires: ImageMagick 
  • ImageMagick/trunk/PerlMagick/Magick.pm

    r89 r96  
    3131    ); 
    3232 
    33 $VERSION = '6.5.6'; 
     33$VERSION = '6.5.5'; 
    3434 
    3535sub AUTOLOAD { 
     
    110110A Web page has been set up for this extension. See: 
    111111 
    112          file:///usr/local/share/doc/ImageMagick-6.5.6/www/perl-magick.html 
     112         file:///usr/local/share/doc/ImageMagick-6.5.5/www/perl-magick.html 
    113113         http://www.imagemagick.org/script/perl-magick.php 
    114114 
  • ImageMagick/trunk/PerlMagick/Makefile.PL

    r89 r96  
    5454 
    5555   # Module version 
    56    'VERSION' => '6.5.6', 
     56   'VERSION' => '6.5.5', 
    5757 
    5858   # Preprocessor defines 
  • ImageMagick/trunk/coders/pdf.c

    r28 r96  
    14181418          MaxTextExtent); 
    14191419        (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); 
    14231423        break; 
    14241424      } 
     
    18601860          MaxTextExtent); 
    18611861        (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); 
    18651865        break; 
    18661866      } 
  • ImageMagick/trunk/config/configure.xml

    r89 r96  
    88<configuremap> 
    99  <configure name="NAME" value="ImageMagick"/> 
    10   <configure name="LIB_VERSION" value="0x656"/> 
    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"/> 
    1212  <configure name="RELEASE_DATE" value="2009-09-12"/> 
    1313  <configure name="CONFIGURE" value="./configure "/> 
    1414  <configure name="PREFIX" value="/usr/local"/> 
    1515  <configure name="EXEC-PREFIX" value="/usr/local"/> 
    16   <configure name="VERSION" value="6.5.6"/> 
     16  <configure name="VERSION" value="6.5.5"/> 
    1717  <configure name="CC" value="gcc -std=gnu99"/> 
    1818  <configure name="CFLAGS" value="-fopenmp -g -O2 -Wall -W -pthread"/> 
  • ImageMagick/trunk/configure

    r89 r96  
    11#! /bin/sh 
    22# 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. 
    44# 
    55# Report bugs to <http://www.imagemagick.org>. 
     
    750750PACKAGE_NAME='ImageMagick' 
    751751PACKAGE_TARNAME='ImageMagick' 
    752 PACKAGE_VERSION='6.5.6' 
    753 PACKAGE_STRING='ImageMagick 6.5.6' 
     752PACKAGE_VERSION='6.5.5' 
     753PACKAGE_STRING='ImageMagick 6.5.5' 
    754754PACKAGE_BUGREPORT='http://www.imagemagick.org' 
    755755 
     
    18701870  # This message is too long to be a string in the A/UX 3.1 sh. 
    18711871  cat <<_ACEOF 
    1872 \`configure' configures ImageMagick 6.5.6 to adapt to many kinds of systems. 
     1872\`configure' configures ImageMagick 6.5.5 to adapt to many kinds of systems. 
    18731873 
    18741874Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    19451945if test -n "$ac_init_help"; then 
    19461946  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:";; 
    19481948   esac 
    19491949  cat <<\_ACEOF 
     
    21492149if $ac_init_version; then 
    21502150  cat <<\_ACEOF 
    2151 ImageMagick configure 6.5.6 
     2151ImageMagick configure 6.5.5 
    21522152generated by GNU Autoconf 2.63 
    21532153 
     
    21632163running configure, to aid debugging if configure makes a mistake. 
    21642164 
    2165 It was created by ImageMagick $as_me 6.5.6, which was 
     2165It was created by ImageMagick $as_me 6.5.5, which was 
    21662166generated by GNU Autoconf 2.63.  Invocation command line was 
    21672167 
     
    4658746587# values after options handling. 
    4658846588ac_log=" 
    46589 This file was extended by ImageMagick $as_me 6.5.6, which was 
     46589This file was extended by ImageMagick $as_me 6.5.5, which was 
    4659046590generated by GNU Autoconf 2.63.  Invocation command line was 
    4659146591 
     
    4665046650cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    4665146651ac_cs_version="\\ 
    46652 ImageMagick config.status 6.5.6 
     46652ImageMagick config.status 6.5.5 
    4665346653configured by $0, generated by GNU Autoconf 2.63, 
    4665446654  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
  • ImageMagick/trunk/configure.ac

    r89 r96  
    1616 
    1717AC_PREREQ(2.63) 
    18 AC_INIT([ImageMagick],[6.5.6],[http://www.imagemagick.org],[ImageMagick]) 
     18AC_INIT([ImageMagick],[6.5.5],[http://www.imagemagick.org],[ImageMagick]) 
    1919AC_CONFIG_SRCDIR([magick/MagickCore.h]) 
    2020AC_CONFIG_AUX_DIR([config]) 
  • ImageMagick/trunk/libtool

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

    r89 r96  
    66Name: ImageMagick 
    77Description: ImageMagick - Convert, Edit, and Compose Images 
    8 Version: 6.5.6 
     8Version: 6.5.5 
    99Libs: -L${libdir} -lMagickCore 
    1010Cflags: -I${includedir} -fopenmp 
  • ImageMagick/trunk/magick/Magick-config

    r89 r96  
    3838      ;; 
    3939    --version) 
    40       echo '6.5.6 Q16 ' 
     40      echo '6.5.5 Q16 ' 
    4141      ;; 
    4242    --cflags) 
  • ImageMagick/trunk/magick/magick-config.h

    r89 r96  
    3737/* Location of coder modules */ 
    3838#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/"  
    4040#endif 
    4141 
    4242/* Subdirectory of lib where coder modules are installed */ 
    4343#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"  
    4545#endif 
    4646 
    4747/* Directory where architecture-dependent configuration files live. */ 
    4848#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/"  
    5050#endif 
    5151 
     
    5353   */ 
    5454#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"  
    5656#endif 
    5757 
     
    6363/* Directory where ImageMagick documents live. */ 
    6464#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/"  
    6666#endif 
    6767 
     
    8888/* Location of filter modules */ 
    8989#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/"  
    9191#endif 
    9292 
    9393/* Subdirectory of lib where filter modules are installed */ 
    9494#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"  
    9696#endif 
    9797 
     
    963963/* Directory where architecture-dependent files live. */ 
    964964#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/"  
    966966#endif 
    967967 
     
    969969   installed */ 
    970970#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"  
    972972#endif 
    973973 
     
    10401040/* Define to the full name and version of this package. */ 
    10411041#ifndef MAGICKCORE_PACKAGE_STRING  
    1042 #define MAGICKCORE_PACKAGE_STRING  "ImageMagick 6.5.6"  
     1042#define MAGICKCORE_PACKAGE_STRING  "ImageMagick 6.5.5"  
    10431043#endif 
    10441044 
     
    10501050/* Define to the version of this package. */ 
    10511051#ifndef MAGICKCORE_PACKAGE_VERSION  
    1052 #define MAGICKCORE_PACKAGE_VERSION  "6.5.6"  
     1052#define MAGICKCORE_PACKAGE_VERSION  "6.5.5"  
    10531053#endif 
    10541054 
     
    10971097/* Directory where architecture-independent configuration files live. */ 
    10981098#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/"  
    11001100#endif 
    11011101 
     
    11031103   live. */ 
    11041104#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"  
    11061106#endif 
    11071107 
    11081108/* Directory where architecture-independent files live. */ 
    11091109#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/"  
    11111111#endif 
    11121112 
  • ImageMagick/trunk/magick/version.h

    r89 r96  
    2828#define MagickPackageName "ImageMagick" 
    2929#define MagickCopyright  "Copyright (C) 1999-2009 ImageMagick Studio LLC" 
    30 #define MagickLibVersion  0x656 
    31 #define MagickLibVersionText  "6.5.6" 
     30#define MagickLibVersion  0x655 
     31#define MagickLibVersionText  "6.5.5" 
    3232#define MagickLibVersionNumber  2,0,0 
    33 #define MagickLibSubversion  "-0" 
     33#define MagickLibSubversion  "-10" 
    3434#define MagickReleaseDate  "2009-09-12" 
    3535#define MagickChangeDate   "20090911" 
    3636#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" 
    3838#if (MAGICKCORE_QUANTUM_DEPTH == 8) 
    3939#define MagickQuantumDepth  "Q8" 
  • ImageMagick/trunk/utilities/ImageMagick.1

    r89 r96  
    6262interprets and executes scripts written in the Magick Scripting Language (MSL). 
    6363.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/. 
     64For 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/. 
    6565.SH SEE ALSO 
    6666convert(1), identify(1), composite(1), montage(1), compare(1), display(1), animate(1), import(1), conjure(1), quantize(5), miff(4) 
    6767 
    6868.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\fP 
     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.5/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/trunk/utilities/animate.1

    r89 r96  
    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.5.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.5.5/www/animate.html or http://www.imagemagick.org/script/animate.php. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    9494.SH COPYRIGHT 
    9595 
    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\fP 
     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.5/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/trunk/utilities/compare.1

    r89 r96  
    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.5.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.5.5/www/compare.html or http://www.imagemagick.org/script/compare.php. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    6464.SH COPYRIGHT 
    6565 
    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\fP 
     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.5/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/trunk/utilities/composite.1

    r89 r96  
    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.5.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.5.5/www/composite.html or http://www.imagemagick.org/script/composite.php. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    102102.SH COPYRIGHT 
    103103 
    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\fP 
     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.5/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/trunk/utilities/conjure.1

    r89 r96  
    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.5.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.5.5/www/conjure.html or http://www.imagemagick.org/script/conjure.php. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    3232.SH COPYRIGHT 
    3333 
    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\fP 
     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.5/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/trunk/utilities/convert.1

    r89 r96  
    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.5.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.5.5/www/convert.html or http://www.imagemagick.org/script/convert.php. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    254254 
    255255.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\fP 
     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.5/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/trunk/utilities/display.1

    r89 r96  
    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.5.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.5.5/www/display.html or http://www.imagemagick.org/script/display.php. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    126126.SH COPYRIGHT 
    127127 
    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\fP 
     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.5/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/trunk/utilities/identify.1

    r89 r96  
    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.5.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.5.5/www/identify.html or http://www.imagemagick.org/script/identify.php. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    5757.SH COPYRIGHT 
    5858 
    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\fP 
     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.5/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/trunk/utilities/import.1

    r89 r96  
    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.5.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.5.5/www/import.html or http://www.imagemagick.org/script/import.php. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    9393.SH COPYRIGHT 
    9494 
    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\fP 
     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.5/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/trunk/utilities/mogrify.1

    r89 r96  
    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.5.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.5.5/www/mogrify.html or http://www.imagemagick.org/script/mogrify.php. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    257257.SH COPYRIGHT 
    258258 
    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\fP 
     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.5/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/trunk/utilities/montage.1

    r89 r96  
    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.5.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.5.5/www/montage.html or http://www.imagemagick.org/script/montage.php. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    122122.SH COPYRIGHT 
    123123 
    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\fP 
     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.5/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/trunk/utilities/stream.1

    r89 r96  
    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.5.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.5.5/www/stream.html or http://www.imagemagick.org/script/stream.php. 
    1111.SH DESCRIPTION 
    1212Image Settings: 
     
    5454.SH COPYRIGHT 
    5555 
    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\fP 
     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.5/www/license.html or http://www.imagemagick.org/script/license.php\fP 
  • ImageMagick/trunk/version.sh

    r89 r96  
    1111# Package version.  This is is the numeric version suffix applied to 
    1212# PACKAGE_NAME (e.g. "1.0.0"). 
    13 PACKAGE_VERSION='6.5.6' 
    14 PACKAGE_LIB_VERSION="0x656" 
    15 PACKAGE_RELEASE="0" 
    16 PACKAGE_LIB_VERSION_NUMBER="6,5,6,${PACKAGE_RELEASE}" 
     13PACKAGE_VERSION='6.5.5' 
     14PACKAGE_LIB_VERSION="0x655" 
     15PACKAGE_RELEASE="10" 
     16PACKAGE_LIB_VERSION_NUMBER="6,5,5,${PACKAGE_RELEASE}" 
    1717PACKAGE_RELEASE_DATE=`date +%F` 
    1818PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION" 
  • ImageMagick/trunk/wand/Wand-config

    r89 r96  
    3838      ;; 
    3939    --version) 
    40       echo '6.5.6 Q16 ' 
     40      echo '6.5.5 Q16 ' 
    4141      ;; 
    4242    --cflags) 
  • ImageMagick/trunk/wand/Wand.pc

    r89 r96  
    55 
    66Name: Wand 
    7 Version: 6.5.6 
     7Version: 6.5.5 
    88Description:  MagickWand - C API for ImageMagick 
    99Requires: ImageMagick