Files
ladybird/Userland/Libraries/LibCompress
Lucas CHOLLET 2a5cb5becb LibCompress: Add LZWDecoder::decode_all()
This method takes bytes as input and decompress everything to a
ByteBuffer. It uses two control codes (clear and end of data) as
described in the GIF, TIFF and PDF specifications.
2023-12-01 12:58:14 +01:00
..
2023-09-27 03:22:56 +02:00
2023-11-09 10:05:51 -05:00