I am trying to convert an array of grayscale values into an Image for viewing in a picturebox. What I am currently doing is converting the data to rgb and then converting it to a bmp. I would like to cut out the extra steps. Does anyone know of any methods to do this?