 |
Goran Level: Moderator
 Registered: 16-05-2002 Posts: 1681
|
Re: Add text to image
Well, I can only give you an idea how to do it, oyu will have to code it by yourself. The standard way would be to do it using some basic API's that work with Bitmaps and device context (DC). The idea would be:
1) Load picture in DC
2) Use API (ex DrawTextEx) to write text on DC
3) Find some dll on the net which will do a conversion from bmp to gif (since picture from DC will be saved in bmp file)
____________________________
If you find the answer helpful, please mark this topic as solved.
|
|
24-08-2004 at 06:02 PM |
|
|
|
|
 |
 |