# | Line 326 | Line 326 | main( /* interpolate pictures */ | |
---|---|---|
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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |