pyplati / platipy

Processing Library and Analysis Toolkit for Medical Imaging in Python
https://pyplati.github.io/platipy/
Apache License 2.0
105 stars 24 forks source link

Compress nrrd #108

Closed pchlap closed 2 years ago

pchlap commented 2 years ago

Hi @rnfinnegan,

this morning I discovered the SimpleITK's WriteImage function has the ability to turn on compression! Very important for the nrrd file format. This pull request allows us to use that! Let me know what you think :)

This reduces the size of the nrrd files by a factor of about 1000 :D