You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I can see, LEPTON_HEADER_PREFIX_GARBAGE_MARKER is defined, but is not used (self.write_lepton_jpeg_garbage_if_needed(&mut mrw, false)?; is always with false), and Lepton file encoded with -embedded=XXX will exit the library by return err_exit_code(ExitCode::BadLeptonFile, "unknown data found"); Even if not supporting prefix garbage in encode, we can support decoding such files without difficulties.
The text was updated successfully, but these errors were encountered:
As I can see,
LEPTON_HEADER_PREFIX_GARBAGE_MARKER
is defined, but is not used (self.write_lepton_jpeg_garbage_if_needed(&mut mrw, false)?;
is always with false), and Lepton file encoded with-embedded=XXX
will exit the library byreturn err_exit_code(ExitCode::BadLeptonFile, "unknown data found");
Even if not supporting prefix garbage in encode, we can support decoding such files without difficulties.The text was updated successfully, but these errors were encountered: