In C# it can be tiresome to do certain image editing functions using GDI+. This post has some fun editing methods which can come in handy at times. I have also included a nice little C# program to show all the functionality of the methods below. Saving a Jpeg The first thing to do here is set up the method signature with the input parameters. These are the save file path (string), the Image to sav