Convert animated gif result in a large size
Posted: 2007-01-18T20:27:01-07:00
original size: 130x167
convert.exe original.gif -coalesce original-1.gif
convert.exe -geometry 100x167 original-1.gif output.gif
the image is smaller, but the size is larger, how to fix this?
convert.exe original.gif -coalesce original-1.gif
convert.exe -geometry 100x167 original-1.gif output.gif
the image is smaller, but the size is larger, how to fix this?