/* Copyright (c) 1997 Regents of the University of California */ /* SCCSid "$SunId$ LBL" */ /* * Error messages for tone mapping functions. * Included exclusively in "tonemap.c". * English version. */ char *tmErrorMessage[] = { "no error", "out of memory", "illegal argument value", "invalid tone mapping", "cannot compute tone mapping", "file cannot be opened or is the wrong type", };