]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 22 Jan 2013 23:27:31 +0000 (23:27 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 22 Jan 2013 23:27:31 +0000 (23:27 +0000)
coders/plasma.c

index 958d3f65befb9544d7d7f9d8e79cf9bc5b51e57c..5664d3e7379b1cee3dbd63c76251a7ca6334f470 100644 (file)
@@ -214,7 +214,7 @@ static Image *ReadPlasmaImage(const ImageInfo *image_info,
     if (status == MagickFalse)
       break;
   }
-  (void) SetImageAlphaChannel(image,DeactivateAlphaChannel,exception);
+  (void) SetImageAlphaChannel(image,SetAlphaChannel,exception);
   return(GetFirstImageInList(image));
 }
 \f