PhotoFormats.h (417B)
1 // File : PhotoFormats.h 2 // Date : Wed Apr 27 21:39:13 2016 3 // Author : Fabian Wermelinger 4 // Description: Photo Format Collection 5 // Copyright 2016 ETH Zurich. All Rights Reserved. 6 #ifndef PHOTOFORMATS_H_3IWQHPAU 7 #define PHOTOFORMATS_H_3IWQHPAU 8 9 #include "PhotoPaper.h" 10 #include "PhotoHDF5.h" 11 #include "PhotoPNG.h" 12 #include "PhotoASCII.h" 13 #include "PhotoINFO.h" 14 15 #endif /* PHOTOFORMATS_H_3IWQHPAU */