From: Lars Magne Ingebrigtsen Date: Thu, 15 Aug 2013 20:17:35 +0000 (+0200) Subject: Add comment. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~218 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f8a692622e18520c11ae7ae0c3e51b04b410790;p=emacs.git Add comment. --- diff --git a/src/image.c b/src/image.c index 3d12ea8e9eb..41c991f09c6 100644 --- a/src/image.c +++ b/src/image.c @@ -7908,6 +7908,7 @@ imagemagick_compute_animated_image (MagickWand *super_wand, int ino) MagickGetImagePage (sub_wand, &source_width, &source_height, &source_left, &source_top); + /* This flag says how to handle transparent pixels. */ dispose = MagickGetImageDispose (sub_wand); source_iterator = NewPixelIterator (sub_wand);