image

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2021 License: Apache-2.0 Imports: 4 Imported by: 5

Documentation

Overview

Package image utils.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EncodeToString

func EncodeToString(src []byte) string

EncodeToString encode bytes to base64 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