Recent content by drp85

  1. D

    Fortran Outputting Bitmap Images in Fortran without Record Delimiters

    In Fortran I need to output some data as a bitmap image, to visualise results. Problem is, with every WRITE statement it seems to append some unwanted bytes before and after the data itself. I have found out that these are called record delimiters, but I want to turn these off. How?
Back
Top