How to convert webp to png?

do you have an example?

You're going to need libwebp: libwebp — Rust image library // Lib.rs WebPDecodeRGBA

and then some PNG library, e.g. LodePNG — Rust image library // Lib.rs encode32_file

Thank you.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.