Add jbrd box support for JPEG reconstruction#590
Open
hjanuschka wants to merge 7 commits into
Open
Conversation
Collaborator
Author
|
@veluca93 eventhough you dont want to merge it, it would be now feature complete, lets keep it around and mergeable in case you change your mind. |
3f686ea to
3077a54
Compare
Benchmark @ 30ebc6dComparing: 90a2bb2a (Base) vs 45d6dc39 (PR)
|
This was referenced Dec 27, 2025
Contributor
|
@hjanuschka @veluca93 are there any blockers on this PR? This is a useful feature that I would like to use. I'm happy to help contribute if needed, although it looks like @hjanuschka is pretty on top of things :) |
- Add JpegReconstructionData struct with all JPEG metadata needed for bit-exact reconstruction (quant tables, Huffman codes, scans, markers) - Implement jbrd box detection and parsing in BoxParser - Add jpeg module with parsing logic for jbrd box binary format - Expose has_jpeg_reconstruction() and jpeg_reconstruction_data() via API Note: Full JPEG reconstruction requires Brotli decompression of marker data which is not yet implemented. This adds the data structures and box detection infrastructure.
2d67bed to
a8e437a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
jpeg-reconstructionflag and is off by default