55 class r_Conv_JPEG :
public r_Convert_Memory
59 r_Conv_JPEG(
const char *src,
const r_Minterval &interv,
const r_Type *tp )
throw(r_Error);
61 r_Conv_JPEG(
const char *src,
const r_Minterval &interv,
int tp )
throw(r_Error);
66 virtual r_convDesc &convertTo(
const char *options=NULL ) throw(r_Error);
68 virtual r_convDesc &convertFrom( const
char *options=NULL ) throw(r_Error);
70 virtual r_Convertor *clone(
void ) const;
72 virtual const
char *get_name(
void ) const;
73 virtual r_Data_Format get_data_format(
void ) const;
78 void initJPEG(
void );
Definition: raslib/type.hh:56