GifEncoder encodes to gif
| 30 | |
| 31 | // GifEncoder encodes to gif |
| 32 | type GifEncoder struct{} |
| 33 | |
| 34 | // Encode encodes the image to a gif format |
| 35 | func (e GifEncoder) Encode(w io.Writer, img any) error { |
nothing calls this directly
no outgoing calls
no test coverage detected