We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a695bb commit 8343f06Copy full SHA for 8343f06
pytest_image_diff/image_diff.py
@@ -69,7 +69,7 @@ def _diff(
69
image_path: PathOrFileType,
70
diff_path: PathOrFileType,
71
color_mode: Union[ColorModeType, None] = None,
72
- alpha_color: tuple[int, int, int] = ALPHA_COLOR,
+ alpha_color: ColorType = ALPHA_COLOR,
73
) -> float:
74
ref_im = Image.open(ref_path)
75
im = Image.open(image_path)
0 commit comments