Problem with Italic
Posted: 2013-08-19T07:32:32-07:00
Hello,
I would like to know why when I use ImageMagick on my computer with this command :
exec("convert -background transparent -fill white -pointsize 16 label:'My test' -bordercolor '#00000070' -border 5x5 'test.png'");
I have my label written correcty in test.png. (without font and style)
But when I do the same in my website, the text "My test" is automatically in Italic ?!
Did I miss something on my command ?
Many thanks
I would like to know why when I use ImageMagick on my computer with this command :
exec("convert -background transparent -fill white -pointsize 16 label:'My test' -bordercolor '#00000070' -border 5x5 'test.png'");
I have my label written correcty in test.png. (without font and style)
But when I do the same in my website, the text "My test" is automatically in Italic ?!
Did I miss something on my command ?
Many thanks