We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This bug seems to only happen with band tags, and when the value of the tag is > 31 characters in length. A tag of value
("SOME_CUSTOM_TAG2" -> "12345678901234567890123456789012")
becomes
("SOME_CUSTOM_TAG2","\n 12345678901234567890123456789012\n")
A test to trigger bug can be found here:
s22s@e6ae109
The text was updated successfully, but these errors were encountered:
Merge pull request #1759 from s22s/tiff-tags-bug
46545ef
Fix for #1756: TIFF tag value wrapping
No branches or pull requests
This bug seems to only happen with band tags, and when the value of the tag is > 31 characters in length. A tag of value
becomes
A test to trigger bug can be found here:
s22s@e6ae109
The text was updated successfully, but these errors were encountered: