wrapperBMP.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <egami/egami.hpp>
9 
10 namespace egami {
16  egami::Image loadBMP(const std::string& _fileName);
23  bool storeBMP(const std::string& _fileName, const egami::Image& _inputImage);
24 }
25 
26 
Definition: debug.hpp:10
Definition: Image.hpp:66
bool storeBMP(const std::string &_fileName, const egami::Image &_inputImage)
egami::Image loadBMP(const std::string &_fileName)