dgobbi / vtk-dicom

A set of classes for using DICOM in VTK.
BSD 3-Clause "New" or "Revised" License
258 stars 94 forks source link

On Windows, the dicomtools '-q query.txt' option fails #179

Closed dgobbi closed 5 years ago

dgobbi commented 5 years ago

On Windows, when dicomtocsv, dicomfind, or dicompull use a query file, only the first line of the file is used. The query file works as expected on Linux and macOS. This is true whether the file has unix line endings or Windows line endings.

dgobbi commented 5 years ago

Fixed by commit fa1ffdad

dgobbi commented 5 years ago

The fix is in release v0.8.12