codecs icon indicating copy to clipboard operation
codecs copied to clipboard

Results 6 codecs issues
Sort by recently updated
recently updated
newest added

Updated to the latest openjph version, and switched the dicom-codec libraries to use >= includes for easy linking of test versions. Seems to improve the HTJ2K stability enormously.

Adds encoding and decoding of JPEG XL

![Screenshot 2024-10-03 at 5 53 33 PM](https://github.com/user-attachments/assets/5007599d-cbb2-444b-9619-73274ca10259) I am trying to use https://github.com/RadicalImaging/Static-DICOMWeb for hosting a dicomwebserver and decoding/encoding. For dicoms with transfer syntax "1.2.840.10008.1.2.4.70" which use "jpeg-lossless-decoder-js" codec, I...

wasm generation had difficulty with the use of function pointer for the stream skipping function with BufferedStream.hpp. This change resolves the wasm issue with the function pointer by 1) replacing...

Initial version of a JPEG XL decoder/encoder library