unsigned char* GenerateImage(int width, int height); unsigned char* GreyscaleToRGB(int width, int height, unsigned char* grey);