用gdi+Bitmap bmp("xxx.png"); Bitmap* cpBmp = bmp.Clone(0, 0, bmp.GetWidth(), bmp.GetHeith(), PixelFormatDontCare);//...delete cpBmp;