Metadata-Version: 2.4
Name: image2image
Version: 0.1.13
Summary: Image visualization and registration app.
Project-URL: homepage, https://github.com/vandeplaslab/image2image
Project-URL: repository, https://github.com/vandeplaslab/image2image
Author-email: "Lukasz G. Migas" <lukas.migas@yahoo.com>
License: BSD 3-Clause License
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: glasbey
Requires-Dist: image2image-io
Requires-Dist: image2image-reg
Requires-Dist: ipykernel>=5.2.0
Requires-Dist: lxml==4.9.2; python_version < '3.12'
Requires-Dist: lxml==5.4.0; python_version >= '3.12'
Requires-Dist: napari>=0.5.6
Requires-Dist: networkx==3.2.0; python_version < '3.10'
Requires-Dist: networkx==3.4.0; python_version >= '3.10'
Requires-Dist: numpy<2
Requires-Dist: pandas<2
Requires-Dist: pydantic>=2
Requires-Dist: qtconsole!=4.7.6,!=5.4.2,>=4.5.1
Requires-Dist: qtextra
Requires-Dist: qtextraplot
Requires-Dist: qtpy
Requires-Dist: rasterio
Requires-Dist: sentry-sdk>2
Requires-Dist: toml
Provides-Extra: dev
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pdbpp; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest-cov>=6.1.1; extra == 'dev'
Requires-Dist: pytest-qt; extra == 'dev'
Requires-Dist: pytest>=8.3.5; extra == 'dev'
Requires-Dist: qtreload; extra == 'dev'
Requires-Dist: rich; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: pyqt5
Requires-Dist: pyqt5; extra == 'pyqt5'
Provides-Extra: pyqt6
Requires-Dist: pyqt6; extra == 'pyqt6'
Provides-Extra: pyside2
Requires-Dist: pyside2; extra == 'pyside2'
Provides-Extra: pyside6
Requires-Dist: pyside6; extra == 'pyside6'
Provides-Extra: test
Requires-Dist: pytest-cov>=6.1.1; extra == 'test'
Requires-Dist: pytest-qt; extra == 'test'
Requires-Dist: pytest>=8.3.5; extra == 'test'
Description-Content-Type: text/markdown

# image2image

[![License](https://img.shields.io/pypi/l/image2image.svg?color=green)](https://github.com/vandeplaslab/image2image/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/image2image.svg?color=green)](https://pypi.org/project/image2image)
[![Python Version](https://img.shields.io/pypi/pyversions/image2image.svg?color=green)](https://python.org)
[![CI](https://github.com/vandeplaslab/image2image/actions/workflows/ci.yml/badge.svg)](https://github.com/vandeplaslab/image2image/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/vandeplaslab/image2image/branch/main/graph/badge.svg)](https://codecov.io/gh/vandeplaslab/image2image)


A suite of tools enabling image visualization and registration of whole-slide images and imaging mass spectrometry data.

![launcher](https://github.com/vandeplaslab/image2image/blob/main/docs/assets/launcher.jpg)


## Contributing

Contributions are always welcome. Please feel free to submit PRs with new features, bug fixes, or documentation improvements.

```bash
git clone https://github.com/vandeplaslab/image2image.git

pip install -e .[dev]
```