Releases: dgobbi/vtk-dicom
dicomtools-0.8.16
This release adds a --descrip
option to dicomtonifti, updates the dictionary to DICOM 2024b, tweaks some of the charset conversions, and fixes a rare bug with parsing UN elements in implicit transfer syntax. It also removes the --build-version
option from dicomtonifti and niftitodicom.
dicomtools-0.8.15
Update the dictionary to DICOM 2023c. In dicomtocsv, skip any leading or trailing localizer in the series when reporting attributes by series.
dicomtools-0.8.14
This release fixes building against a namespaced VTK, updates the dictionary to DICOM 2022c, and handles the write-ahead log for the sqlite database.
dicomtools-0.8.13
This release further improves build support for VTK 9 and fixes a few bugs. See the log for additional information.
dicomtools-0.8.12
This release contains a fix for using query files (the '-q' option) with the dicomtools on Windows. It also updates the build system for the upcoming VTK 9. See the log for additional information.
dicomtools-0.8.11
This release contains bug fixes and improves the efficiency of dicomfind, dicomtocsv, and dicompull when searching through a large number of files. The dicom dictionary has been updated to 2019d. See the log for additional information.
dicomtools-0.8.10
This release improves the ability of niftitodicom to copy metadata from provided data sets, and provides various bug fixes. See the log for additional information.
dicomtools-0.8.9
This update includes the DICOM dictionary from the DICOM 2018e release. For users of the VTK classes, the vtkDICOMReader now lists the current file in its progress text.
dicomtools-0.8.8
This release updates the DICOM dictionary to 2018d, adds the ability to explicitly set time information in dicomtonifti, and fixes a 'vector iterator not dereferencable' exception that could occur on Windows in dicomfind and the other searching tools.
dicomtools-0.8.6
This release adds new features to the command-line tools, and fixes some bugs for reading OsiriX databases. Feature-wise, the dicompull tool gained the ability to create directory trees from any attribute values instead just a limited few, dicomtocsv has new options for printing the minimum, maximum, or a list of all values present for an attribute across a series, and the DICOM dictionary has been updated for the 2017d edition of the standard. The bugs fixed for reading OsiriX databases are as follows: dates before 1970 were read incorrectly, all times were off by a few seconds due to a roundoff error, and daylight savings time was incorrectly applied.