Anyone know if it's possible to convert a Bitmap to a WebP image using C#?
Been Google-ing around but wasn't able to find anything for C#. I found this:
mc-kay/libwebp-sharp · GitHub but it doesn't seem to convert bitmaps to the WebP format.
Any ideas?