MCPcopy
hub / github.com/opencloud-eu/opencloud / PngEncoder

Struct PngEncoder

services/thumbnails/pkg/thumbnail/encoding_vips.go:13–13  ·  view source on GitHub ↗

PngEncoder encodes to png

Source from the content-addressed store, hash-verified

11
12// PngEncoder encodes to png
13type PngEncoder struct{}
14
15// Encode encodes to png format
16func (e PngEncoder) Encode(w io.Writer, img interface{}) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected