Skip to content

Instantly share code, notes, and snippets.

@defong
Last active October 25, 2021 13:37
Show Gist options
  • Save defong/33c5b9f3557c5a8a72924763e1798d53 to your computer and use it in GitHub Desktop.
Save defong/33c5b9f3557c5a8a72924763e1798d53 to your computer and use it in GitHub Desktop.
[images] sizing
convert "1000 trainees.gif" -coalesce "coalesce/1000 trainees.gif"
convert "coalesce/1000 trainees.gif" -trim +repage -resize '640x320>' -gravity center -background transparent -extent 640x320 "cropped/1000 trainees.gif"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment