Format returns the image format from the metadata
()
| 102 | |
| 103 | // Format returns the image format from the metadata |
| 104 | func (d *imageDataAsyncBuffer) Format() imagetype.Type { |
| 105 | return d.format |
| 106 | } |
| 107 | |
| 108 | // Size returns the size of the image data in bytes. |
| 109 | // It waits for the async buffer to finish reading. |
nothing calls this directly
no outgoing calls
no test coverage detected