Jump to content

PNG


Dominator

Recommended Posts

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 by Dominator
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 by Yourself4
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.