LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Using convert makes weird animated image (https://www.linuxquestions.org/questions/linux-newbie-8/using-convert-makes-weird-animated-image-4175432374/)

errigour 10-15-2012 06:49 PM

Using convert makes weird animated image
 
I made an animated image but parts of the images leak over to the other image. Like one image displays itself and what was left over from the image before it. Im wondering if there is a way for convert to make an image that displays each image at a time so that there wont be left over pixels when displaying the animated image.

Heres the command Im using:
Code:

convert -delay 50 beholder_dread.331.png -delay 50 beholder_dread.351.png dragon_clsc.gif
Parts of beholder_dread.351.png always show when displaying the animation. I want it to display each image at a time is it possible?


All times are GMT -5. The time now is 03:40 PM.