I run a simulation of an Astrophysical problem and et the end i've a lot of file.png .
So i decided to create a file.gif with the following command :
Code: Select all
convert -delay 20 -loop 0 rho.*.png animation.gif
Code: Select all
convert -delay 20 -loop 0 rho.*.png animation.gif