Skip to content

Commit f879c59

Browse files
committed
fixed unbounded error
1 parent 1301d06 commit f879c59

File tree

18 files changed

+232
-4
lines changed

18 files changed

+232
-4
lines changed

python/build/lib/.DS_Store

6 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name = "nii2png"

python/dist/.DS_Store

6 KB
Binary file not shown.
-3.14 KB
Binary file not shown.

python/dist/nii2png-0.2.7.tar.gz

-2.55 KB
Binary file not shown.
5.29 KB
Binary file not shown.

python/dist/nii2png-0.2.8.tar.gz

4.02 KB
Binary file not shown.

python/nii2png.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Metadata-Version: 2.1
22
Name: nii2png
3-
Version: 0.2.7
3+
Version: 0.2.8
44
Summary: A lightweight neuroimaging .nii to .png converter
55
Home-page: https://github.com/alexlaurence/NIfTI-Image-Converter
66
Author: Alexander Laurence
77
Author-email: alexander.adamlaurence@gmail.com
8-
License: UNKNOWN
8+
License: MIT
99
Description: # NIfTI Image Converter (nii2png) for Python and Matlab
1010
Rejoice OpenCV users, a lightweight neuroimaging .nii to .png converter that actually works.
1111

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
README.md
22
setup.py
3+
nii2png/__init__.py
4+
nii2png/nii2png.py
35
nii2png.egg-info/PKG-INFO
46
nii2png.egg-info/SOURCES.txt
57
nii2png.egg-info/dependency_links.txt
8+
nii2png.egg-info/not-zip-safe
9+
nii2png.egg-info/requires.txt
610
nii2png.egg-info/top_level.txt

0 commit comments

Comments
 (0)