pdf_extract_rgb_data Subroutine

public subroutine pdf_extract_rgb_data(ctx, width, height, rgb_data)

Arguments

Type IntentOptional Attributes Name
type(pdf_context_handle), intent(in) :: ctx
integer, intent(in) :: width
integer, intent(in) :: height
real(kind=wp), intent(out) :: rgb_data(width,height,3)