imagecashletter icon indicating copy to clipboard operation
imagecashletter copied to clipboard

images: attempt to parse ImageData has hex

Open adamdecaf opened this issue 3 years ago • 0 comments

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 avatar Aug 03 '20 19:08 adamdecaf