Transparency & color channel advice
Posted: 2009-11-07T14:18:47-07:00
I'm creating a texture font library to help me with some graphics rendering.
At the moment, I'm using this command which is used in a build script to loop over all the characters I want to generate:
I want to adjust this command so I put the letter 'A' into the alpha channel of the tiff file and I simply want a white colour fill in the RGB channels.
If anyone can offer any advice on how to do this, it would be much appreciated.
Thanks.
At the moment, I'm using this command which is used in a build script to loop over all the characters I want to generate:
Code: Select all
convert -colorspace RGB -background black -fill white -pointsize 50 label:A font.65.tiff
If anyone can offer any advice on how to do this, it would be much appreciated.
Thanks.