add message to jpeg file
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have a jpeg file. I would like to embed some text to it. The text messages will be right above the jpeg image. For example: Smiley face :-D:-D:-D:-D Can someone g:|ive me some ideas about how to do it? Thanks, Kevin
-
Hi, I have a jpeg file. I would like to embed some text to it. The text messages will be right above the jpeg image. For example: Smiley face :-D:-D:-D:-D Can someone g:|ive me some ideas about how to do it? Thanks, Kevin
read the jpeg. allocate a temp image large enough to hold the jpeg, with extra space at the top for the text. overlay/merge the jpeg onto the temp image. draw the text at the top of the temp image. save the temp image. Cleek | Image Toolkits | Thumbnail maker