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

does not support 16 bit images #12

Closed ru61sco closed 5 years ago

ru61sco commented 5 years ago

when I use this module on 8 bit images it works fine when I use it on 16 bit images, it raise an error OSError: cannot write mode I;16B as PNG

ru61sco commented 5 years ago

It seems that most of the packages for image processing do not support 16-bit images, I will have to convert the images to 8-bit before using this.