openexr.h 484 B

12345678910111213141516171819202122232425262728
  1. /*
  2. ** SPDX-License-Identifier: BSD-3-Clause
  3. ** Copyright Contributors to the OpenEXR Project.
  4. */
  5. #ifndef OPENEXR_CORE_H
  6. #define OPENEXR_CORE_H
  7. #include "openexr_conf.h"
  8. #include "openexr_base.h"
  9. #include "openexr_errors.h"
  10. #include "openexr_context.h"
  11. #include "openexr_attr.h"
  12. #include "openexr_part.h"
  13. #include "openexr_std_attr.h"
  14. #include "openexr_chunkio.h"
  15. #include "openexr_decode.h"
  16. #include "openexr_encode.h"
  17. #include "openexr_debug.h"
  18. #endif /* OPENEXR_CORE_H */