https://github.com/matham/napari-memmap-tiff
Loads tiff files using memory mapping.
https://github.com/matham/napari-memmap-tiff
Last synced: 11 months ago
JSON representation
Loads tiff files using memory mapping.
- Host: GitHub
- URL: https://github.com/matham/napari-memmap-tiff
- Owner: matham
- License: mit
- Created: 2025-06-10T03:47:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-11T00:00:38.000Z (about 1 year ago)
- Last Synced: 2025-07-11T16:41:41.415Z (12 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# napari-memmap-tiff
[](https://github.com/matham/napari-memmap-tiff/raw/main/LICENSE)
[](https://pypi.org/project/napari-memmap-tiff)
[](https://python.org)
[](https://github.com/matham/napari-memmap-tiff/actions)
[](https://codecov.io/gh/matham/napari-memmap-tiff)
[](https://napari-hub.org/plugins/napari-memmap-tiff)
[](https://napari.org/stable/plugins/index.html)
[](https://github.com/copier-org/copier)
When installed and enabled in the options, it adds an option that when enabled
will make napari load tiffs via memory mapping instead of fully into RAM.
That is, `.tif` and `.tiff` files will be loaded into memory using memory
mapping, which loads the data directly from disk instead of loading the file
at once into RAM. This is beneficial for large files that may not fit into
available RAM.
----------------------------------
This [napari] plugin was generated with [copier] using the [napari-plugin-template].
## Installation
You can install `napari-memmap-tiff` via [pip]:
pip install napari-memmap-tiff
To install latest development version :
pip install git+https://github.com/matham/napari-memmap-tiff.git
## 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.
## License
Distributed under the terms of the [MIT] license,
"napari-memmap-tiff" 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
[copier]: https://copier.readthedocs.io/en/stable/
[@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
[napari-plugin-template]: https://github.com/napari/napari-plugin-template
[file an issue]: https://github.com/matham/napari-memmap-tiff/issues
[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/