MaxRev-Dev / gdal.netcore

GDAL 3.x C#/F# bindings for .NET apps
MIT License
157 stars 36 forks source link

EXR Driver missing on Windows #139

Open bertt opened 4 months ago

bertt commented 4 months ago

Hi, just upgraded my sample to 3.9.0, I noticed that GDAL driver 'EXR' is missing on Windows (150 gdal drivers), not on Linux/Mac (151 gdal drivers).

MaxRev-Dev commented 4 months ago

Yes, that's intended. OpenEXR is not recognized on Windows during configuration.

I have not found any solution to this. If you know how to enable it, you're welcome to contribute.

https://github.com/MaxRev-Dev/gdal.netcore/blob/4428f2cec8c363648b718bac3185d80775941816/win/partials.psm1#L253-L261