get_ascii_png_data Subroutine

public subroutine get_ascii_png_data(width, height, png_data, status)

Get PNG data from ASCII backend (not supported)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: width
integer, intent(in) :: height
integer(kind=1), intent(out), allocatable :: png_data(:)
integer, intent(out) :: status