{"id":13738017,"url":"https://github.com/haesleinhuepf/napari-pyfast-image-processing","last_synced_at":"2026-07-21T13:35:24.298Z","repository":{"id":104320322,"uuid":"442558662","full_name":"haesleinhuepf/napari-pyfast-image-processing","owner":"haesleinhuepf","description":"Use pyFAST's CPU/GPU-accelerated image processing from within napari.","archived":false,"fork":false,"pushed_at":"2021-12-28T20:38:36.000Z","size":9214,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T04:51:27.369Z","etag":null,"topics":["napari-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haesleinhuepf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-12-28T19:04:32.000Z","updated_at":"2022-05-16T20:34:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"99a74219-5a89-413e-b539-af4faea1d610","html_url":"https://github.com/haesleinhuepf/napari-pyfast-image-processing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haesleinhuepf/napari-pyfast-image-processing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haesleinhuepf%2Fnapari-pyfast-image-processing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haesleinhuepf%2Fnapari-pyfast-image-processing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haesleinhuepf%2Fnapari-pyfast-image-processing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haesleinhuepf%2Fnapari-pyfast-image-processing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haesleinhuepf","download_url":"https://codeload.github.com/haesleinhuepf/napari-pyfast-image-processing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haesleinhuepf%2Fnapari-pyfast-image-processing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35726551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-21T02:00:06.728Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["napari-plugin"],"created_at":"2024-08-03T03:02:08.985Z","updated_at":"2026-07-21T13:35:24.278Z","avatar_url":"https://github.com/haesleinhuepf.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# napari-pyfast-image-processing (npyFAST)\n\n[![License](https://img.shields.io/pypi/l/napari-pyfast-image-processing.svg?color=green)](https://github.com/haesleinhuepf/napari-pyfast-image-processing/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-pyfast-image-processing.svg?color=green)](https://pypi.org/project/napari-pyfast-image-processing)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-pyfast-image-processing.svg?color=green)](https://python.org)\n[![tests](https://github.com/haesleinhuepf/napari-pyfast-image-processing/workflows/tests/badge.svg)](https://github.com/haesleinhuepf/napari-pyfast-image-processing/actions)\n[![codecov](https://codecov.io/gh/haesleinhuepf/napari-pyfast-image-processing/branch/main/graph/badge.svg)](https://codecov.io/gh/haesleinhuepf/napari-pyfast-image-processing)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-pyfast-image-processing)](https://napari-hub.org/plugins/napari-pyfast-image-processing)\n\nUse [pyFAST's](https://fast.eriksmistad.no) CPU/GPU-accelerated image processing from within napari. \nAvailable functions are yet limited to some simple operations such as `gaussian_blur, image_gradient, laplacian_of_gaussian_2D, image_sharpening_2D, dilation, erosion`.\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\n\n## Installation\n\nFirst make sure that the requirements of FAST are [installed as described here](https://fast.eriksmistad.no/requirements.html).\n\n\u003c!--\nOn MacOS this can be done by running these commands from the command line:\n```\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n/opt/homebrew/bin/brew install openslide libomp\n```\n--\u003e\n\nAfterwards, you can install `napari-pyfast-image-processing` via [pip]:\n\n\u003c!--\n```\npip install napari-pyfast-image-processing\n```\n\n\nTo install latest development version :\n--\u003e\n\n```\npip install git+https://github.com/haesleinhuepf/napari-pyfast-image-processing.git\n```\n\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\n## License\n\nDistributed under the terms of the [BSD-3] license,\n\"napari-pyfast-image-processing\" 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\n[file an issue]: https://github.com/haesleinhuepf/napari-pyfast-image-processing/issues\n\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaesleinhuepf%2Fnapari-pyfast-image-processing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaesleinhuepf%2Fnapari-pyfast-image-processing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaesleinhuepf%2Fnapari-pyfast-image-processing/lists"}