2

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.

KeldJ
  • 141
  • 1
  • 10
  • You probably need to install libwebp.dll following https://developers.google.com/speed/webp/download – Lex Li Jun 10 '20 at 19:44
  • I have downloaded the source and compiled it according to https://developers.google.com/speed/webp/docs/compiling Im not sure where i should place the libwebp.dll. I put it in both the \bin and \windows\system – KeldJ Jun 11 '20 at 07:15
  • libwebp is bundled. It's definitely Windows C++ Redistributable. – James South Jul 07 '20 at 00:36
  • 1
    Did you manage to solve this? – Justin Lim May 06 '21 at 08:50
  • yes, im using Imageprocessor to create WebP images with Wrapper for WebP format in C#. (MIT) Jose M. Piñeiro https://github.com/JosePineiro/WebP-wrapper AND placed the dll both in root and in bin – KeldJ Jul 23 '21 at 09:22

0 Answers0