Skip to content

Saumya-NebCodes/image_slicer

 
 

Repository files navigation

Image Slicer

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.

About

Split images into tiles. Join the tiles back together.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.3%
  • Makefile 6.7%