From b0237280de05077cc4aaf362ae2682e575eb1703 Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 18 Mar 2011 18:47:02 +0000 Subject: [PATCH] --- PerlMagick/Makefile.PL | 2 +- config/configure.xml | 8 ++++---- libtool | 2 +- magick/version.h | 4 ++-- utilities/convert.1 | 2 ++ utilities/mogrify.1 | 2 ++ 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/PerlMagick/Makefile.PL b/PerlMagick/Makefile.PL index db344b7a7..285f9df87 100644 --- a/PerlMagick/Makefile.PL +++ b/PerlMagick/Makefile.PL @@ -158,7 +158,7 @@ foreach my $delegate (@tested_delegates) { # defaults for LIBS & INC & CCFLAGS params that we later pass to Writemakefile my $INC_magick = '-I../ -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/graphviz -I/usr/include/freetype2 -I/usr/include/libxml2 -I"' . $Config{'usrinc'} . '/ImageMagick"'; my $LIBS_magick = '-L../magick/.libs -lMagickCore -lperl -lm'; -my $CCFLAGS_magick = "$Config{'ccflags'} -fopenmp -I/usr/include/python3.1 -Wall -pthread"; +my $CCFLAGS_magick = "$Config{'ccflags'} -fopenmp -g -O2 -Wall -pthread"; my $LDFLAGS_magick = "-L../magick/.libs -lMagickCore $Config{'ldflags'} "; my $LDDLFLAGS_magick = "-L../magick/.libs -lMagickCore $Config{'lddlflags'} "; diff --git a/config/configure.xml b/config/configure.xml index f26e3f6cd..2d417543f 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -9,13 +9,13 @@ - - + + - + @@ -23,7 +23,7 @@ - + diff --git a/libtool b/libtool index 9b13d52d6..113918329 100755 --- a/libtool +++ b/libtool @@ -164,7 +164,7 @@ lock_old_archive_extraction=no LTCC="gcc -std=gnu99 -std=gnu99" # LTCC compiler flags. -LTCFLAGS="-fopenmp -I/usr/include/python3.1 -Wall -pthread" +LTCFLAGS="-fopenmp -g -O2 -Wall -pthread" # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe="sed -n -e 's/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p' | sed '/ __gnu_lto/d'" diff --git a/magick/version.h b/magick/version.h index 18624167c..ae7a52d4b 100644 --- a/magick/version.h +++ b/magick/version.h @@ -33,8 +33,8 @@ extern "C" { #define MagickLibAddendum "-6" #define MagickLibInterface 4 #define MagickLibMinInterface 4 -#define MagickReleaseDate "2011-03-17" -#define MagickChangeDate "20110317" +#define MagickReleaseDate "2011-03-18" +#define MagickChangeDate "20110314" #define MagickAuthoritativeURL "http://www.imagemagick.org" #if defined(MAGICKCORE_OPENMP_SUPPORT) #define MagickOpenMPFeature "OpenMP " diff --git a/utilities/convert.1 b/utilities/convert.1 index 1862f5851..84ca8aea0 100644 --- a/utilities/convert.1 +++ b/utilities/convert.1 @@ -76,6 +76,8 @@ 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 + replace each pixel with corresponding statistic from the neighborhood \-stretch type render text with this font stretch \-stroke color graphic primitive stroke color \-strokewidth value graphic primitive stroke width diff --git a/utilities/mogrify.1 b/utilities/mogrify.1 index b6679b733..399797af5 100644 --- a/utilities/mogrify.1 +++ b/utilities/mogrify.1 @@ -206,6 +206,8 @@ 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 + 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 \-threshold value threshold the image -- 2.40.0