Ross ROSS = Recommend OSS · open-source software intelligence for agents

phoboslab/qoi

The “Quite OK Image Format” for fast, lossless image compression observed · 2026-08-28

github.com/phoboslab/qoi · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

70/100

  • Activity 84
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1743
  • days_rel: n/a
  • days_push: 96
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

7522 stars · 379 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

QOI is the 'Quite OK Image Format', a fast, lossless image compression format with a single-file MIT-licensed C/C++ reference implementation. It trades slightly worse compression ratios than PNG for much higher encoding/decoding throughput.

Use cases

  • compress images losslessly faster than png
  • encode and decode qoi image files in c or c++
  • convert png images to qoi format
  • benchmark image codec throughput against png and stb
  • embed a simple image codec in a game or app
  • port a lossless image format to other languages

When to choose

  • you need very fast lossless image encoding/decoding and can accept slightly larger files than PNG
  • you want a tiny, dependency-free, single-file library that is easy to read and port
  • you need a stable, finalized image format guaranteed to stay compatible

When to avoid

  • you need the best possible compression ratio rather than speed
  • you need streaming encode/decode of images larger than 400 million pixels with minimal RAM
  • you expect ongoing performance improvements or format changes, since the reference implementation intentionally stays simple and frozen

Facets

library · maturity stable

image-processing compression serialization image-processing graphics files cross-platform c cpp image-format lossless-compression single-file-library reference-implementation

1 source

Member repositories

RepositoryRoleHealth v2
phoboslab/qoimain70

For agents

markdown · JSON · MCP: product_card(name="phoboslab/qoi")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem