In C# .net I have an Image in a picture Box it's displayed correctly but when I save it into some file the image become different completely it become a black image with some red pints .
my code to save the Image is :
pictureBox1.Image.Save(SaveImageDialog.FileName);
Thanks enter image description here