Welcome to pyimagetest’s documentation!

If you have ever worked with multiple image backends at the same time you know that it can cumbersome to check images from different backends for equality. pyimagetest is a Python library that provides utilities for unit testing with images. It provides ImageTestCase that enables convenient image loading and comparison.

As of now the following image backends are builtin:

pyimagetest requires Python 3.6 or later and is based on numpy. The code lives on GitHub and is licensed under the 3-Clause BSD License.