core_extract_png_data_for_animation Subroutine

public subroutine core_extract_png_data_for_animation(state, png_data, status, plots, plot_count, annotations, annotation_count, rendered)

Arguments

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