phprocker Posted July 21, 2006 Share Posted July 21, 2006 Hey all. If someone could point me in the right direction for what I'm trying to accomplish that would be great.I came across a website that generates a signature that a person would use in a forum. Basically, the site allows you to choose an image, and customize text that fits in/over/whatever the image. So a select option gave images 1-20 and then other form inputs let you put name, location and other things that get displayed in a final jpeg. It also seems they host the jpeg on their site and use the GET method to have the custom info for each user to use.I am able to accomplish this with ease using the GET method. However I do not understand how to make it a jpeg that is linkable. Anyone? Quote Link to comment https://forums.phpfreaks.com/topic/15215-modify-a-jpeg-with-php/ Share on other sites More sharing options...
effigy Posted July 21, 2006 Share Posted July 21, 2006 Create a JPEG with the [url=http://us2.php.net/manual/en/ref.image.php]image[/url] functions. Quote Link to comment https://forums.phpfreaks.com/topic/15215-modify-a-jpeg-with-php/#findComment-61505 Share on other sites More sharing options...
manichean Posted July 21, 2006 Share Posted July 21, 2006 If you using windows, dont forget to uncomment theextension=php_gd2.dllin your php.iniI got stuck on that for a while 8) Quote Link to comment https://forums.phpfreaks.com/topic/15215-modify-a-jpeg-with-php/#findComment-61519 Share on other sites More sharing options...
phprocker Posted July 21, 2006 Author Share Posted July 21, 2006 thx Quote Link to comment https://forums.phpfreaks.com/topic/15215-modify-a-jpeg-with-php/#findComment-61530 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.