64 |
|
VIEW avgview; /* average view for -B option */ |
65 |
|
int nvavg; /* number of views averaged */ |
66 |
|
|
67 |
– |
char *progname; |
68 |
– |
|
67 |
|
int fillo = F_FORE|F_BACK; /* selected fill options */ |
68 |
|
int fillsamp = 0; /* sample separation (0 == inf) */ |
69 |
|
COLR backcolr = BLKCOLR; /* background color */ |
135 |
|
SET_DEFAULT_BINARY(); |
136 |
|
SET_FILE_BINARY(stdout); |
137 |
|
|
138 |
< |
progname = argv[0]; |
138 |
> |
fixargv0(argv[0]); /* sets global progname */ |
139 |
|
|
140 |
|
for (an = 1; an < argc && argv[an][0] == '-'; an++) { |
141 |
|
rval = getviewopt(&ourview, argc-an, argv+an); |
326 |
|
fprintview(&avgview, stdout); |
327 |
|
putc('\n', stdout); |
328 |
|
} |
329 |
< |
if ((pixaspect < .99) | (pixaspect > 1.01)) |
329 |
> |
if ((pixaspect < .995) | (pixaspect > 1.005)) |
330 |
|
fputaspect(pixaspect, stdout); |
331 |
|
if (ourexp > 0) |
332 |
|
ourexp *= rexpadj; |