Images 💾

Last commit ⭐

commit 7fc4ea5495093a141c87c47cbad28421b4af7bc2
Author:     Nico Weber <thakis@chromium.org>
AuthorDate: Mon Apr 1 20:36:11 2024 -0700
Commit:     Tim Flynn <trflynn89@pm.me>
CommitDate: Tue Apr 2 15:00:23 2024 -0400

    Meta/jbig2_to_pdf.py: Read jbig2 dimensions from file
    
    Since we're parsing segment headers for random-access jbig2 inputs
    already, just always do that and get the image dimensions from the
    PageInformation segment data. Not all that much more code, and it
    makes this script much more pleasant to use.