PICCANTE  0.4
The hottest HDR imaging library!
io.hpp
Go to the documentation of this file.
1 /*
2 
3 PICCANTE
4 The hottest HDR imaging library!
5 http://vcg.isti.cnr.it/piccante
6 
7 Copyright (C) 2014
8 Visual Computing Laboratory - ISTI CNR
9 http://vcg.isti.cnr.it
10 First author: Francesco Banterle
11 
12 This Source Code Form is subject to the terms of the Mozilla Public
13 License, v. 2.0. If a copy of the MPL was not distributed with this
14 file, You can obtain one at http://mozilla.org/MPL/2.0/.
15 
16 */
17 
18 #ifndef PIC_IO_HPP
19 #define PIC_IO_HPP
20 
21 #include "io/bmp.hpp"
22 #include "io/exr.hpp"
23 #include "io/exr_tiny.hpp"
24 #include "io/hdr.hpp"
25 #include "io/pfm.hpp"
26 #include "io/ppm.hpp"
27 #include "io/pgm.hpp"
28 #include "io/tga.hpp"
29 #include "io/tmp.hpp"
30 #include "io/vol.hpp"
31 #include "io/stb.hpp"
32 #include "io/exif.hpp"
33 
34 #endif /* PIC_IO_HPP */
35