I am using ImageMagick 7.0.8-0 Q16 x86 2018-06-12 on a Windows 10 64bit.
I have following transparent images:
design1: https://imgur.com/a/bSspnOZ
design2: https://imgur.com/a/Jj28fcd
I use following command line to merge them together:
Code: Select all
magick design2.png -draw "image over 0,0 0,0 'design1.png'" result.png
1- Draw an outline background to result.png image. It should look like following when done:
https://imgur.com/a/rQms94t (outline is not fine in terms of following main lines in parallel)
2- Add a border to outline with adjustable thickness and color. That border line should also have anti-aliasing on the transparent side:
https://imgur.com/a/i4jbnmc
Samples may not be what I would like to have in the final image, but they should pretty much give an idea of what is needed.
I appreciate any help.
Thanks & regards,
-Ertan