Home
last modified time | relevance | path

Searched refs:valuelabel (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.4/build/tools/ppmconv/
Dppmconvbg.c488 int Convert(char *ppmfile, char *outfile, int parts, int colormax, char *valuelabel) in Convert() argument
543 fp = fopen(outfile, valuelabel ? "w" : "wb"); in Convert()
549 OutputCLUT(fp, valuelabel, &clut); in Convert()
553 OutputIndex(fp, valuelabel, colormax, width, height, index_buffer); in Convert()