File size increase With resize parameter
Posted: 2014-01-18T07:18:37-07:00
Greetings,
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 )
To my surprise, the file size increased with the use of -rsize and / or -type . I would have thought there would have been a substantial decrease. Am I missing some thing?
Approx 1.2 MB to 1.5 MB
Thanks ! -David
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.gif
Approx 1.2 MB to 1.5 MB
Thanks ! -David