nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
240 stars 97 forks source link

fix import Image in make_montage #151

Closed natalieklein closed 8 years ago

natalieklein commented 8 years ago

changed import line in make_montage to resolve #150

mwaskom commented 8 years ago

I don't really understand all the issues with PIL, but for the sake of backwards compatibility (in case some people can import Image but not PIL) might it make sense to check for both with a try statement?

natalieklein commented 8 years ago

@mwaskom Thanks, I don't really understand the issue either, but I hope this will work for everyone.

agramfort commented 8 years ago

thx @natalieklein