image

package
v0.0.0-...-c4c85e9 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2022 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package image.

Package image.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EncodeToString

func EncodeToString(src []byte) string

Types

type Decoder

type Decoder struct {
	// contains filtered or unexported fields
}

Decoder struct.

func NewDecoder

func NewDecoder(r io.Reader) *Decoder

NewDecoder returns a new Decoder.

func (Decoder) Decode

func (d Decoder) Decode() (image.Image, error)

Decode decodes image from JPEG.

type Encoder

type Encoder struct {
	// contains filtered or unexported fields
}

Encoder struct.

func NewEncoder

func NewEncoder(w io.Writer) *Encoder

NewEncoder returns a new Encoder.

func (Encoder) Encode

func (e Encoder) Encode(img image.Image) error

Encode encodes image to JPEG.

Jump to

Keyboard shortcuts

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