Metadata-Version: 2.1
Name: nifti2png
Version: 0.0.2
Summary: Converts nifti to png, _not_ a general purpose converter
Home-page: https://github.com/joshy/nifti2png.git
Author: Joshy Cyriac
Author-email: j.cyriac@gmail.com
License: BSD-3-Clause
Description: # My purpose nifti 2 png converter
        
        This is a personal nifti 2 png converter. This is a helper to quickly view a
        lot of nifti files by converting them to png.
        
        ## Installation
        pip install nifti2png
        
        ## Usage
        It takes two arguments:
        ```
        nifti2png --dir <input directory of nifti files (recursively)> --out <output directory where the pngs should be stored>
        ```
        
Keywords: nifti,png
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
