I want to be able to split an image into equal parts (8x8), so an image of size 64x64 will be split into 64 pieces. Each piece is 8x8. Then I want to compare each piece to find out which of them is identical, pixel-wise.
I can not figure out how to split the image. Any ideas?
Thanks, Troy.




Reply With Quote