%global VERSION 6.6.5
-%global Patchlevel 7
+%global Patchlevel 6
Name: ImageMagick
Version: %{VERSION}
{
pixel.red=(MagickRealType) scale[ConstrainPixel(image,(ssize_t)
pixel.red,max_value)];
- pixel.green=(MagickRealType) scale[ConstrainPixel(image,(ssize_t)
- pixel.green,max_value)];
+ pixel.green=(MagickRealType) scale[ConstrainPixel(image,
+ (ssize_t) pixel.green,max_value)];
pixel.blue=(MagickRealType) scale[ConstrainPixel(image,(ssize_t)
pixel.blue,max_value)];
}
MagickBooleanType
proceed;
- proceed=SetImageProgress(image,LoadImageTag,(MagickOffsetType) row,
- image->rows);
+ proceed=SetImageProgress(image,LoadImageTag,(MagickOffsetType)
+ row,image->rows);
if (proceed == MagickFalse)
status=MagickFalse;
}
MagickBooleanType
proceed;
- proceed=SetImageProgress(image,LoadImageTag,(MagickOffsetType) row,
- image->rows);
+ proceed=SetImageProgress(image,LoadImageTag,(MagickOffsetType)
+ row,image->rows);
if (proceed == MagickFalse)
status=MagickFalse;
}
MagickBooleanType
proceed;
- proceed=SetImageProgress(image,LoadImageTag,(MagickOffsetType) row,
- image->rows);
+ proceed=SetImageProgress(image,LoadImageTag,(MagickOffsetType)
+ row,image->rows);
if (proceed == MagickFalse)
status=MagickFalse;
}
if (image->matte != MagickFalse)
{
p=PushCharPixel(p,&pixel);
- SetOpacityPixelComponent(q,ScaleAnyToQuantum(pixel,range));
+ SetOpacityPixelComponent(q,ScaleAnyToQuantum(pixel,
+ range));
}
q++;
}
if (image->matte != MagickFalse)
{
p=PushShortPixel(MSBEndian,p,&pixel);
- SetOpacityPixelComponent(q,ScaleAnyToQuantum(pixel,range));
+ SetOpacityPixelComponent(q,ScaleAnyToQuantum(pixel,
+ range));
}
q++;
}
if (image->matte != MagickFalse)
{
p=PushCharPixel(p,&pixel);
- SetOpacityPixelComponent(q,ScaleAnyToQuantum(pixel,range));
+ SetOpacityPixelComponent(q,ScaleAnyToQuantum(pixel,
+ range));
}
q++;
}
if (image->matte != MagickFalse)
{
p=PushShortPixel(MSBEndian,p,&pixel);
- SetOpacityPixelComponent(q,ScaleAnyToQuantum(pixel,range));
+ SetOpacityPixelComponent(q,ScaleAnyToQuantum(pixel,
+ range));
}
q++;
}
if (image->matte != MagickFalse)
{
p=PushCharPixel(p,&pixel);
- SetOpacityPixelComponent(q,ScaleAnyToQuantum(pixel,range));
+ SetOpacityPixelComponent(q,ScaleAnyToQuantum(pixel,
+ range));
}
q++;
}
if (image->matte != MagickFalse)
{
p=PushShortPixel(MSBEndian,p,&pixel);
- SetOpacityPixelComponent(q,ScaleAnyToQuantum(pixel,range));
+ SetOpacityPixelComponent(q,ScaleAnyToQuantum(pixel,
+ range));
}
q++;
}
MagickBooleanType
proceed;
- proceed=SetImageProgress(image,LoadImageTag,(MagickOffsetType) row,
- image->rows);
+ proceed=SetImageProgress(image,LoadImageTag,(MagickOffsetType)
+ row,image->rows);
if (proceed == MagickFalse)
status=MagickFalse;
}
<configuremap>
<configure name="NAME" value="ImageMagick"/>
<configure name="LIB_VERSION" value="0x665"/>
- <configure name="LIB_VERSION_NUMBER" value="6,6,5,7"/>
+ <configure name="LIB_VERSION_NUMBER" value="6,6,5,6"/>
<configure name="RELEASE_DATE" value="2010-11-06"/>
<configure name="CONFIGURE" value="./configure "/>
<configure name="PREFIX" value="/usr/local"/>
#! /bin/sh
# libtool - Provide generalized library-building support services.
-# Generated automatically by config.status (ImageMagick) 6.6.5-7
+# Generated automatically by config.status (ImageMagick) 6.6.5-6
# Libtool was configured on host magick.imagemagick.org:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
{ "PGX", 0, MagickString("\050\107\020\115\046") },
{ "PICT", 522, MagickString("\000\021\002\377\014\000") },
{ "PNG", 0, MagickString("\211PNG\r\n\032\n") },
- { "PNM", 0, MagickString("P1") },
- { "PNM", 0, MagickString("P2") },
- { "PNM", 0, MagickString("P3") },
- { "PNM", 0, MagickString("P4") },
- { "PNM", 0, MagickString("P5") },
- { "PNM", 0, MagickString("P6") },
- { "PNM", 0, MagickString("P7") },
- { "PNM", 0, MagickString("PF") },
- { "PNM", 0, MagickString("Pf") },
+ { "PBM", 0, MagickString("P1") },
+ { "PGM", 0, MagickString("P2") },
+ { "PPM", 0, MagickString("P3") },
+ { "PBM", 0, MagickString("P4") },
+ { "PGM", 0, MagickString("P5") },
+ { "PPM", 0, MagickString("P6") },
+ { "PAM", 0, MagickString("P7") },
+ { "PFM", 0, MagickString("PF") },
+ { "PFM", 0, MagickString("Pf") },
{ "PS", 0, MagickString("%!") },
{ "PS", 0, MagickString("\004%!") },
{ "PS", 0, MagickString("\305\320\323\306") },
#define MagickLibVersion 0x665
#define MagickLibVersionText "6.6.5"
#define MagickLibVersionNumber 4,0,0
-#define MagickLibAddendum "-7"
+#define MagickLibAddendum "-6"
#define MagickLibInterface 4
#define MagickLibMinInterface 4
#define MagickReleaseDate "2010-11-06"
# PACKAGE_NAME (e.g. "1.0.0").
PACKAGE_VERSION='6.6.5'
PACKAGE_LIB_VERSION="0x665"
-PACKAGE_RELEASE="7"
+PACKAGE_RELEASE="6"
PACKAGE_LIB_VERSION_NUMBER="6,6,5,${PACKAGE_RELEASE}"
PACKAGE_RELEASE_DATE=`date +%F`
PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"