Код: Выделить всё
System.Runtime.InteropServices.ExternalException: 'A generic error occurred in GDI+.'
Код: Выделить всё
string imagePath = Path.Combine(imagesFolder, $"SavedImage_{DateTime.Now.Ticks}.png");
image.Save(imagePath, System.Drawing.Imaging.ImageFormat.Png);
Подробнее здесь: https://stackoverflow.com/questions/786 ... ion-a-gene