Encode encodes the image to a format.
(w io.Writer, img any)
| 22 | type Encoder interface { |
| 23 | // Encode encodes the image to a format. |
| 24 | Encode(w io.Writer, img any) error |
| 25 | // Types returns the formats suffixes. |
| 26 | Types() []string |
| 27 | // MimeType returns the mimetype used by the encoder. |
no outgoing calls
no test coverage detected