SerenityOS build: Tuesday, February 06
Images 💾⌗
- serenity-x86_64-20240206-92a628c.img.gz (Raw image, 214.34 MiB)
Last commit ⭐⌗
commit 92a628c07cb5638a76ebef0642b25b32e2cab51b
Author: Nico Weber <thakis@chromium.org>
AuthorDate: Mon Feb 5 19:36:35 2024 -0500
Commit: Tim Flynn <trflynn89@pm.me>
CommitDate: Mon Feb 5 21:18:19 2024 -0500
LibPDF: Always treat `/Subtype /Image` as binary data when dumping
Sometimes, the "is mostly text" heuristic fails for images.
Before:
Build/lagom/bin/pdf --render out.png ~/Downloads/0000/0000521.pdf \
--page 10 --dump-contents 2>&1 | wc -l
25709
After:
Build/lagom/bin/pdf --render out.png ~/Downloads/0000/0000521.pdf \
--page 10 --dump-contents 2>&1 | wc -l
11376
Other builds