Lazy Foo' Productions

Clip Blitting and Sprite Sheets
Sprite sheets are collections of images held in a single image file. They're useful for when you have large amounts of images but don't want to have to deal with many image files. In order to get the individual images you have to be able to clip the part you want when blitting. This tutorial teaches you how to clip an image from a sprite sheet.