Categorygithub.com/xfmoulet/qoi
repositorypackage
0.2.0
Repository: https://github.com/xfmoulet/qoi.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

QOI - The “Quite OK Image” format for fast, lossless image compression - in Go

Package and small utilities in pure Go, quite OK implementation

See qoi.h for the documentation.

More info at https://qoiformat.org/

Performance

Performance is currently around half C version (optimized at -O3)

Example Usage

  • cmd/qoiconv converts between png <> qoi
  • cmd/qoibench bench the en/decoding vs. golang png implementation