| # | Line 260 | Line 260 | getahead(void) /* load picture header */ | |
|---|---|---|
| 260 | progname); | |
| 261 | exit(1); | |
| 262 | } | |
| 263 | < | if (!gotview || ourview.type == VT_PAR) { |
| 263 | > | if (!gotview || ourview.type == VT_PAR || |
| 264 | > | ourview.horiz <= 5. | ourview.vert <= 5.) { |
| 265 | ourview = stdview; | |
| 266 | ourview.type = VT_PER; | |
| 267 | if (pixaspect*inpres.yr < inpres.xr) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |