You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FreeImage.dll includes LibRawLite library.
It is compiled in x64 variant with OpenMP support.
It is not available on Windows Server 2016 & Windows Server 2019 out of the box unless you install vc_redist.x64.
So someone needs to recompile it without OpenMP or make a note that generally Visual Studio redist (2015 I suppose) is required here.
The text was updated successfully, but these errors were encountered:
FreeImage.dll includes LibRawLite library.
It is compiled in x64 variant with OpenMP support.
It is not available on Windows Server 2016 & Windows Server 2019 out of the box unless you install vc_redist.x64.
So someone needs to recompile it without OpenMP or make a note that generally Visual Studio redist (2015 I suppose) is required here.
The text was updated successfully, but these errors were encountered: