Open
Bug 1765908
(QOI)
Opened 2 years ago
Updated 11 months ago
Support the QOI image format
Categories
(Core :: Graphics: ImageLib, enhancement)
Core
Graphics: ImageLib
Tracking
()
NEW
People
(Reporter: mark, Unassigned)
References
()
Details
QOI is a new losless RGB(A) image format that provides a very simple and fast encoding and decoding algorithm while having comparable compression performance to PNG. It does straightforward integer manipulation only and has a fully byte-aligned memory structure making it exceedingly suitable for low-latency and low-CPU use.
Its specification and reference implementation are completely open, and its simplicity allows it to be described in a single-page PDF document (see URL).
Updated•2 years ago
|
QOI source code (C): https://github.com/phoboslab/qoi
QOI implementation in Rust: https://github.com/aldanor/qoi-rust
You need to log in
before you can comment on or make changes to this bug.
Description
•