Support JPEG compression in GDAL
Closed this issue · 2 comments
wonder-sk commented
Currently we build GDAL without JPEG support, so even GeoTIFF files with JPEG compression can't be loaded in Input:
https://github.com/lutraconsulting/input-sdk/blob/master/android/recipes/gdal/recipe.sh#L67
wonder-sk commented
Actually this is a bug, because previously (before AAB updates) we didn't disable JPEG driver:
https://github.com/lutraconsulting/input-sdk/blob/2588d6c416ebf4d371d6702717c321cd7e36468b/android/recipes/gdal/recipe.sh#L51
PeterPetrik commented