Fabis94 Posted April 13, 2009 Share Posted April 13, 2009 I want to make a PHP script that makes images that show your stats for a specific game. I want it to be like this: http://www.draynor.net/stat_signatures.php If you want to try it out, use the username Zezima. It automatically reads your stats from the Hiscore database and shows it on an image. The hiscores are read from here: http://hiscore.runescape.com/index_lite.ws?player=YourUsername (you change YourUsername to Zezima for example). I've never worked with Image editing in PHP so it would be nice if you could explain and show P.S. I don't need all the options like Male/Female, Backgrounds and stuff like that. I need only the plain way of putting text on an image. Lets say it writes your name on a green image (plain green) with the GET function. Link to comment https://forums.phpfreaks.com/topic/153869-php-generated-images/ Share on other sites More sharing options...
Fabis94 Posted April 15, 2009 Author Share Posted April 15, 2009 BUMP Help please? Link to comment https://forums.phpfreaks.com/topic/153869-php-generated-images/#findComment-810861 Share on other sites More sharing options...
Fabis94 Posted April 16, 2009 Author Share Posted April 16, 2009 BUMP Link to comment https://forums.phpfreaks.com/topic/153869-php-generated-images/#findComment-811429 Share on other sites More sharing options...
gffg4574fghsDSGDGKJYM Posted April 16, 2009 Share Posted April 16, 2009 You can do that with GD : http://www.php.net/gd Link to comment https://forums.phpfreaks.com/topic/153869-php-generated-images/#findComment-811432 Share on other sites More sharing options...
Axeia Posted April 16, 2009 Share Posted April 16, 2009 Look at the imagettf function in particular. If you need pixel precision on the return value of where text is written you might be better off using imagick, it's documentation however is poor and not every host has it enabled so it might not even be an option. Link to comment https://forums.phpfreaks.com/topic/153869-php-generated-images/#findComment-811502 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.