fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
zlib_compress
Function
29 statements
Source File
fortplot_zlib.f90
fortplot_zlib
zlib_compress
Contents
public function zlib_compress(input_data, input_len, output_len) result(output_data)
Full deflate compression with LZ77 and Huffman coding
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int8),
intent(in)
::
input_data
(*)
integer,
intent(in)
::
input_len
integer,
intent(out)
::
output_len
Return Value
integer(kind=int8), allocatable, (:)