How to combine images side by side with ImageMagick Windows command line?
Posted: 2019-05-23T05:27:19-07:00
Just downloaded IM and need to combine images with modification to get front, back and maybe the side into one image.
First need to do this in the command line (Windows 10) to see if the output image can be used elsewhere as expected then to be put into a VB.Net app.
I expect that the front and back be adjacent and maybe the side under it.
i.e.
Front Back
Side
I tried using the -append but that did a
Front
Back
I need it side by side.
Is there a way of doing this?
Thanks
First need to do this in the command line (Windows 10) to see if the output image can be used elsewhere as expected then to be put into a VB.Net app.
I expect that the front and back be adjacent and maybe the side under it.
i.e.
Front Back
Side
I tried using the -append but that did a
Front
Back
I need it side by side.
Is there a way of doing this?
Thanks