Importing bitmap image in turbo C/C++

Status
Not open for further replies.

tronix

Advanced Member level 4
Joined
Jul 6, 2006
Messages
116
Helped
8
Reputation
16
Reaction score
1
Trophy points
1,298
Activity points
1,967
turbo c import image

Hi
How can I import a bitmap image in turbo C/C++.
 

use bitmap image in turbo c++

You can't just IMPORT a bitmap image. You need to understand the fileformat of a bmp file and then read it (binary) and plot all the pixel information therein. I'm attaching a very easy tutorial as well as some sample code.

Hope this helps!
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…