Image creating website

admin

Administrator
Staff member
Ok, I have to admit it's a biotch to make a customized image for a forum. Say you want a home and register and login. You have to make all these images. Takes up a long time! Now is there a website or is it possible to make a site where the visitors:<br />
<br />
Type in a url of an image (<For the background), set the size of the image, set the font, font color and font size of the text, decide whether they want the text to the left, center or right and enter in the text. Then they can just click submit and the images will be made? Is there a website for this is and if not is this something that can be accomplished?<!--content-->I don't know of any site like that..<br />
Server-side scripting can accomplish it though. PHP and the GD library can be used for generating images... I haven't used it much, but you can read more about it here: <!-- m --><a class="postlink" href="http://www.php.net/manual/en/ref.image.php">http://www.php.net/manual/en/ref.image.php</a><!-- m --><br />
<br />
It shouldn't be too much work to write such a script.. Good luck!<!--content-->
 
Back
Top