From: anthony Date: Thu, 14 Apr 2011 02:59:06 +0000 (+0000) Subject: minor note X-Git-Tag: 7.0.1-0~7744 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77cc4a4cdacc3bfa65d114bcca811cc718a75359;p=imagemagick minor note --- diff --git a/wand/mogrify.c b/wand/mogrify.c index 2cf42d835..723740e46 100644 --- a/wand/mogrify.c +++ b/wand/mogrify.c @@ -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)