Definition AsioInterface.hpp:5
Image decodeBMP(const std::string &path)
Decode a BMP file into an Image.
Raw decoded image data.
Definition Image.hpp:18
int channels
bytes per pixel (1, 3, or 4)
Definition Image.hpp:21
int width
Definition Image.hpp:19
int height
Definition Image.hpp:20
std::vector< uint8_t > data
raw pixel buffer (width * height * channels)
Definition Image.hpp:22