1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:37:46 +00:00

LibPDF: Add support for the LZW filter

This allows us to decode the first page of ThinkingInPostScript.pdf :^)
This commit is contained in:
Lucas CHOLLET 2023-11-11 17:00:02 -05:00 committed by Andreas Kling
parent 048ef11136
commit 9bc25db9a3
3 changed files with 33 additions and 4 deletions

View file

@ -61,6 +61,7 @@
X(Differences) \
X(Domain) \
X(E) \
X(EarlyChange) \
X(Encode) \
X(Encoding) \
X(Encrypt) \