My goal is to create a function or class were, it takes a bitmap (ex. 640). This image is made up of a bunch of 32 by 32 images. I want my function to look at the bitmap, say create tiles on that image and creates or sets that image to a variable, something that is assessable.
ex..
o|x|o
o|o|o
o|o|o
the x represents (2,1) and the x is 32/32 and the o is also 32/32.
i have A LOT of these images like this, so i don't want to copy and paste as new. This function will REALLY help!!!
Any information towards this goal would be greatly appreciated!