Makeshift67 Posted August 5, 2009 Share Posted August 5, 2009 Hey guys, I've been searching for a while for a php script that will watermark my image when i upload it through a form on my site; so the actual picture may have the actual watermark on it. Is there a way I can do this? thanks. ---------------- Now playing: The Misfits - Astro Zombies via FoxyTunes Link to comment https://forums.phpfreaks.com/topic/168935-image-watermarking-on-upload/ Share on other sites More sharing options...
abazoskib Posted August 5, 2009 Share Posted August 5, 2009 http://us2.php.net/manual/en/book.image.php there are functions to write text on an image Link to comment https://forums.phpfreaks.com/topic/168935-image-watermarking-on-upload/#findComment-891335 Share on other sites More sharing options...
Makeshift67 Posted August 5, 2009 Author Share Posted August 5, 2009 well, I don't want the outcome to be something like 'watermark.php?image=image001.jpg.' I already have this, I don't want it. I want the upload the image, then it merges my premade watermark and my image into the lower left corner. Link to comment https://forums.phpfreaks.com/topic/168935-image-watermarking-on-upload/#findComment-891422 Share on other sites More sharing options...
Makeshift67 Posted August 5, 2009 Author Share Posted August 5, 2009 ahem. Link to comment https://forums.phpfreaks.com/topic/168935-image-watermarking-on-upload/#findComment-891732 Share on other sites More sharing options...
abazoskib Posted August 5, 2009 Share Posted August 5, 2009 http://us2.php.net/manual/en/function.imagecopy.php thats the only other thing i can think of. Link to comment https://forums.phpfreaks.com/topic/168935-image-watermarking-on-upload/#findComment-891736 Share on other sites More sharing options...
ldougherty Posted August 5, 2009 Share Posted August 5, 2009 You would want to use the GD library functions to add a watermark to an uploaded image. There are quite a few examples online such as... http://ditio.net/2007/07/11/creating-watermarks-with-php-and-gd-library/ Link to comment https://forums.phpfreaks.com/topic/168935-image-watermarking-on-upload/#findComment-891737 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.