diff --git a/docs/RegisteredFilterPlugins.md b/docs/RegisteredFilterPlugins.md
index 502bfc11c..b5c818b13 100644
--- a/docs/RegisteredFilterPlugins.md
+++ b/docs/RegisteredFilterPlugins.md
@@ -61,6 +61,7 @@ Upon receiving a request with the above information, HDF Group will register the
|`32028` |SPERR |SPERR is a lossy scientific (floating-point) data compressor that produces one of the best rate-distortion curves|
|`32029` |TERSE/PROLIX |A lossless and fast compression of the diffraction data|
|`32030` |FFMPEG |A lossy compression filter based on ffmpeg video library|
+|`32031` |JPEG2000 | A compression filter for lossy and lossless coding|
> [!NOTE]
> Please contact the maintainer of a filter plugin for help with the plugin or its filter in the HDF5 library.
@@ -871,3 +872,19 @@ License: Under MIT License
##### Contact
Cai Lab at University of Michigan: https://www.cai-lab.org
+
+---
+
+### JPEG2000
+
+#### Filter Description
+
+JPEG2000 is the Swiss Army knife of image codecs. It supports lossy and lossless coding, up to 16384 components, bit depth up to 38 bits/sample, terapixel images, resolution and quality scalability, progressive decoding and sub-frame latency, region-of-interest accessibility, non-iterative optimal rate control, discontinuous media such as optical flow data and stereo disparity maps.
+
+#### Plugin ID `32031` Information
+
+https://github.com/hmaarrfk/hdf5_jpeg2000/
+
+##### Contact
+Mark Harfouche
+mark dot harfouche at gmail dot com