• 0

[PHP] ImageMagick kerning


Question

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"

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.