ESI - Extremely Simple Image format encoder/decoder
Find a file
2024-11-03 20:17:38 -08:00
esiconv initj 2017-08-06 16:40:39 -05:00
esi.go remove logging, use a more efficient/smart pad byte array 2017-08-06 18:42:16 -05:00
go.mod add go.mod 2024-11-03 20:17:38 -08:00
go.sum add go.mod 2024-11-03 20:17:38 -08:00
README.md I corrected the spelling of my last name 2017-08-11 19:56:32 -04:00
testpattern.png remove logging, use a more efficient/smart pad byte array 2017-08-06 18:42:16 -05:00

esi

Go version of @AlexPoulsen's ESI format.

See original repo for more info: https://github.com/AlexPoulsen/esi

This package is compatible with the "image" package. See esiconv/main.go for a very simple example of usage.

esiconv

esiconv is a conversion tool, and also serves as an example for this package's usage.

Get pre-built binaries on the Releases page, or go-get via

go get -u github.com/kayteh/esi/esiconv