Feat/codec family comparison bench#187
Merged
Merged
Conversation
…wift, JLISwift, JXLSwift) - Bump J2KSwift 10.9.3 -> 10.24.2 (source-compatible across the jump) - Add JLSwift 0.8.0 and rewire DICOMCore.JPEGLSCodec to delegate to its JPEGLS module, retiring the in-tree JPEG-LS implementation - Add JLISwift 0.4.0 (native JPEG) and JXLSwift 1.0.1 (JPEG XL) dependencies - New DICOMCore bench adapters: JLICodec (lossless JPEG), JXLCodec (lossless JPEG XL), and DjpegCLICodec / DjxlCLICodec (libjpeg-turbo / libjxl peer decoders), with a shared PNM parser and planar<->interleaved pixel bridging - Tests: JPEG-LS suite updated for the JLSwift backing; new round-trip + djpeg/djxl interop tests (10/10 bit-exact) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Generalize the bench with a CODEC FAMILY selector (JPEG 2000 / JPEG / JPEG-LS / JPEG XL); each family compares its reference Swift codec against same-family peers, mirroring J2KSwift vs Kakadu/Grok/OpenJPEG per format - Per-format reference-encode dispatch + timedEncode in the service; decode and full-resolution cases for JLISwift / JLSwift / JXLSwift + djpeg/djxl peers - Format-scoped installed/active codec lists and reference-aware analytics; format-filtered chips, generalized reference labeling, and J2K-only mode pickers in the view (existing J2K run history preserved, Codable-safe) - Headless comparison test driving the real J2KTestBenchService over SampleStudies frames (all four families bit-exact) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
No description provided.