From 0e49624daa67b09b899199400544832fca1fea7e Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 19 Mar 2011 13:00:57 +0000 Subject: [PATCH] --- Makefile.am | 2 +- Makefile.in | 2 +- config/configure.xml | 2 +- magick/version.h | 2 +- utilities/convert.1 | 2 +- utilities/mogrify.1 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 97ff0fd43..e19776d98 100644 --- a/Makefile.am +++ b/Makefile.am @@ -241,7 +241,7 @@ dist-hook: # Install HTML files pkgdocdir = $(DOCUMENTATION_PATH) -DOCDIRS = images www www/api www/source www/api/MagickCore www/api/MagickWand www/Magick++ +DOCDIRS = images images/patterns www www/api www/source www/api/MagickCore www/api/MagickWand www/Magick++ HTML_INSTALL_DATA_TARGETS = install-data-html install-data-html: $(mkinstalldirs) $(DESTDIR)$(pkgdocdir) diff --git a/Makefile.in b/Makefile.in index c6dd93711..aa47c24ae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4727,7 +4727,7 @@ DISTDIRS = images scenes scripts www PerlMagick # Install HTML files pkgdocdir = $(DOCUMENTATION_PATH) -DOCDIRS = images www www/api www/source www/api/MagickCore www/api/MagickWand www/Magick++ +DOCDIRS = images images/patterns www www/api www/source www/api/MagickCore www/api/MagickWand www/Magick++ HTML_INSTALL_DATA_TARGETS = install-data-html # Uninstall HTML files diff --git a/config/configure.xml b/config/configure.xml index 2d417543f..84a5ecbc6 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -9,7 +9,7 @@ - + diff --git a/magick/version.h b/magick/version.h index ae7a52d4b..ad0568320 100644 --- a/magick/version.h +++ b/magick/version.h @@ -33,7 +33,7 @@ extern "C" { #define MagickLibAddendum "-6" #define MagickLibInterface 4 #define MagickLibMinInterface 4 -#define MagickReleaseDate "2011-03-18" +#define MagickReleaseDate "2011-03-19" #define MagickChangeDate "20110314" #define MagickAuthoritativeURL "http://www.imagemagick.org" #if defined(MAGICKCORE_OPENMP_SUPPORT) diff --git a/utilities/convert.1 b/utilities/convert.1 index 84ca8aea0..e98f6ea9c 100644 --- a/utilities/convert.1 +++ b/utilities/convert.1 @@ -76,7 +76,7 @@ Image Settings: \-scene value image scene number \-seed value seed a new sequence of pseudo-random numbers \-size geometry width and height of image - \-statistic type radius + \-statistic type geometry replace each pixel with corresponding statistic from the neighborhood \-stretch type render text with this font stretch \-stroke color graphic primitive stroke color diff --git a/utilities/mogrify.1 b/utilities/mogrify.1 index 399797af5..7448638a6 100644 --- a/utilities/mogrify.1 +++ b/utilities/mogrify.1 @@ -206,7 +206,7 @@ Image Operators: \-solarize threshold negate all pixels above the threshold level \-splice geometry splice the background color into the image \-spread amount displace image pixels by a random amount - \-statistic type radius + \-statistic type geometry replace each pixel with corresponding statistic from the neighborhood \-strip strip image of all profiles and comments \-swirl degrees swirl image pixels about the center -- 2.40.0