2011年8月24日
摘要: bmp图片合并 BOOL CombinePic(const WCHAR *format, const CString &strDst, const CString &strPic1, \ const CString &strPic2) { BOOL bCombine = false; int nRet = 0; CLSID clsid; nRet = GetEncoderClsid(format,&clsid); if (nRet> =0) { USES_CONVERSION; Bitmap bmp1(A2W(... 阅读全文
posted @ 2011-08-24 13:35 carekee 阅读(767) 评论(0) 推荐(0)