PDA

View Full Version : Creating raw image in Fortran


webdev
07-26-2010, 11:13 PM
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...