Wednesday, April 12, 2023

Concatenate Two Images Horizonally

To combine two images into one image, use the convert command from ImageMagick:

convert input1.png input2.png +append output.png

No comments:

Post a Comment