Metadata-Version: 2.1
Name: itkwasm-compare-images
Version: 4.0.0
Summary: Compare images with a tolerance for regression testing.
Project-URL: Home, https://github.com/InsightSoftwareConsortium/itk-wasm
Project-URL: Source, https://github.com/InsightSoftwareConsortium/itk-wasm
License-Expression: Apache-2.0
Keywords: emscripten,itkwasm,wasi,webassembly
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: WebAssembly
Classifier: Environment :: WebAssembly :: Emscripten
Classifier: Environment :: WebAssembly :: WASI
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Requires-Dist: itkwasm-compare-images-emscripten>=1.0.1; sys_platform == 'emscripten'
Requires-Dist: itkwasm-compare-images-wasi>=1.0.1; sys_platform != 'emscripten'
Requires-Dist: itkwasm>=1.0.b131
Description-Content-Type: text/markdown

# itkwasm-compare-images

[![PyPI version](https://badge.fury.io/py/itkwasm-compare-images.svg)](https://badge.fury.io/py/itkwasm-compare-images)

Compare images with a tolerance for regression testing.

[🕮 **Documentation** 📚](https://itk-wasm-compare-images-python-docs.on.fleek.co/)

## Installation

```sh
pip install itkwasm-compare-images
```
