| # | Line 10 | Line 10 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 10 | #include "copyright.h" | |
| 11 | ||
| 12 | #include <stdio.h> | |
| 13 | + | #include <stdlib.h> |
| 14 | #include <string.h> | |
| 15 | #include <math.h> | |
| 16 | #include <time.h> | |
| # | Line 432 | Line 433 | register TMstruct *tms; | |
| 433 | cd = (COLRDATA *)tms->pd[colrReg]; | |
| 434 | for (i = 3; i--; ) | |
| 435 | cd->clfb[i] = 0x1000*tms->clf[i] + .5; | |
| 435 | – | fprintf(stderr, "(%d %d %d)\n", cd->clfb[0], cd->clfb[1], cd->clfb[2]); |
| 436 | cd->inpsfb = tmCvLuminance(tms->inpsf); | |
| 437 | for (i = 3; i--; ) | |
| 438 | for (j = 3; j--; ) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |