Skip to content

chafey/DICOMHTJ2K

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a21b535 · Mar 25, 2025

History

17 Commits
Nov 4, 2023
Nov 30, 2024
Nov 15, 2023
Nov 4, 2023
Nov 4, 2023
Nov 15, 2023
Nov 21, 2023
Nov 19, 2023
Nov 19, 2023
Nov 19, 2023
Nov 30, 2024
Nov 30, 2024
Nov 19, 2023
Nov 19, 2023
Nov 19, 2023

Repository files navigation

DICOMHTJ2K

DICOM HTJ2K tools

Features

  • Transcode DICOM P10 images with any transfer syntax
  • Transcode multi-frame instances
  • Properly setting the photometric interpretation for color images

Transcode DICOM P10 file to DICOM P10 HTJ2K

Setup

Pull git submodues

git submodule update --init --recursive

Install NPM Packages

npm install

Running

Transcode DICOM P10 file to DICOM P10 with HTJ2K data

node index.js test/fixtures/dicomp10/XA1_UNC test/fixtures/htj2k/XA1_JPH

TODO

  • 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)