www.pudn.com > ShowImage.rar > ImageAPI.h


//--------------------------------------------------------------------------- 
 
#ifndef ImageAPIH 
#define ImageAPIH 
//--------------------------------------------------------------------------- 
void ProResample(Byte* lphdat, Byte* lpreshdat, int orgWidth,int orgHeight,int resWidth,int resHeight); 
#endif