write_png_file Subroutine

public subroutine write_png_file(filename, width, height, image_data)

Arguments

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