@@ -84,6 +84,7 @@ HDF5 compression filters and compression libraries sources were obtained from:
8484* `HDF5-ZFP plugin <https://github.com/LLNL/H5Z-ZFP >`_ (v1.1.1) using ZFP.
8585* `ZStd plugin <https://github.com/HDFGroup/hdf5_plugins/tree/master/ZSTD >`_
8686 (commit `5573db8 <https://github.com/HDFGroup/hdf5_plugins/tree/5573db8f9706e1df262752a9247e90a3d4bd57bd/ZSTD >`_) using ZStd.
87+ * `ZhtJ2k plugin <https://github.com/silx-kit/h5z-htj2k> ` (v x.x.x) using `High-Trhoughput JPEG 2000 <https://jpeg.org/jpeg2000/htj2k.html> `
8788
8889Sources of compression libraries shared accross multiple filters were obtained from:
8990
@@ -112,12 +113,14 @@ Please read the different licenses:
112113 * blosc: `lib/hdf5-blosc/LICENSES/ <https://github.com/silx-kit/hdf5plugin/blob/main/lib/hdf5-blosc/LICENSES/ >`_, `lib/c-blosc/LICENSES/ <https://github.com/silx-kit/hdf5plugin/blob/main/lib/c-blosc/LICENSES/ >`_
113114 * blosc2: `lib/PyTables/LICENSE.txt <https://github.com/silx-kit/hdf5plugin/blob/main/lib/PyTables/LICENSE.txt >`_ and `lib/c-blosc2/LICENSES/ <https://github.com/silx-kit/hdf5plugin/blob/main/lib/c-blosc2/LICENSES/ >`_
114115 * bzip2: `lib/PyTables/LICENSE.txt <https://github.com/silx-kit/hdf5plugin/blob/main/lib/PyTables/LICENSE.txt >`_ and `lib/bzip2/LICENSE <https://github.com/silx-kit/hdf5plugin/blob/main/lib/bzip2/LICENSE >`_
116+ * ht-jp2k: `lib/ <https://jpeg.org/jpeg2000/htj2k.html> `
115117 * lz4: `lib/LZ4/COPYING <https://github.com/silx-kit/hdf5plugin/blob/main/lib/LZ4/COPYING >`_, `lib/LZ4/LICENSE <https://github.com/silx-kit/hdf5plugin/blob/main/lib/LZ4/LICENSE >`_
116118 * FCIDECOMP: `lib/fcidecomp/LICENSE <https://github.com/silx-kit/hdf5plugin/blob/main/lib/fcidecomp/LICENSE >`_ and `lib/charls/LICENSE.md <https://github.com/silx-kit/hdf5plugin/blob/main/lib/charls/LICENSE.md >`_
117119 * SPERR: `lib/H5Z-SPERR/LICENSE <https://github.com/silx-kit/hdf5plugin/blob/main/lib/H5Z-SPERR/LICENSE >`_ and `lib/SPERR/LICENSE <https://github.com/silx-kit/hdf5plugin/blob/main/lib/SPERR/LICENSE >`_
118120 * SZ: `lib/SZ/copyright-and-BSD-license.txt <https://github.com/silx-kit/hdf5plugin/blob/main/lib/SZ/copyright-and-BSD-license.txt >`_
119121 * SZ3: `lib/SZ3/copyright-and-BSD-license.txt <https://github.com/silx-kit/hdf5plugin/blob/main/lib/SZ3/copyright-and-BSD-license.txt >`_
120122 * zfp: `lib/H5Z-ZFP/LICENSE <https://github.com/silx-kit/hdf5plugin/blob/main/lib/H5Z-ZFP/LICENSE >`_
123+ * htj2k: `lib/h5z-htj2k/LICENSE <https://github.com/silx-kit/hdf5plugin/blob/main/lib/H5Z-HT-JP2K/LICENSE >`_
121124 * zstd: `lib/HDF5Plugin-Zstandard/LICENSE <https://github.com/silx-kit/hdf5plugin/blob/main/lib/HDF5Plugin-Zstandard/LICENSE >`_
122125
123126* Shared compression libraries:
0 commit comments