Link to home
Start Free TrialLog in
Avatar of tru504187211
tru504187211

asked on

Create PNG using PHP

I have a MySQL database and would like to have a script in PHP that for each row that the script is looking at, would be able to take the data and arrange them on the page at the given dimension on a newly created PNG or JPEG.  One of the fields in the database would point to an image saved on the server that I would also like to appear on the new image file (as part of the new image, NOT showing the link to the image).

How can this be done?
ASKER CERTIFIED SOLUTION
Avatar of gr8gonzo
gr8gonzo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tru504187211
tru504187211

ASKER

gr8gonzo - it appears that this will work, however, the solution to my problem is going to have to be a completely different route.  I do plan on using this function for a separate project I am working on, so THANK YOU!