OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageChops
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/image_comparison/
rgb_image_comparer.py
8
from PIL import
ImageChops
64
diff_image =
ImageChops
.difference(golden_image, test_image)
/external/autotest/client/cros/chameleon/
screen_comparison.py
11
from PIL import
ImageChops
64
# which may lead to ValueError raised by
ImageChops
.difference().
89
diff_image =
ImageChops
.difference(*images)
128
diff_image =
ImageChops
.difference(*images)
Completed in 168 milliseconds