image

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2026 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Format = "image"
)

Variables

View Source
var (
	ErrEmptyPayload      = errors.New("crypha/image: empty payload")
	ErrUnsupportedFormat = errors.New("crypha/image: cover must be a PNG or 24-bit BMP")
	ErrPaletted          = errors.New("crypha/image: paletted images are not supported, provide a truecolor PNG or 24-bit BMP")
	Err16Bit             = errors.New("crypha/image: 16-bit images are not supported, provide an 8-bit truecolor image")
	ErrPayloadTooLarge   = errors.New("crypha/image: payload exceeds carrier capacity")
	ErrTooSmall          = errors.New("crypha/image: image is too small to contain a payload")
	ErrNoPayload         = errors.New("crypha/image: no crypha payload found")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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