cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Image Manipulator
Image Manipulator
Nov 29, 2012 at 12:05am UTC
marcmedhat
(1)
How to load an image using C++ in visual studio 2010 ??
need help please ..
thnx in advance
Nov 29, 2012 at 2:05am UTC
pogrady
(677)
I just started practicing how to do this. I used a DIB 24bit. Essentially it loads the same as any binary file. Read the header, the info header, get the offset into the char array. The hardest part is that the array is sometimes backward.
What file format do you need to read?
Topic archived. No new replies allowed.