Author Topic: Webp  (Read 2538 times)

Patrice Terrier

  • Administrator
  • *****
  • Posts: 1983
    • zapsolution
Webp
« 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.
« Last Edit: February 27, 2024, 10:01:57 am by Patrice Terrier »
Patrice
(Always working with the latest Windows version available...)