Lines Matching defs:format
74 static void DBG(int level, const char *format, ...)
77 va_start(args, format);
78 if (level < 50) vfprintf(stderr, format, args);
136 /* Converts from weird scanner format -> sequential data */
492 format changes from time to time) */
747 /* Converts from scanner format -> linear
765 format. I'll try to explain it in 100 words or less:
946 /* Calibration data is monochromatic (greyscale format) */
1010 /* Convert scanner format to a greyscale 16bpp image */
1103 /* Convert colour data from scanner format to RGB data */