napari-itk-io


Namenapari-itk-io JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://github.com/InsightSoftwareConsortium/napari-itk-io
SummaryFile IO with itk for napari
upload_time2024-11-13 21:00:37
maintainerNone
docs_urlNone
authorMatt McCormick
requires_python>=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # napari-itk-io

[![License](https://img.shields.io/pypi/l/napari-itk-io.svg?color=green)](https://github.com/InsightSoftwareConsortium/napari-itk-io/raw/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-itk-io.svg?color=green)](https://pypi.org/project/napari-itk-io)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-itk-io.svg?color=green)](https://python.org)
[![tests](https://github.com/InsightSoftwareConsortium/napari-itk-io/workflows/tests/badge.svg)](https://github.com/InsightSoftwareConsortium/napari-itk-io/actions)
[![codecov](https://codecov.io/gh/InsightSoftwareConsortium/napari-itk-io/branch/master/graph/badge.svg)](https://codecov.io/gh/InsightSoftwareConsortium/napari-itk-io)

File IO with [itk](https://itk.org) for [napari](https://napari.org).

Image metadata, e.g. the pixel spacing, origin, and metadata tags, are preserved and passed into napari.

Supported image file formats:

- [BioRad](http://www.bio-rad.com/)
- [BMP](https://en.wikipedia.org/wiki/BMP_file_format)
- [DICOM](http://dicom.nema.org/)
- [DICOM Series](http://dicom.nema.org/)
- [ITK HDF5](https://support.hdfgroup.org/HDF5/)
- [JPEG](https://en.wikipedia.org/wiki/JPEG_File_Interchange_Format)
- [GE4,GE5,GEAdw](http://www3.gehealthcare.com)
- [Gipl (Guys Image Processing Lab)](https://www.ncbi.nlm.nih.gov/pubmed/12956259)
- [LSM](http://www.openwetware.org/wiki/Dissecting_LSM_files)
- [MetaImage](https://itk.org/Wiki/ITK/MetaIO/Documentation)
- [MINC 2.0](https://en.wikibooks.org/wiki/MINC/SoftwareDevelopment/MINC2.0_File_Format_Reference)
- [MGH](https://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/MghFormat)
- [MRC](http://www.ccpem.ac.uk/mrc_format/mrc_format.php)
- [NifTi](https://nifti.nimh.nih.gov/nifti-1)
- [NRRD](http://teem.sourceforge.net/nrrd/format.html)
- [Portable Network Graphics (PNG)](https://en.wikipedia.org/wiki/Portable_Network_Graphics)
- [Tagged Image File Format (TIFF)](https://en.wikipedia.org/wiki/TIFF)
- [VTK legacy file format for images](http://www.vtk.org/VTK/img/file-formats.pdf)

For DICOM Series, select the folder containing the series with *File -> Open
Folder...*. The first series will be selected and sorted spatially.

## Installation

You can install `napari-itk-io` via [pip]:

    pip install napari-itk-io

## Contributing

Contributions are very welcome. Tests can be run with [tox], please ensure
the coverage at least stays the same before you submit a pull request.

Follow the [itk contributing
guidelines](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md)
and the [itk code of
conduct](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CODE_OF_CONDUCT.md).

## License

Distributed under the terms of the [Apache Software License 2.0] license,
"napari-itk-io" is free and open source software.

## Issues

If you encounter any problems, please [file an issue] along with a detailed description.

[napari]: https://github.com/napari/napari
[Cookiecutter]: https://github.com/audreyr/cookiecutter
[@napari]: https://github.com/napari
[MIT]: http://opensource.org/licenses/MIT
[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt
[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt
[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin
[file an issue]: https://github.com/InsightSoftwareConsortium/napari-itk-io/issues
[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/InsightSoftwareConsortium/napari-itk-io",
    "name": "napari-itk-io",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Matt McCormick",
    "author_email": "matt.mccormick@kitware.com",
    "download_url": "https://files.pythonhosted.org/packages/45/32/f8340ffdcdb20634f111a004ab411bc1fbbcf1a86b88ccde3a8472d0d3ea/napari_itk_io-0.4.1.tar.gz",
    "platform": null,
    "description": "# napari-itk-io\n\n[![License](https://img.shields.io/pypi/l/napari-itk-io.svg?color=green)](https://github.com/InsightSoftwareConsortium/napari-itk-io/raw/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-itk-io.svg?color=green)](https://pypi.org/project/napari-itk-io)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-itk-io.svg?color=green)](https://python.org)\n[![tests](https://github.com/InsightSoftwareConsortium/napari-itk-io/workflows/tests/badge.svg)](https://github.com/InsightSoftwareConsortium/napari-itk-io/actions)\n[![codecov](https://codecov.io/gh/InsightSoftwareConsortium/napari-itk-io/branch/master/graph/badge.svg)](https://codecov.io/gh/InsightSoftwareConsortium/napari-itk-io)\n\nFile IO with [itk](https://itk.org) for [napari](https://napari.org).\n\nImage metadata, e.g. the pixel spacing, origin, and metadata tags, are preserved and passed into napari.\n\nSupported image file formats:\n\n- [BioRad](http://www.bio-rad.com/)\n- [BMP](https://en.wikipedia.org/wiki/BMP_file_format)\n- [DICOM](http://dicom.nema.org/)\n- [DICOM Series](http://dicom.nema.org/)\n- [ITK HDF5](https://support.hdfgroup.org/HDF5/)\n- [JPEG](https://en.wikipedia.org/wiki/JPEG_File_Interchange_Format)\n- [GE4,GE5,GEAdw](http://www3.gehealthcare.com)\n- [Gipl (Guys Image Processing Lab)](https://www.ncbi.nlm.nih.gov/pubmed/12956259)\n- [LSM](http://www.openwetware.org/wiki/Dissecting_LSM_files)\n- [MetaImage](https://itk.org/Wiki/ITK/MetaIO/Documentation)\n- [MINC 2.0](https://en.wikibooks.org/wiki/MINC/SoftwareDevelopment/MINC2.0_File_Format_Reference)\n- [MGH](https://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/MghFormat)\n- [MRC](http://www.ccpem.ac.uk/mrc_format/mrc_format.php)\n- [NifTi](https://nifti.nimh.nih.gov/nifti-1)\n- [NRRD](http://teem.sourceforge.net/nrrd/format.html)\n- [Portable Network Graphics (PNG)](https://en.wikipedia.org/wiki/Portable_Network_Graphics)\n- [Tagged Image File Format (TIFF)](https://en.wikipedia.org/wiki/TIFF)\n- [VTK legacy file format for images](http://www.vtk.org/VTK/img/file-formats.pdf)\n\nFor DICOM Series, select the folder containing the series with *File -> Open\nFolder...*. The first series will be selected and sorted spatially.\n\n## Installation\n\nYou can install `napari-itk-io` via [pip]:\n\n    pip install napari-itk-io\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\nFollow the [itk contributing\nguidelines](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md)\nand the [itk code of\nconduct](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CODE_OF_CONDUCT.md).\n\n## License\n\nDistributed under the terms of the [Apache Software License 2.0] license,\n\"napari-itk-io\" is free and open source software.\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n[file an issue]: https://github.com/InsightSoftwareConsortium/napari-itk-io/issues\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "File IO with itk for napari",
    "version": "0.4.1",
    "project_urls": {
        "Homepage": "https://github.com/InsightSoftwareConsortium/napari-itk-io"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9d14b0525a1e069fadbe84081a799b5407a4002871d74a2105388a760207c1a",
                "md5": "757868d4333e6eb5fda3580534f0cf10",
                "sha256": "908138743f7d64efdd2e306252f8e4d807974822730deb9332a94a0965d55304"
            },
            "downloads": -1,
            "filename": "napari_itk_io-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "757868d4333e6eb5fda3580534f0cf10",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12477,
            "upload_time": "2024-11-13T21:00:36",
            "upload_time_iso_8601": "2024-11-13T21:00:36.924729Z",
            "url": "https://files.pythonhosted.org/packages/d9/d1/4b0525a1e069fadbe84081a799b5407a4002871d74a2105388a760207c1a/napari_itk_io-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4532f8340ffdcdb20634f111a004ab411bc1fbbcf1a86b88ccde3a8472d0d3ea",
                "md5": "697c9534d9cf6c4ead52c9c7744a008b",
                "sha256": "13258f77a9f646f416cdda97b2bcfc7b49eb6c1aee42de54b6ff7b9cee0eb0da"
            },
            "downloads": -1,
            "filename": "napari_itk_io-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "697c9534d9cf6c4ead52c9c7744a008b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15443,
            "upload_time": "2024-11-13T21:00:37",
            "upload_time_iso_8601": "2024-11-13T21:00:37.768926Z",
            "url": "https://files.pythonhosted.org/packages/45/32/f8340ffdcdb20634f111a004ab411bc1fbbcf1a86b88ccde3a8472d0d3ea/napari_itk_io-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 21:00:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "InsightSoftwareConsortium",
    "github_project": "napari-itk-io",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "napari-itk-io"
}
        
Elapsed time: 0.81878s