Skip to content

Instantly share code, notes, and snippets.

@diofeher
Created September 22, 2020 13:03
Show Gist options
  • Save diofeher/48a3d1833745d01de046f324e81250e3 to your computer and use it in GitHub Desktop.
Save diofeher/48a3d1833745d01de046f324e81250e3 to your computer and use it in GitHub Desktop.
ImageMagick Useful commands
# 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