odiff-py
Contents:
odiff-py
Installation
Usage
Inner workings
odiff_py
__main__
utils
wrapper
Functions
Classes
CompareStatus
DiffResult
DiffResult
__delattr__
__dir__
__eq__
__format__
__ge__
__getattribute__
__gt__
__init__
__init_subclass__
__le__
__lt__
__ne__
__new__
__reduce__
__reduce_ex__
__repr__
__setattr__
__sizeof__
__str__
__subclasshook__
_repr_markdown_
create_apng
IgnoreArea
Contributing
Changelog
odiff-py
Inner workings
odiff_py
wrapper
DiffResult
__init__
View page source
__init__
DiffResult.
__init__
(
base_image
:
Image
,
comparing_image
:
Image
,
diff_image
:
Image
|
None
,
status
:
CompareStatus
,
diff_pixel_count
:
int
|
None
,
diff_percentage
:
float
|
None
,
diff_lines
:
list
[
int
]
,
use_checker_transparency
:
bool
=
True
)
→
None