split-image
split-image copied to clipboard
A Python package that lets you quickly split an image into rows and columns (tiles).
Is it normal that the sum of the file sizes of the generated tiles is larger than the file size of the original image by 2x ? Is there a...
this doesn't seem to support the image orientation (rotation?) tag in images, at least on windows so for example, using canon camera, turning the camera to take a vertical image...
If you give the program an absolute path, you will end up with a bunch of images in your users folder
split-image ./Knob333.png 128 1 Exporting image tile: ./Knob333_0.png Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/PIL/ImageFile.py", line 518, in _save fh = fp.fileno() AttributeError: '_idat' object has no attribute 'fileno' During...
listdir order starts from 10,11 ... 0, 1,2...