Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 927 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 927 Bytes

Go Image Coding

Go Report Card go-doc

Go (bindings for) image en-/de-coding using libraries found on debian and other common systems. Go comes with image processing built-in, written in go, but often they can't quite match the performance of established image processing libraries such as jpeg-turbo etc.

While general purpose, this project is opinionated and tailor to our needs.

Install (debian)

See Dockerfile

Install (OS X)

brew install jpeg-turbo libpng libheif webp pkg-config

HEIF/HEIC

This package optionally supports heif, to include heif; add -tags heif to your gobuild. It's enabled by default on darwin (macOS).