WebP is a raster graphics file format developed by Google intended as a replacement for JPEG, PNG, and GIF file formats. It supports both lossy and lossless compression, as well as animation and alpha transparency.
The attached C++ VS2022 SDK style source code project is able to convert .webp to .png using direct call to the
gdiplus flat API.
The project is provided with a webp image created with the help of AI (
ChatGPT 4).
It is a complement to the
webm project
posted here.