samdobson / image_slicer

Split images into tiles. Join the tiles back together.
http://samdobson.github.io/image_slicer
MIT License
151 stars 73 forks source link

added the ability to specify columns and rows values to split an image #14

Closed aaljuhani closed 5 years ago

aaljuhani commented 5 years ago

I came across this package and I needed the ability to specify the columns and rows values.

sample of use: tiles = image_slicer.slice(file_dir, col=8, row=6, save=False)

samdobson commented 5 years ago

Merging, this looks great - thanks!