I\'m converting a .png file to .jpg in C# by passing the source image and desired format to a method and returning an array of bytes, then writing the array of bytes like this:<