Hello!
Open bmp file.
image = new Bitmap(Image.FromFile(imagePath)); ....... //Затем изменяю цвет некоторых пикселей с помощью image.SetPixel(i,j,color); ........ image.Save(ImagePath, System.Drawing.Imaging.ImageFormat.Bmp);//Затем сохраняю:
No more changes are made. Why does the output file size not match the input file? Height / width has not changed. Only the color changed. How to save the modified image in its original size?