python-roifile
https://www.lfd.uci.edu/~gohlke/
Roifile is a Python library to read, write, create, and plot ImageJ ROIs,
an undocumented and ImageJ application specific format to store regions
of interest, geometric shapes, paths, text, and whatnot for image
overlays.
- Sources inherited from project devel:languages:python:numeric
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / python-roifile
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:dgarcia:python312:numeric/python-roifile && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
python-roifile.changes | 0000001719 1.68 KB | |
python-roifile.spec | 0000002546 2.49 KB | |
roifile-2023.8.30.tar.gz | 0000014300 14 KB |
Revision 7 (latest revision is 19)
Dirk Mueller (dirkmueller)
committed
(revision 7)
- update to 2023.8.30: * Fix linting issues. * Add py.typed marker. * Improve object repr and type hints. * Drop support for Python 3.8 and numpy < 1.21 * Delay import of zipfile. * Verify shape of coordinates on write. * Fix integer coordinates to -5000..60536 conforming with ImageJ * Add subpixel_coordinates in frompoints for out-of-range integer coordinates. * Fix creating ROIs from float coordinates exceeding int16 range * Fix bottom-right bounds in ImagejRoi.frompoints. * Add type hints. * Change ImagejRoi to dataclass. * Drop support for Python 3.7 and numpy < 1.19 (NEP29). * Add enums for point types and sizes. - Do not build for Python 3.6, due to no NumPy. - Update spec file to use python alternative. - Initial package release.
Comments 0