Posted by NC on 04/11/06 00:19
Smiley wrote:
>
> I know that you can output text as an image in PHP. Is there any way to
> take some text, and output it to a .jpg file rather than to the screen?
Yes. Create an image and output is into a file using imagejpeg():
http://www.php.net/imagejpeg
Cheers,
NC
Navigation:
[Reply to this message]
|