How to properly change color of postscript text?
Posted: 2012-09-17T03:46:49-07:00
Hello,
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:
But this leaves some black pixels at the border of the text. I guess this is because of the subpixels.
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:
Code: Select all
convert -channel RGBA -density 600 -gravity center \( my-text.ps -trim +repage \) -background none -fill gold -opaque black -filter lanczos -resize 300%x300% out.png