OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageChops
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/tools/site_compare/operators/
equals.py
8
from PIL import
ImageChops
32
diff =
ImageChops
.difference(im1, im2)
equals_with_mask.py
8
from PIL import
ImageChops
41
diff =
ImageChops
.difference(im1, im2)
52
diff =
ImageChops
.multiply(diff, mask.convert(diff.mode))
/external/chromium_org/tools/site_compare/commands/
maskmaker.py
20
from PIL import
ImageChops
198
diff =
ImageChops
.multiply(
ImageChops
.difference(scrape, baseline),
234
mask =
ImageChops
.multiply(mask, diff)
/external/chromium_org/third_party/skia/gm/rebaseline_server/
imagediffdb.py
22
from PIL import Image,
ImageChops
126
graydiff_image =
ImageChops
.lighter(
ImageChops
.lighter(
309
"""Wrapper for
ImageChops
.difference(image1, image2) that will handle some
323
return
ImageChops
.difference(image1.convert('RGB'), image2.convert('RGB'))
/external/skia/gm/rebaseline_server/
imagediffdb.py
22
from PIL import Image,
ImageChops
126
graydiff_image =
ImageChops
.lighter(
ImageChops
.lighter(
309
"""Wrapper for
ImageChops
.difference(image1, image2) that will handle some
323
return
ImageChops
.difference(image1.convert('RGB'), image2.convert('RGB'))
Completed in 647 milliseconds