System.Drawing.Image btmap = Bitmap.FromFile(@"C:\\Documents and Settings\\tyan\\My Documents\\OEE (4).tif");
 string btName = item.Substring(item.LastIndexOf("\\")+1);
 btmap.Save(newdir + btName.Substring(0, btName.LastIndexOf(".")+".jpg",System.Drawing.Imaging.ImageFormat.Jpeg);
                //File.Copy( item,newdir + item.Substring(item.LastIndexOf("\\") + 1));
System.Drawing.Image btmap = Bitmap.FromFile(@"C:\\Documents and Settings\\tyan\\My Documents\\OEE (4).tif");
这一行报的内存不足,帮忙看下怎么解决,图片不大只有200多K.电脑4G内存.