codec

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ARGBCodec = &argbCodec{
	header: "ARGB",
}
View Source
var ImageCodec = &imageCodec{}
View Source
var MaskCodec = &maskCodec{}
View Source
var PackCodec = &packCodec{}

Functions

This section is empty.

Types

type Codec

type Codec interface {
	Encode(io.Writer, image.Image) error
	Decode(io.Reader, Resolution) (image.Image, string, error)
}

type Resolution

type Resolution uint

Jump to

Keyboard shortcuts

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