Format returns the image format from the metadata (shortcut)
()
| 22 | Reader() io.ReadSeeker // Reader returns a new ReadSeeker for the image data |
| 23 | Format() imagetype.Type // Format returns the image format from the metadata (shortcut) |
| 24 | Size() (int, error) // Size returns the size of the image data in bytes |
| 25 | Error() error // Error returns any error that occurred during reading data from source |
| 26 | |
| 27 | // AddCancel attaches a cancel function to the image data. |
no outgoing calls
no test coverage detected