--- ray/src/px/ra_tiff.c 1993/11/18 09:55:26 2.5 +++ ray/src/px/ra_tiff.c 1994/02/27 10:17:27 2.6 @@ -139,6 +139,7 @@ char *inpf, *outf; if (outf != NULL && strcmp(outf, "-") && freopen(outf, "w", stdout) == NULL) quiterr("cannot open Radiance output file"); + newheader("RADIANCE", stdout); fputs(progname, stdout); if (bradj) printf(" -e %+d", bradj);