Skip to content

Instantly share code, notes, and snippets.

@connorads
Created September 27, 2024 15:07
Show Gist options
  • Save connorads/86aec1338ba67d4a146dc7081d85a03d to your computer and use it in GitHub Desktop.
Save connorads/86aec1338ba67d4a146dc7081d85a03d to your computer and use it in GitHub Desktop.
Compress a .gif

Too big to upload somewhere, why not compress with gifsicle?

gifsicle --lossy=200 --scale 0.6 Screen\ Cast\ 2024-09-27\ at\ 3.59.08\ PM.gif -o compressed.gif 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment