Forum Moderators: not2easy

Message Too Old, No Replies

Jpeg generator?

         

kevinj

4:34 pm on Apr 9, 2004 (gmt 0)

10+ Year Member



I have a client who has 3 ads in jpeg format. They want to allow their clients to login and change the text that appears in the ad. Ideally the output would be a jpeg that gets emailed to the client. Does anyone know of a solution (maybe a script) that creates a jpeg from the graphic of the ad and the text that the client changed?

stevenmusumeche

4:46 pm on Apr 9, 2004 (gmt 0)

10+ Year Member



PHP has some image-creation functions that might do what you need. More info here:

[php.net...]

tombola

5:20 pm on Apr 9, 2004 (gmt 0)

10+ Year Member



You can also use the GD graphics library (Perl).
Many sites use this to allow their visitors to create logos or banners on the fly.