pub(crate) fn get_overlap( image_size: ImageSize, block_size: BlockSize, block_col_row: (usize, usize), overlap_size: usize, ) -> Overlap
Computes overlap for a block based on its position in the grid.