I would like to render formulae in PNG format for use in various websites. The problem is, every rendering tool I've come across seems to assume a particular background color to perform anti-aliasing, resulting in nasty color fringes when the image is displayed on a different background color. Is there a way to perform the anti-aliasing in the alpha-channel so that the equation will look nice and crisp no matter what color the background it'll be displayed on is?
Or is it not possible?
ImageMagick'sconvertis capable of it. – tohecz Nov 19 '12 at 7:22