help: egg-mkfont

I am tying to get this to work:

egg-mkfont -pp foo.png -o foo.egg foo.ttf

when I use: egg-mkfont -pp scoretext.png -o scoretext.egg scoretext.ttf

I get *.rgb texture files created not the expected png. (actually it creates scoretext.png.rgb)

How do I ensure that I get *.png and not *.rgb or how do edit *.rgb in photoshop or gimp I could not get either to recognize *rgb.

Thanks Jb Skaggs

Hmm. I’ll look into this. In the meantime, you can convert the resulting image with:

image-trans -o scoretext.png scoretext.png.rgb

and then edit the egg file to replace “scoretext.png.rgb” with “scoretext.png”.

David

That helps alot.