mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:57:35 +00:00
LibCompress: Add a PackBits decoder
This compression scheme was quite popular during the 80's, and we can still find it in use inside file formats such as TIFF or PDF.
This commit is contained in:
parent
5d0fb4bac3
commit
d748edd994
5 changed files with 99 additions and 0 deletions
|
@ -3,6 +3,7 @@ set(TEST_SOURCES
|
|||
TestDeflate.cpp
|
||||
TestGzip.cpp
|
||||
TestLzma.cpp
|
||||
TestPackBits.cpp
|
||||
TestXz.cpp
|
||||
TestZlib.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue