}
for (x=0; x < (ssize_t) image->columns; x++)
{
+ double
+ gamma;
+
MagickRealType
alpha,
Da,
Dc,
- gamma,
Sa,
Sc;
GetPixelInfo(composite_image,&source_pixel);
for (x=0; x < (ssize_t) image->columns; x++)
{
+ double
+ gamma;
+
MagickRealType
alpha,
Da,
Dc,
Dca,
- gamma,
Sa,
Sc,
Sca;
** transparent pixels are not part of the results.
*/
double
- alpha, /* alpha weighting for colors : alpha */
gamma; /* divisor, sum of color alpha weighting */
+
+ MagickRealType
+ alpha; /* alpha weighting for colors : alpha */
+
size_t
count; /* alpha valus collected, number kernel values */
** transparent pixels are not part of the results.
*/
double
- alpha, /* alpha weighting for colors : alpha */
gamma; /* divisor, sum of color alpha weighting */
+
+ MagickRealType
+ alpha; /* alpha weighting for colors : alpha */
+
size_t
count; /* alpha valus collected, number kernel values */