wrapperBMP.hpp File Reference
#include <egami/egami.hpp>
Go to the source code of this file.
Functions | |
egami::Image | egami::loadBMP (const std::string &_fileName) |
bool | egami::storeBMP (const std::string &_fileName, const egami::Image &_inputImage) |
Detailed Description
- Copyright
- 2011, Edouard DUPIN, all right reserved
- Note
- License: APACHE v2.0 (see license file)
Function Documentation
§ loadBMP()
egami::Image egami::loadBMP | ( | const std::string & | _fileName | ) |
Load a bmp file in the image.
- Parameters
-
[in] _fileName Name of the file.
- Returns
- Generate image or empty image
§ storeBMP()
bool egami::storeBMP | ( | const std::string & | _fileName, |
const egami::Image & | _inputImage | ||
) |
Store a bmp file in the image.
- Parameters
-
[in] _fileName Name of the file. [in] _inputImage write data.
- Returns
- true if all is done correctly, false otherwise.