I'm looking to join 3 images together, 2 of them side by side (with 10px of padding between the two) and an overlay on top, centered between them.
So far, I've got this:
With this:
Code: Select all
convert /img1.jpg /vs.png /img2.jpg +append -quality 94 '/result.png'
And as an added bonus, is there even a way for me to sink both images into a custom, premade frame?
Any help is appreciated! Thanks!