An 8-bit grayscale 2d image.
More...
#include <io.hpp>
An 8-bit grayscale 2d image.
Definition at line 63 of file io.hpp.
◆ height
◆ image
unsigned char* lost::Image::image |
The raw pixel data in the image.
This is an array of pixels, of length width*height. Each pixel is a single byte. A zero byte is pure black, and a 255 byte is pure white. Support for pixel resolution greater than 8 bits may be added in the future.
Definition at line 69 of file io.hpp.
◆ width
The documentation for this class was generated from the following file: