Allow the decompression of Jpeg images that have a premature EOI tag

Issue #130 closed
Paolo Brandoli repo owner created an issue

Some jpeg images have an earlier EOI tag that causes the Jpeg codec to throw a Corrupted Stream error.

Since there is a consistent amount of such files in the wild, modify the Jpeg codec so it accepts images with a premature EOI tag.

Comments (3)

  1. Log in to comment