fortplot_bmp Module


Subroutines

public subroutine write_bmp_file(filename, bitmap, width, height)

Write RGB bitmap as simple 24-bit BMP file

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename
integer(kind=1), intent(in) :: bitmap(:,:,:)
integer, intent(in) :: width
integer, intent(in) :: height