void _replace( Imager img, SV* str ) { sv_force_normal( str ); unsigned char* ptr = SvPV_nolen( str ); myfree( img-> idata ); img-> idata = ptr; SvPV_set( str, savepv( "" ) ); }