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

images: attempt to parse ImageData has hex #106

Open
adamdecaf opened this issue Aug 3, 2020 · 0 comments
Open

images: attempt to parse ImageData has hex #106

adamdecaf opened this issue Aug 3, 2020 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@adamdecaf
Copy link
Member

What were you trying to do?
Some encodings from other products encode Hex bytes in their EBCDIC for the ImageData. This is unexpected by our library currently and so we should attempt to decode if the data is valid hex encoded bytes.

What did you expect to see?
Image decode and file parsing should always work without errors on valid ICL files.

@adamdecaf adamdecaf added bug Something isn't working enhancement New feature or request labels Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant