deltabeard / Haiyajan

A tiny and fast libretro entertainment application.

Home Page:https://projects.deltabeard.com/haiyajan/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

media: replace webp screenshot format with qoi

deltabeard opened this issue · comments

QOI is an image format that has very fast encoding speed. This will have the least impact on CPU time when taking screenshots.
In addition, jpeg-xl could be supported as an alternative to provide screenshots in a smaller file size whilst also being fast to encode.

jpeg-xl is C++ (no C bindings), so might just fall back to libjpeg-turbo.