Conversation
…rt, function or class Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
TodicaIonut
reviewed
Nov 15, 2025
| 'DWAA_COMPRESSION', | ||
| 'DWAB_COMPRESSION' | ||
| 'DWAB_COMPRESSION', | ||
| 'UNKNOWN_COMPRESSION', // 10 |
There was a problem hiding this comment.
EXR compression test:
htj2k256 float 32.exr test
htj2k256 half 16.exr test
htj2k32 float 32.exr test
htj2k32 half 16.exr test
HTJ2K256_COMPRESSION- JPEG 2000 lossless coding, in blocks of 256 scanlines and using the High-Throughput (HT) blocker. Offers both speed and high-coding efficiency.
HTJ2K32_COMPRESSION- JPEG 2000 lossless coding, in blocks of 32 scanlines and using the High-Throughput (HT) blocker. Offers both speed and high-coding efficiency.
cc @mrdoob
Suggested change
| 'UNKNOWN_COMPRESSION', // 10 | |
| 'HTJ2K256_COMPRESSION', // 10 | |
| 'HTJ2K32_COMPRESSION' // 11 |
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.
Related issue: #31911
Description
Adds support for HTJ2K (High Throughput JPEG 2000) compression in EXRLoader, following OpenEXR 3.4.0 specification. Includes a new JPHLoader for standalone JPEG 2000 files.
Changes
EXRLoader: Added HTJ2K decompression (compression code 11)
JPHLoader: New loader for standalone JPEG 2000/HTJ2K files
Bundled OpenJPH WASM: ~126 KB (105 KB WASM + 21 KB JS)
examples/jsm/libs/openjph/