From 0f8a692622e18520c11ae7ae0c3e51b04b410790 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 15 Aug 2013 22:17:35 +0200 Subject: [PATCH] Add comment. --- src/image.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5