KitwareMedical / dicom-exporter

DICOM file converter in Python
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Add --resample flag and use direction matrix #11

Closed bruyeret closed 1 year ago

bruyeret commented 1 year ago

Breaking change: To reproduce the old behavior, use the --resample flag.

The exporter will support direction matrix on .vtkjs exports as soon as you use a VTK wrapping with this MR merged.

bruyeret commented 1 year ago

@finetjul you can merge it right now or wait for the VTK MR to be merged and the wrapper released