58 class r_Conv_BMP :
public r_Convertor
62 r_Conv_BMP(
const char *src,
const r_Minterval &interv,
const r_Type *tp )
throw(r_Error);
64 r_Conv_BMP(
const char *src,
const r_Minterval &interv,
int tp )
throw(r_Error);
69 virtual r_convDesc &convertTo(
const char *options=NULL ) throw(r_Error);
71 virtual r_convDesc &convertFrom( const
char *options=NULL ) throw(r_Error);
73 virtual r_Convertor *clone(
void ) const;
75 virtual const
char *get_name(
void ) const;
76 virtual r_Data_Format get_data_format(
void ) const;
83 unsigned char *flushLiterals(
int numLit,
int pixelAdd,
unsigned char *dest, const
unsigned char *lastLit, const
unsigned char *mapColours);