Go to the documentation of this file.
6 #ifndef INCLUDED_OPENEXR_CONFIG_H
7 #define INCLUDED_OPENEXR_CONFIG_H 1
14 #define OPENEXR_IMF_INTERNAL_NAMESPACE_CUSTOM 1
15 #define OPENEXR_IMF_INTERNAL_NAMESPACE Imf_2_4_sidefx
21 #define OPENEXR_IMF_NAMESPACE_CUSTOM 1
22 #define OPENEXR_IMF_NAMESPACE Imf
28 #define OPENEXR_VERSION_STRING "2.4.2"
29 #define OPENEXR_PACKAGE_STRING "IlmBase "
31 #define OPENEXR_VERSION_MAJOR 2
32 #define OPENEXR_VERSION_MINOR 4
33 #define OPENEXR_VERSION_PATCH 2
36 #define OPENEXR_VERSION_HEX ((uint32_t(OPENEXR_VERSION_MAJOR) << 24) | \
37 (uint32_t(OPENEXR_VERSION_MINOR) << 16) | \
38 (uint32_t(OPENEXR_VERSION_PATCH) << 8))
40 #endif // INCLUDED_OPENEXR_CONFIG_H