I am using ImageMagick 7.0.8-2 Q16 x64 2018-06-18 on Widnows 10 64Bit.
I want to merge two image files of same size.
For command line below:
Code: Select all
magick "C:\Users\Ertan\Desktop\backgrounds\pngbackground1.png" -draw "image over 0,0 0,0 'E:\Freelancer\usa\textfit\Win64\Debug\20180713_001745_Arial\the_king_of_jesus.png'" "E:\Freelancer\usa\textfit\Win64\Debug\20180713_001745_Arial\the_king_of_jesus.png"
Code: Select all
magick: non-conforming drawing primitive definition `image' @ error/draw.c/DrawImage/4287
If I move second image in same directory as magick.exe and use following command:
Code: Select all
magick "C:\Users\Ertan\Desktop\backgrounds\pngbackground1.png" -draw "image over 0,0 0,0 'the_king_of_jesus.png'" "the_king_of_jesus.png"
Image files can be reached from below links:
https://imgur.com/9dMsOs0
https://imgur.com/XjGymZn (text is black and web site uses black as background. Image is not visible, but it is there for sure).
Any help is appreciated.