| # | Line 105 | Line 105 | char *file; | |
|---|---|---|
| 105 | fputs(": read error\n", stderr); | |
| 106 | exit(1); | |
| 107 | } | |
| 108 | < | normcolrs(scanin, xres); /* normalize */ |
| 108 | > | normcolrs(scanin, xres, 0); /* normalize */ |
| 109 | for (x = 0; x < xres; x++) /* convert */ | |
| 110 | sc_frame_arr[y+ybeg][x+xbeg] = | |
| 111 | ((gammamap[scanin[x][RED]]+(random()&7))&0xf8)<<7 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |