[Resolved] possible bug disposal background IM 6.7.7.6

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

[Resolved] possible bug disposal background IM 6.7.7.6

Post by fmw42 »

IM 6.7.7.6 Q16 Mac OSX Snow Leopard

I am not sure if this is a bug or not. But I am lead to believe that -disposal background should clear the frame to transparent background before going on. Anthony's example at http://www.imagemagick.org/Usage/anim_b ... background seems to be leaving black holes rather than transparent. Do I misunderstand or is this a bug.
Last edited by fmw42 on 2012-06-06T20:25:30-07:00, edited 1 time in total.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: possible bug gif animation disposal background IM 6.7.7.

Post by anthony »

It doesn't for me!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug gif animation disposal background IM 6.7.7.

Post by fmw42 »

anthony wrote:It doesn't for me!
On Safari it has a white background and leaves black squares. On Firefox it has a transparent background and is fine.

So it appears to be a limitation of Safari.

Fred
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: [Resolved] possible bug disposal background IM 6.7.7.6

Post by anthony »

I was testing with "animate". :-)
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: [Resolved] possible bug disposal background IM 6.7.7.6

Post by fmw42 »

anthony wrote:I was testing with "animate". :-)

It was a test for something I am scripting and want to show as an animation on my web site. So I needed to use a browser to test. Too bad Safari is not up to speed on disposal methods in gif animations.
User avatar
Offshore
Posts: 1
Joined: 2012-08-19T07:13:10-07:00
Authentication code: 67789
Contact:

Re: [Resolved] possible bug disposal background IM 6.7.7.6

Post by Offshore »

Same problem:
convert -delay 15 -dispose background ...files... -channel A -ordered-dither o8x8 result.gif

The result (view on Safari to see the bug, appears on Safari for Windows, on iPad 2, on New iPad, possibly Safari for MacOS and iPad 1):
Image

In Opera, Chrome (webkit engine, as Safari), IE and Firefox everything is fine.
Post Reply