#include #include class UtilTool { public: constexpr static std::array ImageType{"jpg","png"}; static bool CheckFileIsImage(const std::string& filename); };