Quite OK Image Format
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|qoi}} |released=2021 }} '''Quite OK Image Format''' ('''QOI''') is a raster image file format. It was de...") |
(sample files) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Graphics | |subcat=Graphics | ||
|extensions={{ext|qoi}} | |extensions={{ext|qoi}} | ||
+ | |wikidata={{wikidata|Q111843814}} | ||
|released=2021 | |released=2021 | ||
}} | }} | ||
Line 18: | Line 19: | ||
== Software == | == Software == | ||
* [https://github.com/phoboslab/qoi Reference software at GitHub] | * [https://github.com/phoboslab/qoi Reference software at GitHub] | ||
+ | * [[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)