Overte C++ Documentation
OpenEXRReader.h
1 //
2 // OpenEXRReader.h
3 // image/src/image
4 //
5 // Created by Olivier Prat
6 // Copyright 2019 High Fidelity, Inc.
7 //
8 // Distributed under the Apache License, Version 2.0.
9 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
10 //
11 
12 #ifndef hifi_image_OpenEXRReader_h
13 #define hifi_image_OpenEXRReader_h
14 
15 #include "Image.h"
16 
17 namespace image {
18 
19  // TODO Move this into a plugin that QImageReader can use
20  Image readOpenEXR(QIODevice& contents, const std::string& filename);
21 
22 }
23 
24 #endif // hifi_image_OpenEXRReader_h