25 #ifndef __FIREVISION_FVUTILS_FILETYPE_H_ 26 #define __FIREVISION_FVUTILS_FILETYPE_H_ 28 #include <core/exception.h> 29 #include <utils/system/filetype.h> 30 #include <fvutils/readers/fvraw.h> 31 #include <fvutils/colormap/cmfile.h> 40 fv_filetype_file(
const char *filename)
Base class for exceptions in Fawkes.
static bool is_FvRaw(const char *filename)
Check if given file contains FvRaw image.
std::string filetype_file(const char *filename)
Get filetype of file.
static bool is_colormap_file(const char *filename)
Check if given file is a colormap file.