I'm trying to figure out how to use kerning, (aka the spacing between letters) in PHP, using imagemagick. I'm using -draw to make the characters, and since that class only supports certain things, is it possible to squeeze these letters closer together?
convert input_image.jpg -font Arial.ttf -pointsize 26 -gravity northeast -draw \" fill white text 27,22 'Enter Name'\" output_image.jpg"
Question
Andrew Lyle Global Moderator
I'm trying to figure out how to use kerning, (aka the spacing between letters) in PHP, using imagemagick. I'm using -draw to make the characters, and since that class only supports certain things, is it possible to squeeze these letters closer together?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts