thenk83 Posted May 3, 2006 Share Posted May 3, 2006 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] Quote Link to comment Share on other sites More sharing options...
rburch Posted May 3, 2006 Share Posted May 3, 2006 I don't know how to do this in PHP, but you can do this in javascript - although it is not fool-proof. Go to: [a href=\"http://javascript.internet.com/page-details/no-right-click.html\" target=\"_blank\"]http://javascript.internet.com/page-detail...ight-click.html[/a] Quote Link to comment Share on other sites More sharing options...
Caesar Posted May 3, 2006 Share Posted May 3, 2006 Are you trying to implement Watermarking?Try looking [a href=\"http://us3.php.net/imagecopymerge\" target=\"_blank\"]here[/a]. Quote Link to comment Share on other sites More sharing options...
ansarka Posted May 4, 2006 Share Posted May 4, 2006 Plz click te link below you will find the code you are looking for[a href=\"http://smallcapitalbusiness.com/freescript.php\" target=\"_blank\"]http://smallcapitalbusiness.com/freescript.php[/a] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.