Documentation
¶
Index ¶
- Constants
- func ApplyPredictTransform(pixels []color.NRGBA, width, height int) (int, []color.NRGBA)
- func ApplySubtractGreenTransform(pixels []color.NRGBA)
- func Encode(w io.Writer, img image.Image) error
- func WriteBitStreamData(w *BitWriter, img image.Image, colorCacheBits int, transforms [4]bool) error
- func WriteImageData(w *BitWriter, pixels []color.NRGBA, isRecursive bool, colorCacheBits int)
- type BitWriter
- type HuffmanCode
- type Node
- type NodeHeap
- type Transform
Constants ¶
View Source
const ( TransformPredict = Transform(0) TransformSubGreen = Transform(2) )
Variables ¶
This section is empty.
Functions ¶
func ApplyPredictTransform ¶
func WriteBitStreamData ¶
Types ¶
type HuffmanCode ¶
Click to show internal directories.
Click to hide internal directories.