fortplot_png_encoder Module



Subroutines

public subroutine bitmap_to_png_buffer(bitmap, width, height, buffer)

Convert 3D RGB bitmap to PNG buffer format with filter bytes

Arguments

Type IntentOptional Attributes Name
integer(kind=1), intent(in) :: bitmap(:,:,:)
integer, intent(in) :: width
integer, intent(in) :: height
integer(kind=1), intent(out) :: buffer(:)