Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/tools/ppmconv/
Dppmconvbg.c488 int Convert(char *ppmfile, char *outfile, int parts, int colormax, char *valuelabel) in Convert() argument
533 result = Rgb2Index(num_pixels, rgb_buffer, index_buffer, colormax, &clut); in Convert()
553 OutputIndex(fp, valuelabel, colormax, width, height, index_buffer); in Convert()