Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TIFF: Continue validation even if data is unaligned
Copy of #750 submitted by @david-russo, many thanks. Couldn't sort the conflict from the web UI. Storing data unaligned to word or byte boundaries can decrease read performance but needn't halt file validation entirely as it doesn't prevent the file from being read. This will allow other potentially more serious issues to also be reported. This commit also makes the 'byteoffset' configuration option affect the reporting of unaligned IFDs the same way it does unaligned IFD Entry values (by treating them as valid when set to 'true').
- Loading branch information