Search found 2 matches
- 2013-03-21T11:40:39-07:00
- Forum: IMagick
- Topic: [solved] first start - error in exemple 4
- Replies: 5
- Views: 16069
Re: first start - error in exemple 4
Try sudo aptitude install php5-imagick aptitude handles dependencies better than apt-get most of the time. Also, where do you get that error? Is it displayed in the browser? Is the php file really executed? (try echo + die at start) maybe you have some hidden utf8 characters in the pseudo image ...
- 2013-03-21T11:14:31-07:00
- Forum: Users
- Topic: How to achieve font tracking / letter spacing with font file
- Replies: 1
- Views: 4737
How to achieve font tracking / letter spacing with font file
Hello, I'm currently using php Imagick extension to interface ImageMagick and have come to a halt over the past week in regards to how to achieve correct font kerning combined with changed tracking. I'm posting this here, as I couldn't get it to work with ImageMagick (command line interface) either ...