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

Slice already loaded PIL Image #22

Open jasoriya opened 5 years ago

jasoriya commented 5 years ago

Pull request for Issue #21

I decided to take input a PIL Image using the function slice_PIL_Image to maintain consistency. If anyone wants to pass a numpy array they can create a PIL image from the array. Do let me know your thoughts on the proposed changes.

Thanks Shreyans

jasoriya commented 4 years ago

@samdobson this has been open for quite a while

chughts commented 4 years ago

@jasoriya You need to resolve the file conflicts first without backing out changes that have happened since you cloned. Even then its up to @samdobson to consider your changes.

napsterv commented 3 years ago

@jasoriya @samdobson Any updates on this?

ch-hristov commented 1 year ago

too bad this never got merged