Jump to content

Text to Image Help


thenk83

Recommended Posts

This is what I have goin on. This code outputs a 1. Basically all I'm trying to do is add a Copyright sentence to images. All it seems to do is overwrite the image, but adds no text. I've gotten eveything else with ImageMagick working but this. Any ideas or words of wisdom. I'm terribly stumped.

[code] exec ('$magic/convert -font arial -fill white -pointsize 10 -gravity southeast -draw 'text 10,10 \"Copyright Mike Dantignac Photography\"' $full_path/$file $full_path/$file', $array, $status); [/code]
Link to comment
https://forums.phpfreaks.com/topic/9001-text-to-image-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.