codecs
codecs copied to clipboard
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
 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