for(int i=0; i<100; i++)

Image img = Image.FromFile(file.FullName);img.Dispose();img = null;
}
就这一段程序一跑就报内存不足的错误.