#image-format #decoder #encoder #quite #okay #codec #no-std

no-std teeny-qoi

An implementation of the Quite Okay Image Format with no_std support

1 unstable release

0.1.0 Apr 15, 2022

#11 in #quite

MIT/Apache

23KB
501 lines

teeny-qoi

a tiny quite okay image format encoder and decoder with no-std support


lib.rs:

QOI decoder & encoder implementation. Heavily based on the reference implementation. Feature flags:

  • std: enables stdlib support, disables no_std. on by default.
  • alloc: enables use of Vec methods, using the alloc crate while keeping no_std. disabled by default.

Dependencies

~1.1–1.6MB
~29K SLoC