Quote:
Originally Posted by Gunderak
Jatz and I are making a system similar to player cards for Delteria, we're sending the image of the player through a socket and letting a php script generate an image from it.
|
You would be better off using a client-side drawing panel, drawing the player object on your template, saving the image locally (temporarily) and uploading that to the server instead of getting a third-party web-server involved.
There's also server-side drawing panels that you can use as well.