Bitmap OutputBitmap = new Bitmap(oldPath);//新建BitMap对象
OutputBitmap
if (jpegICI != null)
{
OutputBitmap.Save(newPath,jpegICI, encoderParams)
}
注意看oldPath 和new Path
为什么 newPath 在oldPath的目录下时,就会发生 GDI一般性错误,难道BitMap 锁定了这个路径下的所有目录,如果是怎么解除锁定,如果不是,请赐教
------解决方案--------------------------------------------------------
应该没有锁定
看看你的newpath具体是哪里 存不存在