6.8.8-Q16
I'm a newbie to ImageMagick, so I have some really basic needs
I can successfully create an animated gif using the following : ( 100 bmp frames @ 1024x768 )
Code: Select all
onvert.exe -resize 512x384 -delay 33 -brightness-contrast 15 -type optimize -dispose none c:/bmp/*.bmp -loop 0 c:/acad/1000.gifApprox 1.2 MB to 1.5 MB
Thanks ! -David