4 void PS_Bitmap(
int ncols,
int nrows,
int threshold,
5 const unsigned char *buf)
11 for (j = 0; j < nrows; j++) {
12 unsigned int bit = 0x80;
15 for (i = 0; i < ncols; i++) {
16 unsigned int k = buf[j * ncols + i];
void output(const char *fmt,...)
void PS_Bitmap(int ncols, int nrows, int threshold, const unsigned char *buf)