image-slicer

Split images into tiles. Join the tiles back together.


Keywords
image_slicer
License
MIT
Install
pip install image-slicer==0.0.1

Documentation

Image Slicer

Downloads Build Status Documentation Code Coverage

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 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.