summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2013-08-15 22:17:35 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2013-08-15 22:17:35 +0200
commit0f8a692622e18520c11ae7ae0c3e51b04b410790 (patch)
treed90e61906a11858beb0bb1c853ba93fe02c96eb3 /src
parent1eade9434208f966037ca01e96db1e156b51e215 (diff)
downloademacs-0f8a692622e18520c11ae7ae0c3e51b04b410790.tar.gz
Add comment.
Diffstat (limited to 'src')
-rw-r--r--src/image.c1
1 files changed, 1 insertions, 0 deletions
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);