1
0
forked from 0ad/0ad
0ad/source/tools/fontbuilder/imagemanip.h

3 lines
128 B
C

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