Image Manipulator

How to load an image using C++ in visual studio 2010 ??
need help please ..
thnx in advance
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.