# napari-brightness-contrast
[![License](https://img.shields.io/pypi/l/napari-brightness-contrast.svg?color=green)](https://github.com/haesleinhuepf/napari-brightness-contrast/raw/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-brightness-contrast.svg?color=green)](https://pypi.org/project/napari-brightness-contrast)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-brightness-contrast.svg?color=green)](https://python.org)
[![tests](https://github.com/haesleinhuepf/napari-brightness-contrast/workflows/tests/badge.svg)](https://github.com/haesleinhuepf/napari-brightness-contrast/actions)
[![codecov](https://codecov.io/gh/haesleinhuepf/napari-brightness-contrast/branch/master/graph/badge.svg)](https://codecov.io/gh/haesleinhuepf/napari-brightness-contrast)
[![Development Status](https://img.shields.io/pypi/status/napari-brightness-contrast.svg)](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-brightness-contrast)](https://napari-hub.org/plugins/napari-brightness-contrast)
Advanced layer histogram visualization options, e.g. for brightness / contrast
![](https://github.com/haesleinhuepf/napari-brightness-contrast/blob/main/docs/images/napari-brightness-contrast3.gif?raw=true)
Note: This will not work for big image data at the moment.
If the user interface feels slow, consider installing [pyclesperanto](https://github.com/clEsperanto/pyclesperanto_prototype) to speed it up.
----------------------------------
This [napari] plugin was generated with [Cookiecutter] using with [@napari]'s [cookiecutter-napari-plugin] template.
<!--
Don't miss the full getting started guide to set up your new package:
https://github.com/napari/cookiecutter-napari-plugin#getting-started
and review the napari docs for plugin developers:
https://napari.org/docs/plugins/index.html
-->
## Installation
You can install `napari-brightness-contrast` via [pip]:
pip install napari-brightness-contrast
## Contributing
Contributions are very welcome.
After cloning the repo, install using `pip install -e .[tests]` to enable testing via `pytest`.
## License
Distributed under the terms of the [BSD-3] license,
"napari-brightness-contrast" is free and open source software
## Issues
If you encounter any problems, please [open a thread on image.sc](https://image.sc) along with a detailed description and tag [@haesleinhuepf](https://github.com/haesleinhuepf).
[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/haesleinhuepf/napari-brightness-contrast/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/haesleinhuepf/napari-brightness-contrast",
"name": "napari-brightness-contrast",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "Robert Haase",
"author_email": "robert.haase@tu-dresden.de",
"download_url": "https://files.pythonhosted.org/packages/6b/b6/b84595b11c167be0a7f2978b3a4a24a1a5b6ce6d126f28fbe730b61bd195/napari-brightness-contrast-0.1.8.tar.gz",
"platform": null,
"description": "# napari-brightness-contrast\n\n[![License](https://img.shields.io/pypi/l/napari-brightness-contrast.svg?color=green)](https://github.com/haesleinhuepf/napari-brightness-contrast/raw/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-brightness-contrast.svg?color=green)](https://pypi.org/project/napari-brightness-contrast)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-brightness-contrast.svg?color=green)](https://python.org)\n[![tests](https://github.com/haesleinhuepf/napari-brightness-contrast/workflows/tests/badge.svg)](https://github.com/haesleinhuepf/napari-brightness-contrast/actions)\n[![codecov](https://codecov.io/gh/haesleinhuepf/napari-brightness-contrast/branch/master/graph/badge.svg)](https://codecov.io/gh/haesleinhuepf/napari-brightness-contrast)\n[![Development Status](https://img.shields.io/pypi/status/napari-brightness-contrast.svg)](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-brightness-contrast)](https://napari-hub.org/plugins/napari-brightness-contrast)\n\nAdvanced layer histogram visualization options, e.g. for brightness / contrast\n![](https://github.com/haesleinhuepf/napari-brightness-contrast/blob/main/docs/images/napari-brightness-contrast3.gif?raw=true)\n\nNote: This will not work for big image data at the moment. \nIf the user interface feels slow, consider installing [pyclesperanto](https://github.com/clEsperanto/pyclesperanto_prototype) to speed it up.\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using with [@napari]'s [cookiecutter-napari-plugin] template.\n\n<!--\nDon't miss the full getting started guide to set up your new package:\nhttps://github.com/napari/cookiecutter-napari-plugin#getting-started\n\nand review the napari docs for plugin developers:\nhttps://napari.org/docs/plugins/index.html\n-->\n\n## Installation\n\nYou can install `napari-brightness-contrast` via [pip]:\n\n pip install napari-brightness-contrast\n\n## Contributing\n\nContributions are very welcome. \nAfter cloning the repo, install using `pip install -e .[tests]` to enable testing via `pytest`.\n\n## License\n\nDistributed under the terms of the [BSD-3] license,\n\"napari-brightness-contrast\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please [open a thread on image.sc](https://image.sc) along with a detailed description and tag [@haesleinhuepf](https://github.com/haesleinhuepf).\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/haesleinhuepf/napari-brightness-contrast/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": "BSD-3-Clause",
"summary": "Advanced layer visualization options",
"version": "0.1.8",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "3622450b16a2b864974f13ef60837396",
"sha256": "22eb54d5dd1df802dc49ec7b26b225dc7b23fe2a921c42393050c071fe9db9a9"
},
"downloads": -1,
"filename": "napari_brightness_contrast-0.1.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3622450b16a2b864974f13ef60837396",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 9111,
"upload_time": "2022-09-25T14:18:56",
"upload_time_iso_8601": "2022-09-25T14:18:56.879055Z",
"url": "https://files.pythonhosted.org/packages/c6/71/7173f8f77f43dc820da1481eb190a2faf3c3dc03ba3c57ee342a214b9f6b/napari_brightness_contrast-0.1.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "2a78adbcfd464fa02ced358edd451c77",
"sha256": "88e0db47817a487b0db2b426ccfea88a57cbbf0185bf3ee0770fba81ed205dda"
},
"downloads": -1,
"filename": "napari-brightness-contrast-0.1.8.tar.gz",
"has_sig": false,
"md5_digest": "2a78adbcfd464fa02ced358edd451c77",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 9631,
"upload_time": "2022-09-25T14:18:58",
"upload_time_iso_8601": "2022-09-25T14:18:58.959609Z",
"url": "https://files.pythonhosted.org/packages/6b/b6/b84595b11c167be0a7f2978b3a4a24a1a5b6ce6d126f28fbe730b61bd195/napari-brightness-contrast-0.1.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-09-25 14:18:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "haesleinhuepf",
"github_project": "napari-brightness-contrast",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "napari",
"specs": []
},
{
"name": "numpy",
"specs": []
},
{
"name": "pyqtgraph",
"specs": []
},
{
"name": "superqt",
"specs": []
},
{
"name": "napari-tools-menu",
"specs": []
},
{
"name": null,
"specs": []
}
],
"tox": true,
"lcname": "napari-brightness-contrast"
}