The jpeg stream codec cannot decode files from sequence streams

Issue #277 closed
Paolo Brandoli repo owner created an issue

Because the jpeg stream codec re-read the entire stream after it decodes the tags, then it fails because sequence streams are not seekable. This causes the CodecFactory to fail when reading jpeg files from sequence streams (TCP and Pipe).

Comments (10)

  1. Log in to comment