| 240 |
|
fprintview(commvp, stdout); |
| 241 |
|
fputc('\n', stdout); |
| 242 |
|
} |
| 243 |
< |
if (outfloat) { /* print format if known */ |
| 243 |
> |
if (outfloat) { /* print output format */ |
| 244 |
|
printf("NROWS=%d\nNCOLS=%d\n", yres, xres); |
| 245 |
|
fputncomp(outfloat, stdout); |
| 246 |
|
fputendian(stdout); |
| 247 |
|
fputformat("float", stdout); |
| 248 |
|
} else if (strcmp(ourfmt, PICFMT)) |
| 249 |
|
fputformat(ourfmt, stdout); |
| 250 |
+ |
else |
| 251 |
+ |
fputformat(COLRFMT, stdout); |
| 252 |
|
fputc('\n', stdout); /* end header */ |
| 253 |
|
if (!outfloat) |
| 254 |
|
fprtresolu(xres, yres, stdout); |
| 255 |
|
|
| 256 |
+ |
doptimize(1); /* optimize definitions */ |
| 257 |
|
combine(); /* combine pictures */ |
| 258 |
|
quit(0); |
| 259 |
|
usage: |