Returns whether this was successfully opened.
| 8444 | |
| 8445 | // Returns whether this was successfully opened. |
| 8446 | bool valid() const { return data; } |
| 8447 | }; |
| 8448 | |
| 8449 | int LoadEXRImageFromFile(EXRImage *exr_image, const EXRHeader *exr_header, |
no outgoing calls
no test coverage detected