You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 warningtrivial 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
The text was updated successfully, but these errors were encountered: