No TIF support on Ubuntu 18.04 #1082
Replies: 4 comments
-
Ok. So after updating qt5 with
I can import the images but I immediately get an error saying the following:
It works with TIF files that I did from ARW (RAW files) with three bands (RGB) using the GDAL library, with a single band TIF coming directly out of a multispectral camera, but it faill with a 6 bands GeoTIF (Still a TIF format) . I will try redoing the 6 band GeoTIF to check if is the number of bands or the additional geo information what generate the problem |
Beta Was this translation helpful? Give feedback.
-
I'm not sure but maybe you're getting an error from here? Lines 48 to 53 in 4754b26 If so, we need somehow change PIL.Image.open to support TIF format. |
Beta Was this translation helpful? Give feedback.
-
So yes, after checking the problem is |
Beta Was this translation helpful? Give feedback.
-
I'm happy to support it, but I don't have time to work on that myself. |
Beta Was this translation helpful? Give feedback.
-
I tried with your newest version and 4.2.9 as recommend in #675 but in no case i was able to open TIF images. Any suggestion?
It work normally with JPG.
in iPython
Beta Was this translation helpful? Give feedback.
All reactions