摘要: 1 void Bmp2Png(LPCWSTR szBmpFile, LPCWSTR szPngFile) 2 { 3 Image* image = nullptr; 4 CLSID clsid; 5 6 image = Image::FromFile(szBmpFile, TRUE); 7 8 if (!image) 9 { 10 ... 阅读全文
posted @ 2019-01-11 17:31 黑马网仔 阅读(251) 评论(0) 推荐(0) 编辑