quilan1
quilan1
I have to admit, I wasn't expecting PDF text inside the no-man's-land of the end of a JPEG file, but there it is. Beginning roughly @ file offset 0x88A4 (or...
I might be wildly out there, because it's not my typical wheelhouse, but it seems like the following is occurring: The application segment has a color transform value of `AdobeColorTransform::Unknown`...
This is a malformed jpeg file -- some analysis follows. In the file, starting from the hex offset 0x390 (the 912th byte), you'll find the following bytes, near the top'ish...
> The panic in happening on [this line](https://github.com/image-rs/jpeg-decoder/blob/83368db73c65e8265628a4161e8d7922e1e8c44e/src/decoder.rs#L760). I don't know the code well enough to say what is going on there or what the right way to handle underflow...
Actually, further reading clarified things a bit, apologies. It looks like there are no cases where positive coefficients would be given a negative correction value, or vice-versa. The first pass...
This is a case of a corrupt entropy stream, but it's not quite clear what the corruption is. I can, however, illustrate why the stream yields the error. We'll start...
Damn, I just got bit by this real bad -- chased the issue around for a few hours before I found this. Infinite thanks for the workaround!