Add comment.

This commit is contained in:
Lars Magne Ingebrigtsen 2013-08-15 22:17:35 +02:00
parent 1eade94342
commit 0f8a692622

View file

@ -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);