Quick question for those who are familiar with GD and PHP.
Just wondering if GD can make images based on HTML attributes ... best to show an example to explain better.
Example:
(Say I have the following HTML)
<font color="FF0000">Hello World!</font>
can, (or is there away) GD create that image based on its HTML attribute ... Hello World written in Red
basically, I have a WYSIWYG online editor for choosing fonts, colors, etc .... when its submitted, I'm wondering if GD can create the image as like it was in the editor ... with the color changes of the fonts, bold, etc ...
hope I explained that correctly ...
thanks