Skip to content

Instantly share code, notes, and snippets.

@stargt
Created March 22, 2021 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stargt/8f645e1569b74dbf0315d4c189bd0af3 to your computer and use it in GitHub Desktop.
Save stargt/8f645e1569b74dbf0315d4c189bd0af3 to your computer and use it in GitHub Desktop.
Resize and combine images vertically
convert *.png -resize 600x -set filename:t '%t' 'resized_%[filename:t].jpg'
convert -append resized_*.jpg result.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment