Skip to content
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

Band tags with values of length > 31 have additional white space added to them #1756

Closed
metasim opened this issue Oct 31, 2016 · 0 comments
Closed
Milestone

Comments

@metasim
Copy link
Member

metasim commented Oct 31, 2016

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

@lossyrob lossyrob added this to the 1.0 milestone Oct 31, 2016
lossyrob added a commit that referenced this issue Nov 1, 2016
Fix for #1756: TIFF tag value wrapping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants