spectralpython / spectral

Python module for hyperspectral image processing
MIT License
573 stars 139 forks source link

Pillow method tostring() has been deprecated. #39

Closed tboggs closed 8 years ago

tboggs commented 8 years ago

Pillow API has changed tostring to tobytes. Calling the former results in

Exception: tostring() has been removed. Please call tobytes() instead.

This was reported in Pull Request #38.