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
How does SDL load bit map images?
How does SDL load bit map images?
Apr 8, 2013 at 6:41am UTC
Austin J
(398)
I don't mean how do I load a bmp, I mean how does SDL manage to do this?
Apr 8, 2013 at 9:55am UTC
Peter87
(11234)
SDL is open source so you can look at the code if you want to know exactly how they do it. The function that you should look at is SDL_LoadBMP_RW defined in SDL_bmp.c.
Apr 8, 2013 at 2:16pm UTC
Austin J
(398)
Ok thanks, I didn't want to try to find it in the source code at first, but since you've referenced it I guess I will!
Topic archived. No new replies allowed.