LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   converting .tif images to an animated .gif file with a script (https://www.linuxquestions.org/questions/programming-9/converting-tif-images-to-an-animated-gif-file-with-a-script-188493/)

illiniguy3043 06-01-2004 01:09 PM

converting .tif images to an animated .gif file with a script
 
I'm attempting to make a bunch of .tif images into an animated .gif file with a simple 2 line script but I'm having a problem because after it writes the .tif images into a .gif file when I go to play it in Mozilla on my workstation or Internet Explorer on a Windows machine it just shows the first frame and nothing else. Anyone have any ideas? I put the short script I wrote below. Thanks.


convert -geometry 25%x25% -loop 1 -delay 10 -verbose \
<filenames>.tif movie.gif

darin3200 06-01-2004 01:15 PM

Please don't double post
The rules

illiniguy3043 06-01-2004 03:11 PM

Sorry, I just wasn't getting any replies from the other group I posted the question in. I will be sure to not do that in the future.


All times are GMT -5. The time now is 05:04 PM.