Created
September 22, 2020 13:03
-
-
Save diofeher/48a3d1833745d01de046f324e81250e3 to your computer and use it in GitHub Desktop.
ImageMagick Useful commands
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
# concatenate two images with different sizes | |
convert image1.jpeg image2.jpeg -gravity Center -resize 800x200 +append output.jpeg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment