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

Author
Edouard DUPIN
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]_fileNameName 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]_fileNameName of the file.
[in]_inputImagewrite data.
Returns
true if all is done correctly, false otherwise.