]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Fri, 30 Apr 2010 05:28:41 +0000 (05:28 +0000)
committeranthony <anthony@git.imagemagick.org>
Fri, 30 Apr 2010 05:28:41 +0000 (05:28 +0000)
magick/image.c

index bc38f07072fe4cef8127c899d58b62846521dd93..ca9302a9ef0d35ff7f4c6b75fa0290ba45180fb9 100644 (file)
@@ -2654,7 +2654,7 @@ MagickExport MagickBooleanType SetImageAlphaChannel(Image *image,
       image->matte=MagickFalse;
       break;
     }
-    case ResetAlphaChannel:
+    case ResetAlphaChannel: /* depreciated */
     case OpaqueAlphaChannel:
     {
       status=SetImageOpacity(image,OpaqueOpacity);