| Revision: | 3.2 |
| Committed: | Fri Apr 18 13:59:50 1997 UTC (28 years, 6 months ago) by greg |
| Content type: | text/plain |
| Branch: | MAIN |
| Changes since 3.1: | +2 -0 lines |
| Log Message: | added notion of conversion packages with private data |
| # | Content |
|---|---|
| 1 | /* Copyright (c) 1997 Regents of the University of California */ |
| 2 | |
| 3 | /* SCCSid "$SunId$ LBL" */ |
| 4 | |
| 5 | /* |
| 6 | * Error messages for tone mapping functions. |
| 7 | * Included exclusively in "tonemap.c". |
| 8 | * English version. |
| 9 | */ |
| 10 | |
| 11 | char *tmErrorMessage[] = { |
| 12 | "no error", |
| 13 | "out of memory", |
| 14 | "illegal argument value", |
| 15 | "invalid tone mapping", |
| 16 | "cannot compute tone mapping", |
| 17 | "file cannot be opened or is the wrong type", |
| 18 | "code consistency error 1", |
| 19 | "code consistency error 2", |
| 20 | }; |