Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Merging and converting text and images to a single image
Message
 
To
29/07/2004 10:54:53
Edward Crawford
City Facilities Management
Glasgow, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00929215
Message ID:
00929226
Views:
7
I'm sure you will find that this is possible... but why not just keep it simple and do it in html? You can just make a table and add rows/cells and put the img files in there and add the information below them.
<table>
<tr>
<td align=center>
<img link=thesun.gif>
<br>
Temp
<br>
WS
</td>

<td align=center>
<img link=thesun2.gif>
<br>
Temp
<br>
WS
</td>

</tr>
</table>
>I want to arrange text and .gif pictures togather then output the whole product as a gif, jpg, or png file. In other words, I want to take a 32X32 png image of the sun, place information like temperature, wind speed, barameteric pressure, humidity and the like next to it or under it, and output the whole thing as a png,jpg, or gif. I need to do all of this programatically as it needs to be done in a dll hosted on a web server. Can this be done?
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform