awestove 0 Newbie Poster

Is it possible to create a raw image in Fortran? I was thinking BMP but not really sure what extension would be best.

Basically, I want to be able to have an array or a text file that contains the color values for each pixel, so a 3 pixel wide red image would just be FF0000FF0000FF0000 or something similar to that