• This repository has been archived on 31/Mar/2023
  • Stars
    star
    149
  • Rank 247,102 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created about 11 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Split images into tiles. Join the tiles back together.

Image Slicer

This project is no longer maintained.

Downloads Build Status Documentation Code style: black 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 -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.