Created
May 18, 2019 16:19
-
-
Save wmakeev/fde43a32a45e9b27a1eca65bdb8b25d0 to your computer and use it in GitHub Desktop.
ImageMagick tips #imagemagick #tips
This file contains hidden or 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
# 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