Add HT-JP2K plugin - #405
Open
payno wants to merge 7 commits into
Open
Conversation
payno
commented
Aug 24, 2026
| * `HDF5-ZFP plugin <https://github.com/LLNL/H5Z-ZFP>`_ (v1.1.1) using ZFP. | ||
| * `ZStd plugin <https://github.com/HDFGroup/hdf5_plugins/tree/master/ZSTD>`_ | ||
| (commit `5573db8 <https://github.com/HDFGroup/hdf5_plugins/tree/5573db8f9706e1df262752a9247e90a3d4bd57bd/ZSTD>`_) using ZStd. | ||
| * `ZhtJ2k plugin <https://github.com/silx-kit/h5z-htj2k>` (v x.x.x) using `High-Trhoughput JPEG 2000 <https://jpeg.org/jpeg2000/htj2k.html>` |
Member
Author
There was a problem hiding this comment.
To be completed during the first release.
Comment on lines
45
to
+54
| @@ -50,6 +51,7 @@ | |||
| FciDecomp, | |||
| Sperr, | |||
| Zfp, | |||
| Zhtj2k, | |||
Member
Author
There was a problem hiding this comment.
I was not really sure about the names to be used. Please feel free to propose something better.
| ZFP_ID = 32013 | ||
| """ZFP filter ID""" | ||
|
|
||
| ZHT_JP2K_ID = 32033 |
Member
Author
There was a problem hiding this comment.
From last information I had. I hope this is up to date.
| return cls(minbits=minbits, maxbits=maxbits, maxprec=maxprec, minexp=minexp) | ||
|
|
||
|
|
||
| class Zhtj2k(FilterBase): |
Member
Author
There was a problem hiding this comment.
As not parameter can be provided at the moment I think there is no much more to do. Maybe a better docstring ?
| h5z_htj2k_dir = "lib/h5z-htj2k" | ||
| openjph_include_dir = f"{h5z_htj2k_dir}/vendored/OpenJPH/src/core/openjph" | ||
|
|
||
| extra_compile_args = ["-O3", "-std=c++17"] |
Member
Author
There was a problem hiding this comment.
git-subtree-dir: lib/h5z-htj2k git-subtree-split: 4f91de9953a8647a1f7defd88392c5e5b114dc3b
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.
Attempt to add the 'ht-jp2k' plugin.