I have to write a function which create a bitmap file from an Image struct. This Image struct contains only an array of pixel, the height and width of the image. Here is the