Load .BMP Images in C

Channel:
Subscribers:
6,130
Published on ● Video Link: https://www.youtube.com/watch?v=hNi_MEZ8X10



Duration: 4:12
11,037 views
176


Get the code and sample image in the text version of this tutorial: http://croakingkero.com/tutorials/load_bmp/

Chapters:
00:00 Introduction
00:17 main.c
00:29 sprite_t structure
00:48 Calling LoadSprite()
00:59 Bitmap file format reference
01:32 LoadSprite() definition - loading the bitmap
03:06 Copy sprite to the screen - fast method
03:19 Copy sprite to the screen with transparency
03:56 Coming next