Skip to content

Commit

Permalink
feat(dcm2pdf): modify dcm2pdf app for itk-wasm
Browse files Browse the repository at this point in the history
Change dcm2pdf to use CLI::App for processing commandline options.
Input is a dicom file name, and output is a binary stream
(itk::wasm::OutputBinaryStream) containing the extracted PDF file.
This will also be compatible with the bindgen function for automatic
generation of TS bindings.
  • Loading branch information
jadh4v committed Sep 27, 2022
1 parent 2a383c8 commit 9cb3553
Showing 1 changed file with 176 additions and 280 deletions.
Loading

0 comments on commit 9cb3553

Please sign in to comment.