-
-
Notifications
You must be signed in to change notification settings - Fork 888
Fix small deviation to the spec when encoding tiff images #2298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There is a failing test, I am trying to figure out if it is a regression introduced with this changes, but I dont know how yet. |
I’ll have a poke at it later. |
@brianpopow There appears to be a corrupted EXIF value in the encoded output. Unknown tag of type byte[] with two entries at the beginning with the rest empty. |
The input image metadata_sample.tiff already seems to be completely broken:
I will try to fix that first. |
Ok the input file is fixed now. I assume the error in the encoded EXIF profile came from the corrupted input file. |
Prerequisites
Description
This PR fixes the following issues when encoding tiff images:
Closes #2297