I just find Image Magick and I think it is exactly what I want but I have a little problem which can be easily solve I think.
I have 33 JPG files, 20 Ko each and I use
Code: Select all
convert -delay 100 -loop 0 *.jpg mygif.gif
33 x 20 Ko = 660 Ko + gif stuff I thought it should be something like 1 Mo for the gif... But 5 Mo !
I just read the doc and find -coalesce, -layers optimize but it didn't go under 5 Mo.
Could you please give me some advice to create a gif with a descent file size ?
Thx a lot