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 ...