MCPcopy Create free account
hub / github.com/tdewolff/canvas / ImageEncoding

TypeAlias ImageEncoding

image/image.go:16–16  ·  view source on GitHub ↗

ImageEncoding defines whether the embedded image shall be embedded as lossless (typically PNG) or lossy (typically JPG).

Source from the content-addressed store, hash-verified

14
15// ImageEncoding defines whether the embedded image shall be embedded as lossless (typically PNG) or lossy (typically JPG).
16type ImageEncoding int
17
18// see ImageEncoding
19const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected