Hi All,

Here we go first post :D

So I have a customized version of nopcommerce source code, which I'm still new to working with.
So currently I have added webp support using modernizr, and modifying some views to display the webp image.

I would like to go one step further and automatically convert uploaded .jpg files to .webp, as I currently have to manually convert them using the xnconvert tool for windows.

Now I have looked at the webp api provided by google and tried to use the libwebp package for visual studio, but the install fails through package manager console.

Can someone guide me through this process, maybe there is a easy way to do it.
Thanks for the help :)