--- psiconv/trunk/lib/psiconv/configuration.h 2003/11/27 20:55:01 175 +++ psiconv/trunk/lib/psiconv/configuration.h 2003/12/02 19:47:47 176 @@ -34,6 +34,9 @@ { int verbosity; int colordepth; + int redbits; /* Only needed when color is used and no palet */ + int greenbits; /* Only needed when color is used and no palet */ + int bluebits; /* Only needed when color is used and no palet */ psiconv_bool_t color; psiconv_error_handler_t *error_handler; } *psiconv_config;