{"id":15646031,"url":"https://github.com/hadim/read-roi","last_synced_at":"2026-03-15T19:02:32.115Z","repository":{"id":46185132,"uuid":"75085775","full_name":"hadim/read-roi","owner":"hadim","description":"Read ROI files .zip or .roi generated with ImageJ.","archived":false,"fork":false,"pushed_at":"2022-06-01T16:03:09.000Z","size":72,"stargazers_count":53,"open_issues_count":5,"forks_count":21,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-11T00:34:32.894Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/hadim.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}},"created_at":"2016-11-29T13:50:21.000Z","updated_at":"2025-03-07T05:35:09.000Z","dependencies_parsed_at":"2022-07-21T13:49:23.757Z","dependency_job_id":null,"html_url":"https://github.com/hadim/read-roi","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadim%2Fread-roi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadim%2Fread-roi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadim%2Fread-roi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadim%2Fread-roi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadim","download_url":"https://codeload.github.com/hadim/read-roi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248943456,"owners_count":21186958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-03T12:11:04.147Z","updated_at":"2025-12-12T00:49:37.020Z","avatar_url":"https://github.com/hadim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# read-roi\n\n[![PyPI version](https://img.shields.io/pypi/v/read-roi.svg?maxAge=2591000)](https://pypi.org/project/read-roi/)\n[![Build Status](https://travis-ci.com/hadim/read-roi.svg?branch=master)](https://travis-ci.com/hadim/read-roi)\n[![codecov](https://codecov.io/gh/hadim/read-roi/branch/master/graph/badge.svg)](https://codecov.io/gh/hadim/read-roi)\n\nRead ROI files .zip or .roi generated with ImageJ. Code is largely inspired from : http://rsb.info.nih.gov/ij/developer/source/ij/io/RoiDecoder.java.html\n\n## Functions\n\n```python\nfrom read_roi import read_roi_file\nfrom read_roi import read_roi_zip\n\nroi = read_roi_file(roi_file_path)\n\n# or\n\nrois = read_roi_zip(roi_zip_path)\n```\n\n## Note\n\n- Some format specifications are not implemented. See `RoiDecoder.java` for details.\n- Most of \"normal\" ROI files should work.\n- Feel free to hack it and send me modifications.\n\n## Requirements\n\n- Python 3.5 and above.\n\n## Install\n\n`pip install read-roi`\n\nOr you can use Anaconda and `conda-forge`:\n\n```\nconda config --add channels conda-forge\nconda install read-roi\n```\n\n## License\n\nUnder BSD license. See [LICENSE](LICENSE).\n\n## Authors\n\n- Hadrien Mary \u003chadrien.mary@gmail.com\u003e\n\n## Release a new version\n\n- Run tests: `pytest -v read_roi/`.\n- Install [rever](https://regro.github.io/rever-docs): `conda install -y rever`.\n- Run check: `rever check`.\n- Bump and release new version: `rever VERSION_NUMBER`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadim%2Fread-roi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadim%2Fread-roi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadim%2Fread-roi/lists"}