| # | Line 278 | Line 278 | mapimage() /* map picture and send to stdout */ | |
|---|---|---|
| 278 | fprintf(stderr, "%s: linear scaling factor = %f\n", | |
| 279 | progname, scalef); | |
| 280 | #endif | |
| 281 | < | if (scalef < 0.99 | scalef > 1.01) |
| 282 | < | fputexpos(scalef, stdout); /* write in header */ |
| 281 | > | fputexpos(inpexp*scalef, stdout); /* record exposure */ |
| 282 | if (lumf == cielum) scalef /= WHTEFFICACY; | |
| 283 | } | |
| 284 | putchar('\n'); /* complete header */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |