I have implemented ImageProcessor in our CMS (.net Framework) to convert images to webp.
I works fine on development PC and on testserver with Windows Server 2017.
On our current production server with Windows Server 2012 i get an "Cannot load libwebp.dll" exception.
In some forums and on and https://imageprocessor.org/imageprocessor/plugins/webp/ I can read could be related to installation of Windows C++ Redistributable which includes MSVCR120.DLL.
Even though i follow all instructions i still get the exception "Cannot load libwebp.dll""
Can anyone give me an solution.