]> granicus.if.org Git - imagemagick/commitdiff
minor note
authoranthony <anthony@git.imagemagick.org>
Thu, 14 Apr 2011 02:59:06 +0000 (02:59 +0000)
committeranthony <anthony@git.imagemagick.org>
Thu, 14 Apr 2011 02:59:06 +0000 (02:59 +0000)
wand/mogrify.c

index 2cf42d835a0c025b1905eb4d8485d08a51ec1ef9..723740e461ed61cc02444470b466ae303ba82246 100644 (file)
@@ -1061,6 +1061,7 @@ WandExport MagickBooleanType MogrifyImage(ImageInfo *image_info,const int argc,
               }
             /*
               Set the image mask.
+              FUTURE: This Should Be a SetImageAlphaChannel() call, Or two.
             */
             mask_image=GetImageCache(mogrify_info,argv[i+1],exception);
             if (mask_image == (Image *) NULL)