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...") |
Revision as of 16:34, 26 December 2021
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 |
Identification
Files begin with ASCII "qoif
".
Specifications
- The Quite OK Image Format Specification
- qoi.h, "Data Format" section