Technology May 03, 2026 · 1 min read

Built a efficient and fast MRI compression program called KMRI!

KMRI is chunk-based MRI compression format for .nii files (Python + Zstd and C++). Got strong compression on synthetic MRI-like volumes, especially smooth data (up to ~900× in best case scenarios due to zero-block skipping). Check it out at https://github.com/Kiamehr5/KMRI and let me know what you...

DE
DEV Community
by Kiamehr
Built a efficient and fast MRI compression program called KMRI!

KMRI is chunk-based MRI compression format for .nii files (Python + Zstd and C++).
Got strong compression on synthetic MRI-like volumes, especially smooth data (up to ~900× in best case scenarios due to zero-block skipping).

Check it out at https://github.com/Kiamehr5/KMRI and let me know what you think 💻

DE
Source

This article was originally published by DEV Community and written by Kiamehr.

Read original article on DEV Community
Back to Discover

Reading List