-
Notifications
You must be signed in to change notification settings - Fork 18
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
XMP containing invalid bytes leading fail to decode image #69
Comments
Hm, this is a valid XMP but me just forgot that maybe will be case when last byte can be zero. Thanks for replying this! Added:
I will wrap |
String encoding is always the trouble... There are so many local encodings and hard to identify. |
Yeah, but not so many encodings can be used to encode XMP and |
@eeyrw can we close this? |
Describe the bug
Fail to decode image just because of some invalid bytes in XMP.
Steps/Code to Reproduce
input.heic: https://easyupload.io/2p5p0d
Expected Results
No error is thrown or warning prompt.
Actual Results
Versions
The text was updated successfully, but these errors were encountered: