Image Slicer¶
Image Slicer¶
Splitting images into tiles. With Python. Since 2013.
Installation¶
Latest Stable Release: pip install image_slicer
Current Development Head: pip install git+https://github.com/samdobson/image_slicer.git
Quick Start¶
Slice your images either with the command line utility:
$ slice-image cake.png -n 4
… or from your Python script:
from image_slicer import slice
slice('cake.png', 4)
Documentation¶
For full package documentation please visit samdobson.github.io/image_slicer.
Development¶
See CONTRIBUTING.md for details.