PDA

View Full Version : Imagemagich *Grrr



Todd W
10-09-2007, 06:40 PM
Ok, I can not get this to write the text to the image anyone have any ideas?


$hlink_store = system("convert \"$file\" -thumbnail 300x300'>' -quality 35 -size 1x18 xc:Yellow -background Yellow -append -gravity South -draw 'text 0,0 \"CLICK 2 ENLARGE\"' \"$hlink_store\"");

It works but for some reason my -draw wont draw the text... That's all that wont work.

It resizes, adds the yellow bottom border, saves in new location, but it wont add the damn text. I've tried tons of different ways and it all works up to writing the text :/

Anyone have any ideas??! :flare: :flare:

Todd W
10-11-2007, 10:40 AM
I uploaded the font to the directory added the extension and bam it works. (someone on SP suggested that so im not takigncredit)



-Todd