php text on img
php text on img
Out of context: Reply #5
- Started
- Last post
- 13 Responses
- xrusos0
gd libraries?
i'm developing an online application where people can choose between a few photos online and then add text dynamically to that image (without using photoshop - all done through the web browser).
so i would define the font. and i would identify the image. and a user would input the text into a text field. and then php would take the text and add it to the image chosen in the coordinate spot identified in the code using the font i previously determined to create a brand spankin' new image.