Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top