Click to See Complete Forum and Search --> : Can someone tell me how to load Pictures into C++


vegeta
06-17-2005, 04:02 PM
I dont now how to load files into C++

can someone help me :( :(

jonnin
06-17-2005, 04:37 PM
the easiest way to get several formats is to use the free jpeg library -- the original jpeg source code can load many formats and a little work gives you the rgb arrays of each type to work with directly. Naturally you need some way to display a rgb array --I recommend directdraw.