The zlib
data compressed format is one of the main compression algorithms used by SWF files.
It is defined in RFC 1950.
Implementations
- zlib is the canonical C implementation.
- pako is a JS port of the C implementation. Used by Open Flash for TypeScript.
- inflate is a Rust crate with zlib support. Used by Open Flash for Rust.