I need to generate headline images for a client. On my Mac, everything works fine, but on the server (runs on old version of Debian), the font looks to thin.
This is, what I generated on my Mac:

This is the result of the same command on Linux:

The code to generate the image is:
Code: Select all
convert -size 350x120 -background 'rgba(0,0,0,0)' -font ScalaSan.ttf -gravity SouthWest -pointsize 20 -fill 'rgba(0,0,0,0.7)' caption:"This is the desired image." test.png
Any ideas? Please help (as I'm already late with this project)!
Regards, iGEL