Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix corrupted raw nrrd file output on Windows
On Windows, when NRRD file was written into .nrrd format with raw pixels then the image was corrupted. The root cause was that the file was opened in text mode and therefore each 0a byte was converted to 0d0a resulting in an incorrect byte stream.
- Loading branch information