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

Struct GifEncoder

services/thumbnails/pkg/thumbnail/encoding.go:32–32  ·  view source on GitHub ↗

GifEncoder encodes to gif

Source from the content-addressed store, hash-verified

30
31// GifEncoder encodes to gif
32type GifEncoder struct{}
33
34// Encode encodes the image to a gif format
35func (e GifEncoder) Encode(w io.Writer, img any) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected