Convert generates large.gif file size from images with small sizes.
Posted: 2017-10-30T13:05:59-07:00
I'm using convert to generate an animated gif from 33 jpgs of size 520x293
The command I'm using is:
convert -quiet -delay 1x24 -loop 0 *.jpg animation.gif
The file sizes of the 33 jpgs are all around 38kb, but the output gif is 4.8 gb. What could be the cause?
For reference, the images I'm using to generate the gif can be downloaded here:
https://oveddan.github.io/blog/images/jpegs.zip
and the resulting gif is here:
https://oveddan.github.io/blog/images/d ... rope_a.gif
The command I'm using is:
convert -quiet -delay 1x24 -loop 0 *.jpg animation.gif
The file sizes of the 33 jpgs are all around 38kb, but the output gif is 4.8 gb. What could be the cause?
For reference, the images I'm using to generate the gif can be downloaded here:
https://oveddan.github.io/blog/images/jpegs.zip
and the resulting gif is here:
https://oveddan.github.io/blog/images/d ... rope_a.gif