DICOM HTJ2K tools
- Transcode DICOM P10 images with any transfer syntax
- Transcode multi-frame instances
- Properly setting the photometric interpretation for color images
Pull git submodues
git submodule update --init --recursive
Install NPM Packages
npm install
Transcode DICOM P10 file to DICOM P10 with HTJ2K data
node index.js test/fixtures/dicomp10/XA1_UNC test/fixtures/htj2k/XA1_JPH
- Publish to npm
- Add support for batch conversion of many DICOM files
- Add some integration tests
- Test for pathological cases (e.g. structured reports, unknown transfer syntax, etc)