* Fix small memory leak (patch provided by Андрей Черный).
* Coder path traversal is not authorized (bug report provided by
Masaaki Chida).
+ * Turn off alpha channel for the compare difference image (reference
+ http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29828).
2016-05-31 7.0.1-8 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.1-8, GIT revision 18334:97775b5:20160531.
image_view=DestroyCacheView(image_view);
(void) CompositeImage(difference_image,highlight_image,image->compose,
MagickTrue,0,0,exception);
+ (void) SetImageAlphaChannel(difference_image,OffAlphaChannel,exception);
highlight_image=DestroyImage(highlight_image);
if (status == MagickFalse)
difference_image=DestroyImage(difference_image);