#include <stdio.h>#include <stdlib.h>#include <tiffio.h>#include <ImfInputFile.h>#include <ImfChannelList.h>#include <ImfFrameBuffer.h>#include <half.h>Go to the source code of this file.
Functions | |
| static bool | ReadEXR (const char *name, float *&rgba, int &xRes, int &yRes, bool &hasAlpha) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| static bool ReadEXR | ( | const char * | name, | |
| float *& | rgba, | |||
| int & | xRes, | |||
| int & | yRes, | |||
| bool & | hasAlpha | |||
| ) | [static] |
Definition at line 49 of file exravg.cpp.
1.5.6