RawImgWrapper

Represents raw bytes picture Useful for testing purposes

struct RawImgWrapper {
int w;
int h;
}

Meta