| # | Line 20 | Line 20 | double inpexp = 1.0; /* input exposure value */ | |
|---|---|---|
| 20 | ||
| 21 | char *mbcalfile = NULL; /* macbethcal mapping file */ | |
| 22 | ||
| 23 | < | static struct mbc mbcond; /* macbethcal conditioning struct */ |
| 23 | > | static struct mbc { |
| 24 | > | float xa[3][6], ya[3][6]; |
| 25 | > | COLORMAT cmat; |
| 26 | > | } mbcond; /* macbethcal conditioning struct */ |
| 27 | ||
| 28 | static COLOR *scanbuf; /* scanline processing buffer */ | |
| 29 | static int nread; /* number of scanlines processed */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |