Search found 1 match

by stangogh@gmail.com
2017-10-30T13:05:59-07:00
Forum: Users
Topic: Convert generates large.gif file size from images with small sizes.
Replies: 1
Views: 3330

Convert generates large.gif file size from images with small sizes.

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 ...