How I split an image into 32*32 pieces? It's for a map editor for a game, and i have an image with 32*32 tiles in it, which i need seperated... I think it can be done using the BitBlt api, but i'm not sure how

Cheers!