From ecdf859b6ce481abfd530425dcf6f0f764bd0001 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 28 Dec 2021 03:01:00 +0000 Subject: CTAN sync 202112280300 --- .../cudareflect/tinyexr/examples/exrview/exr-io.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 graphics/asymptote/cudareflect/tinyexr/examples/exrview/exr-io.h (limited to 'graphics/asymptote/cudareflect/tinyexr/examples/exrview/exr-io.h') diff --git a/graphics/asymptote/cudareflect/tinyexr/examples/exrview/exr-io.h b/graphics/asymptote/cudareflect/tinyexr/examples/exrview/exr-io.h new file mode 100644 index 0000000000..d338ff6977 --- /dev/null +++ b/graphics/asymptote/cudareflect/tinyexr/examples/exrview/exr-io.h @@ -0,0 +1,16 @@ +#ifndef EXR_IO_H_ +#define EXR_IO_H_ + +#include "tinyexr.h" + +namespace exrio +{ + +bool GetEXRLayers(const char *filename); + +bool LoadEXRRGBA(float** rgba, int* w, int *h, const char* filename, const char* layername = nullptr); + +} + + +#endif // EXR_IO_H_ -- cgit v1.2.3