0ad/source/tools/fontbuilder/imagemanip.h

3 lines
128 B
C
Raw Normal View History

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