qoi

package module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2021 License: MIT Imports: 6 Imported by: 3

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(r io.Reader) (image.Image, error)

func DecodeConfig

func DecodeConfig(r io.Reader) (cfg image.Config, err error)

func Encode

func Encode(w io.Writer, m image.Image) error

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL