Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I have two images and desired output which are as below. For same i have written below code. But i am not able to
1) Get black ground behind fonts.
2) Change image color
3) Common overlapped area changes color, while i want simply overlapped.
colorize the black lines as desired. make the white background transparent, then just use -background black -flatten for the two images. give that a try and see what happens.