Skip to content

Instantly share code, notes, and snippets.

@wmakeev
Created May 18, 2019 16:19
Show Gist options
  • Save wmakeev/fde43a32a45e9b27a1eca65bdb8b25d0 to your computer and use it in GitHub Desktop.
Save wmakeev/fde43a32a45e9b27a1eca65bdb8b25d0 to your computer and use it in GitHub Desktop.
ImageMagick tips #imagemagick #tips
# 1
convert -resize 1200 <(montage /path/to/file1.jpg /path/to/file2.jpg miff:-) outFile.jpg
# 2
montage /path/to/file1.jpg /path/to/file2.jpg miff:- > convert -resize 1200 - outFile.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment