Dominator Posted November 26, 2008 Posted November 26, 2008 (edited) What program, software or coding is used so that PNG's are filled in with information on a blank canvas? Like you use here for PBBans sigs. If there is a guide, software, coding can you point me in the right direction. And yes I can use MYSQL and have full phpadmin access. Or even a textbox that when you click submit it will produce the signature with the details entered Thank you Edited November 26, 2008 by Dominator Quote
hugin Posted November 27, 2008 Posted November 27, 2008 Is it the PBBans info signature you are looking for you will find those under: Account Manager > Manage Signatures Quote
Duality Posted November 27, 2008 Posted November 27, 2008 I think it is the method used to generate such signatures that he is interested in. Maybe MaydaX would be able to help there :) Quote
Dominator Posted November 28, 2008 Author Posted November 28, 2008 Correct duality. I would like to know if there is software or a code/programming out there that will generate information from a database or the results entered in a text box that will put that information onto a blank canvas (picture). This will then generate a PNG picture with all the information entered that someone could save. The above process will be PBBans use to generate its signatures with information pulled out of the database from your account. Quote
Woolf Posted November 28, 2008 Posted November 28, 2008 My guess would be PHP with GD functions - search google for php create image, or search for the function imagecreate(). I say I "guess" because that's the method I use, and I assume the same that MaydaX uses, but it could be different. Quote
RodeoBob Posted November 28, 2008 Posted November 28, 2008 The method MaydaX uses is......"two bits of elbow grease, 29 1/2 hamsters running on the wheel upstairs, and one hell-of-a-lot of time spent coding" Quote
Yourself4 Posted November 28, 2008 Posted November 28, 2008 (edited) To do that you need to have access to a programming language so you can dynamicly generate the image based on the imput. If you don't know which language you want to do it in I'd recommend PHP just because its open source and very popular for web based coding. The easiest way to do it with PHP is to use the GD extension. http://us2.php.net/manual/en/ref.image.php Edited November 28, 2008 by Yourself4 Quote
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.