How to make a PHP script that prints images onto other images? imagestamping.?
An example of what i say is on here:
http://www.merenkov.com/stamp/buy.php…
But they want you to pay for it :(
How can i do this?
Im well experience with php so feel free to use the big words :)
September 3, 2010 | Filed Under Scripts FAQs
Comments
One Response to “How to make a PHP script that prints images onto other images? imagestamping.?”
Powered by Yahoo! Answers
It sounds like what you are wanting is to use the GD Library. First thing you would want to do if find out if you have the GD Library available to use, using gd_info().
e.g.
<?php
gd_info();
?>
According to the manual, there is a bundled version of the GD lib since PHP 4.3 .
Here are a couple of articles that may help get you started:
http://www.plus2net.com/php_tutorial/gd-water.php
&
http://www.sitepoint.com/article/watermark-images-php