I've parsed an image with the following code
Bitmap img = (Bitmap)Bitmap.FromFile("file.jpg");
And after saved so
img.Save("file2.jpg");
I did not modify anything, but looking on diff of the both images, I see that the new one is different. How I can fix that? I want to keep the colors