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.
[Resolved] possible bug disposal background IM 6.7.7.6
- 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
Last edited by fmw42 on 2012-06-06T20:25:30-07:00, edited 1 time in total.
- 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.
It doesn't for me!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
- 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.
On Safari it has a white background and leaves black squares. On Firefox it has a transparent background and is fine.anthony wrote:It doesn't for me!
So it appears to be a limitation of Safari.
Fred
- 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
I was testing with "animate".
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
- 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
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.
Re: [Resolved] possible bug disposal background IM 6.7.7.6
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):
In Opera, Chrome (webkit engine, as Safari), IE and Firefox everything is fine.
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):
In Opera, Chrome (webkit engine, as Safari), IE and Firefox everything is fine.