Metadata-Version: 2.1
Name: imdiff
Version: 0.2.10
Summary: Compare image files in different directories
Author-email: "John T. Goetz" <theodore.goetz@gmail.com>
Project-URL: homepage, https://gitlab.com/johngoetz/imdiff
Keywords: test,development,validation,images,comparison,diff
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ttkbootstrap
Requires-Dist: numpy
Requires-Dist: pillow

# ImDiff: Compare Directories of Images

This is a simple tool to compare images of the same names under different directories. It's intended use is to validate generated images from software tests.
