PngEncoder encodes to png
| 11 | |
| 12 | // PngEncoder encodes to png |
| 13 | type PngEncoder struct{} |
| 14 | |
| 15 | // Encode encodes to png format |
| 16 | func (e PngEncoder) Encode(w io.Writer, img interface{}) error { |
nothing calls this directly
no outgoing calls
no test coverage detected