diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index d7e1d7991dd..41c991f09c6 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -7908,6 +7908,7 @@ imagemagick_compute_animated_image (MagickWand *super_wand, int ino) | |||
| 7908 | MagickGetImagePage (sub_wand, &source_width, &source_height, | 7908 | MagickGetImagePage (sub_wand, &source_width, &source_height, |
| 7909 | &source_left, &source_top); | 7909 | &source_left, &source_top); |
| 7910 | 7910 | ||
| 7911 | /* This flag says how to handle transparent pixels. */ | ||
| 7911 | dispose = MagickGetImageDispose (sub_wand); | 7912 | dispose = MagickGetImageDispose (sub_wand); |
| 7912 | 7913 | ||
| 7913 | source_iterator = NewPixelIterator (sub_wand); | 7914 | source_iterator = NewPixelIterator (sub_wand); |
| @@ -7968,7 +7969,7 @@ imagemagick_compute_animated_image (MagickWand *super_wand, int ino) | |||
| 7968 | PixelSetMagickColor (dest[x + source_left], &pixel); | 7969 | PixelSetMagickColor (dest[x + source_left], &pixel); |
| 7969 | } | 7970 | } |
| 7970 | } | 7971 | } |
| 7971 | PixelSyncIterator(dest_iterator); | 7972 | PixelSyncIterator (dest_iterator); |
| 7972 | } | 7973 | } |
| 7973 | 7974 | ||
| 7974 | DestroyPixelIterator (source_iterator); | 7975 | DestroyPixelIterator (source_iterator); |