fury-gl / fury

FURY - Free Unified Rendering in pYthon.
https://fury.gl
Other
230 stars 163 forks source link

fix image load flip issue #720

Closed maharshi-gor closed 1 year ago

maharshi-gor commented 1 year ago

This PR aims to fix the image loading (Flip) issue.

The possibility is that the underlying pillow must have changed something in the newer versions. That will now not require flipping the NumPy array.

This will automatically fix the earth-coordinates and earth-animation tutorials.

Garyfallidis commented 1 year ago

It will be great to track at which version of pillow the behavior changed so we can update our dependency requirements.

ganimtron-10 commented 1 year ago

Hey @Mk996 , Thanks for doing this! I haven't tested this yet but make sure to pass all the tests. You can ignore the test fails that aren't due to your code, but I can see some of the tests related to interpolators are failing. PTAL at them.

Thanks!

skoudoro commented 1 year ago

superseded and fixed by #728. closing