Figure animation support functionality Extracted from fortplot_figure_core.f90 for size reduction (SRP compliance)
Setup PNG backend for animation (temporary method)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | 
Extract RGB data for animation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| real(kind=wp), | intent(out) | :: | rgb_data(:,:,:) | |||
| logical, | intent(in) | :: | rendered | 
Extract PNG data for animation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| integer(kind=1), | intent(out), | allocatable | :: | png_data(:) | ||
| integer, | intent(out) | :: | status | |||
| logical, | intent(in) | :: | rendered |