3 void PS_Bitmap(
int ncols,
int nrows,
int threshold,
const unsigned char *buf)
9 for (j = 0; j < nrows; j++) {
10 unsigned int bit = 0x80;
13 for (i = 0; i < ncols; i++) {
14 unsigned int k = buf[j * ncols + i];
16 if (k > (
unsigned int)threshold)
void PS_Bitmap(int ncols, int nrows, int threshold, const unsigned char *buf)
void output(const char *fmt,...)