fo-dicom.Codecs icon indicating copy to clipboard operation
fo-dicom.Codecs copied to clipboard

Plan to update the OpenJPEG library

Open jaime-olivares opened this issue 9 months ago • 1 comments

We have been using a now-outdated version of OpenJPEG (2011) for the last six years. It is not easy to change it because there are specific dependencies between the C# and C++ code, with high sensitivity to changes in method names and signatures. After solving that, we have to test every platform we support (Windows, Linux, macOS, Intel, ARM). During this time, we have received several reports of specific DICOM files failing to decode, that we know are solved in the newest versions of OpenJPEG. It seems it is almost the time for updating the version. It's a bummer that OpenJPEG still doesn't support HTJ2K encoding (read https://github.com/uclouvain/openjpeg/issues/1487) but we hope it will incorporated soon and can be added without impacting our source code significantly.

jaime-olivares avatar May 08 '24 19:05 jaime-olivares