From 530c822410a5c3ffb740288bcba435a82b534c8c Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 5 Feb 2012 21:10:04 +0000 Subject: [PATCH] --- coders/rgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0