ESI - Extremely Simple Image format encoder/decoder
esiconv | ||
esi.go | ||
go.mod | ||
go.sum | ||
README.md | ||
testpattern.png |
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