Command I use is:
Code: Select all
convert \
-font Bookman-DemiItalic \
-pointsize ${FONTSIZE} \
-draw "text ${image_x1},${image_y1} \"${text}\"" \
-channel RGBA -fill "${color}" -stroke black \
"kuva.jpg" "slices/kuva-${color}.jpg"
Color is given values as names of colors (e.g. yellow, coral3, etc..).
And every color I have tried will produce black text. I have tried rgb-values, I have copied colors.xml from previous version. And basically I just don't know what to try next. Any help is highly appreciated.