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

Please unpin Pillow #43

Closed robmarkcole closed 3 years ago

robmarkcole commented 3 years ago

Use Case

*Please unpin Pillow as this can lead to dependency hell

Solution

requirements = ["Pillow>=7.2.0"] - tested in a fork, no issue

Alternatives

Please describe any alternatives you've considered, even if you've dismissed them

samdobson commented 3 years ago

Thanks, fixed in https://github.com/samdobson/image_slicer/commit/64ea460cff232d2d911387bbdc1f4703ca826c14 and will roll into next release.