2009/3/5

How to convert jpg to gif

Here reveals very simple command. I suggest you have to read the convert help.
For example, if you want to convert many file named haha01.jpg, haha02.jpg, .... etc.
please type

convert -delay 500 haha*.jpg test.gif

delay time unit is (ms)
then , apply firefox to read test.gif like that

firefox test.gif