I'm building a browser in a C# .NET Windows Form Application and want to add support for WebP (.webp) images. How would I go about doing this?
The project uses Geckofx60.64 to create an embedded GeckoFx web browser. I have not been able to find any information online about adding WebP support to a web browser rather than just creating an img2webp conversion system.
It would be preferable to complete this task from a NuGet package rather than an online install, if possible.