51 class r_Conv_PNG :
public r_Convert_Memory
55 r_Conv_PNG(
const char *src,
const r_Minterval &interv,
const r_Type *tp )
throw(r_Error);
57 r_Conv_PNG(
const char *src,
const r_Minterval &interv,
int tp )
throw(r_Error);
62 virtual r_convDesc &convertTo(
const char *options=NULL ) throw(r_Error);
64 virtual r_convDesc &convertFrom( const
char *options=NULL ) throw(r_Error);
66 virtual r_Convertor *clone(
void ) const;
68 virtual const
char *get_name(
void ) const;
69 virtual r_Data_Format get_data_format(
void ) const;
73 static const
char *name_InfoKey;
74 static const
char *name_InfoText;
75 static const
char *method_convertTo;
76 static const
char *method_convertFrom;
Definition: raslib/type.hh:56