Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information