http://www.imagemagick.org/.
-%package -n perl-%{name}
+%package perl
Summary: ImageMagick perl bindings
Group: System Environment/Libraries
Requires: perl-base
http://www.imagemagick.org/.
-%package -n perl-%{name}
+%package perl
Summary: ImageMagick perl bindings
Group: System Environment/Libraries
Requires: perl-base
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-%description -n perl-%{name}
+%description perl
Perl bindings to ImageMagick.
Install ImageMagick-perl if you want to use any perl scripts that use
<configure name="NAME" value="ImageMagick"/>
<configure name="LIB_VERSION" value="0x668"/>
<configure name="LIB_VERSION_NUMBER" value="6,6,8,0"/>
- <configure name="RELEASE_DATE" value="2011-02-26"/>
+ <configure name="RELEASE_DATE" value="2011-03-04"/>
<configure name="CONFIGURE" value="./configure "/>
<configure name="PREFIX" value="/usr/local"/>
<configure name="EXEC-PREFIX" value="/usr/local"/>
%g image geometry
%h image rows (height)
%k input image number colors
+ %l image label
%m input image format
%p page number
%q input image depth
#define MagickLibAddendum "-0"
#define MagickLibInterface 4
#define MagickLibMinInterface 4
-#define MagickReleaseDate "2011-02-26"
-#define MagickChangeDate "20110222"
+#define MagickReleaseDate "2011-03-04"
+#define MagickChangeDate "20110227"
#define MagickAuthoritativeURL "http://www.imagemagick.org"
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#define MagickOpenMPFeature "OpenMP "
Free font.
*/
if (font_info != (XFontStruct *) NULL)
- (void) XFreeFont(display,font_info);
+ {
+ (void) XFreeFont(display,font_info);
+ font_info=(XFontStruct *) NULL;
+ }
if (map_info != (XStandardColormap *) NULL)
{
/*
\-linear-stretch geometry
improve contrast by `stretching with saturation' the intensity range
\-median radius apply a median filter to the image
+ \-mode radius make each pixel the 'predominate color' of the neighborhood
\-modulate value vary the brightness, saturation, and hue
\-monochrome transform image to black and white
\-morphology method kernel
\-linear-stretch geometry
improve contrast by `stretching with saturation' the intensity range
\-median radius apply a median filter to the image
+ \-mode radius make each pixel the 'predominate color' of the neighborhood
\-modulate value vary the brightness, saturation, and hue
\-monochrome transform image to black and white
\-motion-blur geometry