extract_png_data_for_animation_figure Subroutine

public subroutine extract_png_data_for_animation_figure(state, plots, plot_count, png_data, status)

Extract PNG data for animation

Arguments

Type IntentOptional Attributes Name
type(figure_state_t), intent(inout) :: state
type(plot_data_t), intent(inout) :: plots(:)
integer, intent(in) :: plot_count
integer(kind=1), intent(out), allocatable :: png_data(:)
integer, intent(out) :: status