trevor / ImageMagick

mirror https://subversion.imagemagick.org/subversion/ImageMagick
http://www.imagemagick.org/
40 stars 16 forks source link

Animated gifs broken with certain images #2

Closed Soleone closed 11 years ago

Soleone commented 11 years ago

Problem

When resizing certain animated gifs the resulting image appears "broken": broken image

Replication Steps

Download the original animated gif

original-image

Convert using convert -resize 100x75 radient.gif radient1_small.gif

More information

It looks like the offset is not properly set on the resized version.

Frames of the original image:

original-frames

Frames of the resized image:

resized-frames

wisq commented 11 years ago

I was the one that mentioned the whole "offset" thing (with screenshots from the Gimp's layers viewer), but now I realise, the frames beyond the first aren't being offset, they're just being resized incorrectly. Even if they were moved to the correct position, they would be too large.

I guess it's misreading the sizes of the additional frames, or something. Not sure.

trevor commented 11 years ago

this is a git mirror since imagemagick is still using subversion. i'm not a maintainer.

Soleone commented 11 years ago

okay, sent this report to magick-bugs@imagemagick.org