Aug 19, 2006 #1 T 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++.
Aug 19, 2006 #2 Z zeeshanzia84 Full Member level 3 Joined May 29, 2006 Messages 166 Helped 35 Reputation 70 Reaction score 17 Trophy points 1,298 Location Pakistan / Germany Activity points 2,680 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!
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!