Friday, 6 September 2013

Convert to animated gif, transparency does not re-emerge

Convert to animated gif, transparency does not re-emerge

I am making an animated gif.
This gif is 50 frames or so and it contains quite some transparency.
The problem is that when transparency is to reemerge in the gif, it
doesn't and instead continues to display whatever color was at that given
pixel before the transparency was to appear.
How can i make the animated gif showing transparency when the given pixel
becomes transparent?
Below is the terminal command i use to create this flawed gif.
convert -delay 5 -loop 0 pics/1.gif pics/2.gif animation.gif'

No comments:

Post a Comment