]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 22 May 2015 23:38:13 +0000 (23:38 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 22 May 2015 23:38:13 +0000 (23:38 +0000)
MagickCore/feature.c

index f234bd803c63655a954bdbb66b99215d811b7108..35457dd3bf18962972ab40d70e065dc252a41307 100644 (file)
@@ -296,6 +296,7 @@ MagickExport Image *CannyEdgeImage(const Image *image,const double radius,
       edge_image=DestroyImage(edge_image);
       return((Image *) NULL);
     }
+  (void) SetImageAlphaChannel(edge_image,OffAlphaChannel,exception);
   /*
     Find the intensity gradient of the image.
   */