|
|
| static void EXR::writeEXR |
( |
const char * |
filename, |
|
|
float * |
image, |
|
|
int |
width, |
|
|
int |
height |
|
) |
[static] |
|
|
|
write a float array out to an EXR file
- Parameters:
-
| filename | name of output file |
| image | float array to write to an EXR file |
| width | width of float array |
| height | height of float array |
|
|