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 generated some postscript text with latex, that I want to overlay onto photos. But I have a hard time to change the color of this text. The closest I could get is:
If the text is white on black (negate the text is it isn't) then use -background {color} -alpha shape
The image is now colored text on transparency. You can now overlay that on your image.
See IM Examples, Masking, Alpha Shape http://www.imagemagick.org/Usage/masking/#alpha_shape
Note you can improve the look of the postscript to raster image conversion using -density to 'super-sample' the vector image.
See Text Handling, Postscript http://www.imagemagick.org/Usage/text/#postscript