fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
write_png_file
Subroutine
29 statements
Source File
fortplot_png.f90
fortplot_png
write_png_file
Contents
public subroutine write_png_file(filename, width, height, image_data)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
filename
integer,
intent(in)
::
width
integer,
intent(in)
::
height
integer(kind=1),
intent(in)
::
image_data
(:)