package
module
Version:
v0.0.0-...-3661193
Opens a new window with list of versions in this module.
Published: Dec 22, 2018
License: ISC
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
README
¶
Go.Farbfeld
About
This is Go implementation of farbfeld
image format.
It uses Go's image
interface, similar to image/png
.
Install
go get github.com/hullerob/go.farbfeld
Usage
See examples
.
Documentation
¶
Decode reads a farbfeld from r and returns it as image.NRGBA64.
DecodeConfig returns dimensions of farbfeld image.
Encode writes m to w in farbfeld format. If m is not image.NRGBA64,
it will be converted lossily.
Source Files
¶
Directories
¶
examples
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.