Last active
October 25, 2021 13:37
-
-
Save defong/33c5b9f3557c5a8a72924763e1798d53 to your computer and use it in GitHub Desktop.
[images] sizing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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