kohler / gifsicle

Create, manipulate, and optimize GIF images and animations
http://www.lcdf.org/gifsicle/
GNU General Public License v2.0
3.79k stars 241 forks source link

After optimized, the gif become bigger. #163

Closed qiankunxienb closed 3 years ago

qiankunxienb commented 3 years ago

for example, this gif:

7b223610-4a32-4394-a3b9-68e85d7ff4fb

the origin size is 9.9 MB: image

After optimized, the size become 12MB:

image

kohler commented 3 years ago

There is no guarantee that -O1 will actually shrink a GIF. You can try -O3; that might do better; but in general gifsicle never guarantees to shrink a GIF file size.