/* RCSid $Id: tmerrmsg.h,v 3.4 2003/02/25 02:47:22 greg Exp $ */ /* * Error messages for tone mapping functions. * Included exclusively in "tonemap.c". * English version. */ #include "copyright.h" 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", "code consistency error 1", "code consistency error 2", };