ObjReader Community

SDK programming => 64-bit SDK programming => Topic started by: Patrice Terrier on February 27, 2024, 09:45:02 am

Title: Webp
Post by: Patrice Terrier on February 27, 2024, 09:45:02 am
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. (http://www.objreader.com/index.php?topic=364.msg6158#msg6158)