-
Notifications
You must be signed in to change notification settings - Fork 0
/
niftilib_overview.html
93 lines (72 loc) · 2.62 KB
/
niftilib_overview.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" media="screen" title="Default style" href="nifti.css" />
</head>
<body>
<h1>nifti libraries overview</h1>
The following libraries are currently under development:
<h2>nifticlib</h2>
<h3>niftilib</h3>
<ul>
<li>Language: C</li>
<li>Description: i/o routines to read and write nifti-1 datasets. Most
routines focus on manipulating the header field information, limited image
handling routines. Also handles Analyze 7.5 format. Handles compressed
and "wrong-endian" datasets.</li>
<li>Depends on: znzlib</li>
<li>Authors: Bob Cox, revised by Mark Jenkinson and Rick Reynolds</li>
<li>License: public domain</li>
<li>Current release: beta 2.0.0</li>
</ul>
<h3>fsliolib</h3>
<ul>
<li>Language: C</li>
<li>Description: higher level i/o routines to read and write nifti-1
datasets. Multiple methods for reading image volumes/timecourses,
image orientation issues addressed.</li>
<li>Depends on: znzlib niftiio</li>
<li>Authors: Mark Jenkinson</li>
<li>License:</li>
<li>Current release: development stage</li>
</ul>
<h3>znzlib</h3>
<ul>
<li>Language: C</li>
<li>Description: low level compression library that mirrors various
C calls such as fwrite(), fread(), to permit i/o to compressed files.</li>
<li>Depends on: <a href = "http://www.gzip.org/zlib/">zlib</a>, which
is widely available on Unix platforms.</li>
<li>Authors: Mark Jenkinson</li>
<li>License: public domain</li>
<li>Current release: stable</li>
</ul>
<h2>niftijlib</h2>
<ul>
<li>Language: Java</li>
<li>Description: Simple i/o routines to read/write nifti-1 datasets.
Compressed and "wrong-endian" data handled. Image orientation issues
are not yet addressed.</li>
<li>Depends on: Java 1.4 including some nio methods.</li>
<li>Authors: Kate Fissell</li>
<li>License: public domain</li>
<li>Current release: beta, 0.2</li>
</ul>
<h2>niftimatlib</h2>
<ul>
<li>Language: Matlab</li>
<li>Description: Object oriented Matlab routines to read and write
nifti1 volumes. i/o code used in SPM8.</li>
<li>Depends on: Matlab version 6.5 or higher</li>
<li>Authors: John Ashburner</li>
<li>License: GPL</li>
<li>Current release: 1.2</li>
</ul>
<div id="footer">
<a href="https://github.com/NIFTI-Imaging/NIFTI-Imaging.github.io/commits/master/niftilib_overview.html" target="_blank"> Page History </a>
</div>
</body>
</html>