Skip to content

Commit bcc5cf1

Browse files
authored
Create DESCRIPTION
1 parent c520638 commit bcc5cf1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

lib/matlab/DESCRIPTION

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Name: jnifti
2+
Version: 0.6.1
3+
Date: 2020-15-06
4+
Title: fast NIfTI-1/2 reader and NIfTI-to-JNIfTI converter for MATLAB/Octave
5+
Author: Qianqian Fang <fangqq@gmail.com>
6+
Maintainer: Qianqian Fang <fangqq@gmail.com>
7+
Description: JNIfTI Toolbox is a fully functional NIfTI-1/2 reader/writer that supports both
8+
MATLAB and GNU Octave, and is capable of reading/writing both non-compressed
9+
and compressed NIfTI files (.nii, .nii.gz) as well as two-part Analyze7.5/NIfTI
10+
files (.hdr/.img and .hdr.gz/.img.gz).
11+
More importantly, this is a toolbox that converts NIfTI data to its JSON-based
12+
replacement, JNIfTI (.jnii for text-based and .bnii for binary-based), defined
13+
by the JNIfTI specification (http://github.com/fangq/jnifti). JNIfTI is a
14+
much more flexible, human-readable and extensible file format compared to the
15+
more rigid and opaque NIfTI format, making the data much easier to manipulate
16+
and share.

0 commit comments

Comments
 (0)