I want a command that will combine a transparent image with borders:
And layer this transparent image over another image, keeping the borders of the transparent image on top:
I tried this:
Code: Select all
convert aaa.jpg -draw "image over x,y 0,0 bbb.gif" result.png
Also, is there a command that will determine how large the transparent image needs to be to correctly overlap the underlying image, instead of having to modify the command to exact dimensions? I'd like the command to be automated, and "just work" no matter the dimensions of the images I use.