Skip to content

Raw deflate/inflate functions (minimal size of compressed data) #8

Open
@vicreal

Description

@vicreal

It would be useful to add the ability to compress and decompress data in raw deflate-mode (without headers and wrapper) like the gzdeflate($string, $level, ZLIB_ENCODING_RAW) function in PHP:

$compressed = gzdeflate($str, $level, ZLIB_ENCODING_RAW);
$original = gzinflate($compressed);

Raw-mode (without headers and wrapper) provides the minimal compressed data size...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions