get_png_data Subroutine

public subroutine get_png_data(width, height, image_data, png_buffer)

Arguments

Type IntentOptional 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(:)