| 1 |
|
#ifndef lint |
| 2 |
< |
static const char RCSid[] = "$Id$"; |
| 2 |
> |
static const char RCSid[] = "$Id$"; |
| 3 |
|
#endif |
| 4 |
|
/* |
| 5 |
|
* Radiance animation control program |
| 1011 |
|
putc('\n', fp); fclose(fp); |
| 1012 |
|
} |
| 1013 |
|
sprintf(combuf, |
| 1014 |
< |
"(pmblur %.3f %d %s %s; rm -f %s %s) | pinterp -B", |
| 1014 |
> |
"(pmblur %.3f %d %s %s; rm -f %s %s) | pinterp -B -a", |
| 1015 |
|
blurf, nblur, |
| 1016 |
|
fname0, fname1, fname0, fname1); |
| 1017 |
|
iter++; |
| 1026 |
|
if (usepfilt) |
| 1027 |
|
sprintf(combuf+strlen(combuf), " %s", rresopt); |
| 1028 |
|
else |
| 1029 |
< |
sprintf(combuf+strlen(combuf), " %s -e %s", |
| 1029 |
> |
sprintf(combuf+strlen(combuf), "-a %s -e %s", |
| 1030 |
|
fresopt, ep); |
| 1031 |
|
sprintf(combuf+strlen(combuf), " %s.unf %s.zbf", |
| 1032 |
|
fnbefore, fnbefore); |