From: cristy Date: Sun, 5 Feb 2012 21:10:04 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=530c822410a5c3ffb740288bcba435a82b534c8c;p=imagemagick --- diff --git a/coders/rgb.c b/coders/rgb.c index aef2619ae..4e8de18c3 100644 --- a/coders/rgb.c +++ b/coders/rgb.c @@ -1119,7 +1119,7 @@ static MagickBooleanType WriteRGBImage(const ImageInfo *image_info, { quantum_type=RGBOQuantum; if (image->matte == MagickFalse) - SetImageAlphaChannel(image,QuantumRange-OpaqueAlphaChannel,exception); + SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); } scene=0; do