Quite OK Image Format
From Just Solve the File Format Problem
(Difference between revisions)
(Wikidata) |
(sample files) |
||
Line 20: | Line 20: | ||
* [https://github.com/phoboslab/qoi Reference software at GitHub] | * [https://github.com/phoboslab/qoi Reference software at GitHub] | ||
* [[Farbfeld Utilities]] (qoiff; read-only) | * [[Farbfeld Utilities]] (qoiff; read-only) | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/quiteOK}} | ||
== Links == | == Links == |
Latest revision as of 00:33, 14 December 2024
Quite OK Image Format (QOI) is a raster image file format. It was developed by Dominic Szablewski.
Its compression scheme (RLE with some bells and whistles) is designed to be faster and simpler than that of formats like PNG, while having a file size that is only moderately larger.
Contents |
[edit] Identification
Files begin with ASCII "qoif
".
[edit] Specifications
- The Quite OK Image Format Specification
- qoi.h, "Data Format" section
[edit] Software
- Reference software at GitHub
- Farbfeld Utilities (qoiff; read-only)