maweigert / spimagine

GPU accelerated volume rendering / processing in Python
BSD 3-Clause "New" or "Revised" License
117 stars 17 forks source link

Update loadcolormaps.py to fix ImportError for scipy.misc.imread #31

Closed richhend closed 6 years ago

richhend commented 6 years ago

scipy.misc.imread is deprecated and causes an ImportError. Therefore, it should be replaced by imageio.imread (see https://github.com/maweigert/spimagine/issues/30)