combine two images
October 17, 2018
Combine in a single file 2 images:
convert +append a.png b.png out.png
-append will append vertically instead of horizontally (+)
Combine in a single file 2 images:
convert +append a.png b.png out.png
-append will append vertically instead of horizontally (+)