pub fn split_into_blocks( img: &DynamicImage, block_size: u32, overlap: u32, ) -> Vec<(DynamicImage, u32, u32)>
Split image into blocks (for high precision mode)
img
block_size
overlap
List of block images and their positions in original image (x, y)