ImageEncoding defines whether the embedded image shall be embedded as lossless (typically PNG) or lossy (typically JPG).
| 14 | |
| 15 | // ImageEncoding defines whether the embedded image shall be embedded as lossless (typically PNG) or lossy (typically JPG). |
| 16 | type ImageEncoding int |
| 17 | |
| 18 | // see ImageEncoding |
| 19 | const ( |
nothing calls this directly
no outgoing calls
no test coverage detected