uknowho008 Posted July 21, 2006 Share Posted July 21, 2006 whats up guys. ive been searching around and im trying to find a tutorial or somthing on how i can add text to images that are uploaded to my website. i used one of the basic image upload tutorials as a base for my upload form. so i just need to figure out how to add KorrupT Industries to the bottom right of the images. thanks Link to comment https://forums.phpfreaks.com/topic/15296-adding-text-to-images/ Share on other sites More sharing options...
digitalgod Posted July 21, 2006 Share Posted July 21, 2006 http://www.sitepoint.com/article/watermark-images-php Link to comment https://forums.phpfreaks.com/topic/15296-adding-text-to-images/#findComment-61870 Share on other sites More sharing options...
uknowho008 Posted July 21, 2006 Author Share Posted July 21, 2006 cool.. thanks, ill try and figure this out. Link to comment https://forums.phpfreaks.com/topic/15296-adding-text-to-images/#findComment-61875 Share on other sites More sharing options...
uknowho008 Posted July 21, 2006 Author Share Posted July 21, 2006 hey thats awesome. and a lot simpler than i thought it would be. i think thats the best help ive ever gotten from a forum. haha. thanks man Link to comment https://forums.phpfreaks.com/topic/15296-adding-text-to-images/#findComment-61880 Share on other sites More sharing options...
digitalgod Posted July 21, 2006 Share Posted July 21, 2006 hehe np, but google is your friend ;) Link to comment https://forums.phpfreaks.com/topic/15296-adding-text-to-images/#findComment-61883 Share on other sites More sharing options...
uknowho008 Posted July 21, 2006 Author Share Posted July 21, 2006 just one problem actually. how can i make this save a new copy of the image so that i can embed it wherever i want it? Link to comment https://forums.phpfreaks.com/topic/15296-adding-text-to-images/#findComment-61898 Share on other sites More sharing options...
digitalgod Posted July 21, 2006 Share Posted July 21, 2006 you mean not to overwrite the old image?just give it a new name, put that [code]imagejpeg($image, $filename);[/code]where $filename is the new name, you can make it a random name or just take the old name and add something at the end. Link to comment https://forums.phpfreaks.com/topic/15296-adding-text-to-images/#findComment-61904 Share on other sites More sharing options...
uknowho008 Posted July 21, 2006 Author Share Posted July 21, 2006 oh.. cool. there we go. thanks. i think thats all i need. Link to comment https://forums.phpfreaks.com/topic/15296-adding-text-to-images/#findComment-61908 Share on other sites More sharing options...
uknowho008 Posted July 22, 2006 Author Share Posted July 22, 2006 is it possible to do this with wmv's? Link to comment https://forums.phpfreaks.com/topic/15296-adding-text-to-images/#findComment-61982 Share on other sites More sharing options...
digitalgod Posted July 23, 2006 Share Posted July 23, 2006 with windows media video??? you need a video editing app for that, someone correct me if I'm wrong but I'm positive that there's no way of doing it with php Link to comment https://forums.phpfreaks.com/topic/15296-adding-text-to-images/#findComment-62252 Share on other sites More sharing options...
Branden Wagner Posted July 23, 2006 Share Posted July 23, 2006 well... i have somewhat of a solution, but it requires you to do it in flash.what you do is create a flash template, and from there run the movie inside the flash, and put awatermarkd alyer over the movie... thats the only way i know it possible.. but im sure theres a server-side way.are you using windows or unix? Link to comment https://forums.phpfreaks.com/topic/15296-adding-text-to-images/#findComment-62265 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.