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

Large GIF being resized changing color palette - what am I doing wrong? #170

Open luphoria opened 3 years ago

luphoria commented 3 years ago

I have a quite large GIF (~120MB) that I was trying to simply resize to 200x200. It worked, however the output had a much lower color palette. I specified --colors 255 and it gave the warning trivial adaptive palette (only 174 colors in source) yet, it clearly has more color than that.. This was the command: gifsicle Uncompressed.gif --resize 200x200 > Resized.gif --colors 255