white text on gray background problem
Posted: 2009-07-08T00:28:11-07:00
I'm trying to draw white text on a gray background. So far, whenever I do this, I get gray text instead of white. The same command works perfectly on a bright green or bright blue background, though on a black background the text disappears completely. Here's the command I'm using:
convert -quality 100 -draw " fill cmyk(0,0,0,0) font 'SabonLT Bold.TTF' font-weight 400 gravity North rotate 0 font-size 38 text 0,55 'test,'" "07-07-23-03-23.jpg" "07-07-23-03-23.jpg"
Any help would be appreciated. I've fiddled around with some commands which sounded like they might work (-alpha off, -opaque white) and I've tried specifying the color as rgb and rgba, but I'm very new at this and I may be on the completely wrong track.
convert -quality 100 -draw " fill cmyk(0,0,0,0) font 'SabonLT Bold.TTF' font-weight 400 gravity North rotate 0 font-size 38 text 0,55 'test,'" "07-07-23-03-23.jpg" "07-07-23-03-23.jpg"
Any help would be appreciated. I've fiddled around with some commands which sounded like they might work (-alpha off, -opaque white) and I've tried specifying the color as rgb and rgba, but I'm very new at this and I may be on the completely wrong track.