PHP drawing api

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Smeagol
Forum Newbie
Posts: 14
Joined: Tue Jan 20, 2004 11:51 pm

PHP drawing api

Post by Smeagol »

Just wondering...

can I generate an image of antialised text from text entered via a form using PHP? (I hope that made sense).

TIA.
User avatar
DuFF
Forum Contributor
Posts: 495
Joined: Tue Jun 24, 2003 7:49 pm
Location: USA

Post by DuFF »

Yes you can, using GD and PHP's image creation functions:
http://www.php.net/manual/en/ref.image.php
Post Reply