class BMP { public: size_t width; size_t height; size_t byteWidth; uint8_t bitsPerPixel; uint8_t bytesPerPixel; uint8_t *image; };