Images 💾

Last commit ⭐

commit 42f29b96706a6cddcb4744493ab4361a0d562b2b
Author:     Lucas CHOLLET <lucas.chollet@free.fr>
AuthorDate: Sat Feb 3 16:35:31 2024 -0500
Commit:     Andrew Kaster <akaster@serenityos.org>
CommitDate: Thu Feb 8 09:03:46 2024 -0700

    LibGfx/TIFF: Also seek after reading the last tag
    
    The `read_tag()` function is not mandated to keep the reading head at a
    meaningful position, so we also need to align the pointer after the last
    tag. This solves a bug where reading the last field of an IFD, which is
    placed after the tags, was incorrect.