Format returns the image format based on the metadata
()
| 60 | |
| 61 | // Format returns the image format based on the metadata |
| 62 | func (d *imageDataBytes) Format() imagetype.Type { |
| 63 | return d.format |
| 64 | } |
| 65 | |
| 66 | // Reader returns an io.ReadSeeker for the image data |
| 67 | func (d *imageDataBytes) Reader() io.ReadSeeker { |
nothing calls this directly
no outgoing calls
no test coverage detected