Monday, April 29, 2024
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 3823  / 2 Years ago, fri, january 14, 2022, 11:37:22

I have created over 600 images from a simulation I ran. I want to convert these images into a GIF format. Can you provide me a way to do so and one that allows me to show each image for >1second.


More From » software-recommendation

 Answers
2

ImageMagick can do it:



convert -delay 100 -loop 0 image*.png animation.gif


Replace image*.png with whatever your images are named.



Install it with:



sudo apt-get install imagemagick


Beware that you'll need a lot of RAM for 600 files.


[#25463] Sunday, January 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lishrag

Total Points: 306
Total Questions: 109
Total Answers: 125

Location: Saint Lucia
Member since Wed, Feb 8, 2023
1 Year ago
;