在给图片翻转的时候需要注意的
Image img = Image.FromFile(idpic); img.RotateFlip(RotateFlipType.Rotate90FlipXY); img.Save(idpic, ImageFormat.Jpeg);
翻转后保存需要指定格式,不然照片会变得很大