• 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
https://www.neowin.net/forum/topic/895846-php-imagemagick-kerning/
Share on other sites

2 answers to this question

Recommended Posts

  • 0
  On 27/04/2010 at 10:41, The_Decryptor said:

turns out it was just my host.. in case anyone was wondering. I couldn't even use real imagemagick scripts on there, but since switching hosts, I can basically use any command/script now.

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

    • No registered users viewing this page.