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

To split an image vertically #38

Closed P-Rainbow closed 3 years ago

P-Rainbow commented 4 years ago

Great tool!

Is there a way to split an image vertically into multiple parts? (the example shows an horizontal way)

For example the original image shows 5 cats, and I want to split the image into 5 small images (each shows 1 cat)

Thank you.

MaisumAbbas commented 3 years ago

Set row = 1 and col = yourrequirednumber

P-Rainbow commented 3 years ago

@MaisumAbbas , marvelous! Thank you for the help!