QIICR / dcmqi

dcmqi (DICOM for Quantitative Imaging) is a free, open source C++ library for conversion between imaging research formats and the standard DICOM representation for image analysis results
https://qiicr.gitbook.io/dcmqi-guide/
BSD 3-Clause "New" or "Revised" License
232 stars 62 forks source link

Add deflate transfer syntax for parametric maps #452

Open fedorov opened 2 years ago

fedorov commented 2 years ago

From @dclunie:

There are no DICOM Transfer Syntaxes specifically for floating point pixel data.

So the Deflate TS is the only one available, and it should work as well as tar.gz, since gzip uses the deflate algorithm.