Error om animate half-transparent tif files

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
mufti11
Posts: 2
Joined: 2018-11-21T09:11:59-07:00
Authentication code: 1152

Error om animate half-transparent tif files

Post by mufti11 »

Hi,

When animating tif files with large transparent areas, the images are displayed somewhat joined.
To illustate the error animation is shown with imagemagicks animate and feh -D in a avi movie:

http://wdune.ourproject.org/examples/co ... nimate.avi

The movie is a screenshot of Ubuntu 18.04

so long
MUFTI
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Error om animate half-transparent tif files

Post by fmw42 »

What was your command to build the animation? What is your ImageMagick version? Did you try adding a -dispose method to your animate command? See https://imagemagick.org/script/animate.php and https://imagemagick.org/script/command- ... hp#dispose
mufti11
Posts: 2
Joined: 2018-11-21T09:11:59-07:00
Authentication code: 1152

Re: Error om animate half-transparent tif files

Post by mufti11 »

animate -delay 0.041666 -dispose Background

helps.

This should be default on files with trnasparency...

so long
MUFTI
Post Reply