so I\'m trying to save an image via this code:
SaveFileDialog saveFileDialogThing = new SaveFileDialog(); Bitmap test = new Bitmap(5, 5); //Do some image edit thi