Expand description
Image Splitting Library
This library provides functionality to split images into smaller sub-images. It supports both equal division (3x3 grid) and custom-sized sub-images.
Functionsยง
- split_
image - Splits an image into 9 equal parts (3x3 grid).
- split_
image_ with_ size - Splits an image into sub-images of specified dimensions.