// JP opened flex table

Click to See Complete Forum and Search --> : operations with Bitmap


Korax
May 12th, 2008, 08:00 AM
Hello,

Please advise. There is a need to create (load from disk) simple Bitmap, put some text on it (using given coordinates) and write it back on disk.
I just want to know, what could be the fastest way to implement that?

I'm using Visual C++ 6.0, MFC could be used also.
As I'm not experienced with graphics programming, so maybe there is some code or samples which could help me? Any other option?

Thanks in advance!

CBasicNet
May 12th, 2008, 09:57 PM
Look at my post in this thread.

http://www.codeguru.com/forum/showthread.php?t=449248

There are GDI+ code to print date and time on the jpg and saves it as another jpg file. It works for bmp and png too.

Korax
May 16th, 2008, 08:28 AM
Thank you very much!
It really helped! :)

Look at my post in this thread.

http://www.codeguru.com/forum/showthread.php?t=449248

There are GDI+ code to print date and time on the jpg and saves it as another jpg file. It works for bmp and png too.

//JP added flex table