Lines Matching defs:outfile
5643 FILE *outfile;
5666 outfile = fopen("shading_buf_w.pnm", "w");
5667 fprintf(outfile, "P6\n#imagedata\n%d %d\n255\n",
5712 fputc(img_val_out, outfile);
5716 fclose(outfile);
5812 FILE *outfile;
5833 outfile = fopen("microtek2_cshading_w.pnm", "w");
5835 fprintf(outfile, "P6\n#imagedata\n%d %d\n255\n", ms->ppl, img_height);
5837 fprintf(outfile, "P5\n#imagedata\n%d %d\n255\n", ms->ppl, img_height);
5854 fputc((unsigned char)img_val, outfile);
5860 fclose(outfile);