Files
skia/third_party/externals/wuffs/std/zlib
2022-09-13 14:31:24 +08:00
..
2022-09-13 14:31:24 +08:00
2022-09-13 14:31:24 +08:00

Zlib

Zlib (RFC 1950) is a thin wrapper around raw deflate (RFC 1951). Zlib is similar to gzip (RFC 1952), but with a different wire format and checksum algorithm.

Zlib is used by the ELF executable and PNG image file formats.

TODO: a worked example.