Searched refs:PGM (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgPPM.c29 * Define PGM and PPM, i.e. gray images and color images.
32 #define PGM 1 macro
173 if (type == PGM) {
323 * The return value is PGM if file "f" appears to start with
324 * a valid PGM header, PPM if "f" appears to start with a valid
398 type = PGM;

Completed in 10 milliseconds