fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
get_png_data
Subroutine
6 statements
Source File
fortplot_png.f90
fortplot_png
get_png_data
Contents
public subroutine get_png_data(width, height, image_data, png_buffer)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
width
integer,
intent(in)
::
height
integer(kind=1),
intent(in)
::
image_data
(:)
integer(kind=1),
intent(out),
allocatable
::
png_buffer
(:)