Lines Matching full:images
25 IMAGES_SUBDIR = 'images'
33 """ Record of differences between two images. """
38 """Download this pair of images (unless we already have them on local disk),
41 TODO(epoger): Make this asynchronously download images, rather than blocking
42 until the images have been downloaded and processed.
46 images
58 # Download the expected/actual images, if we don't have them already.
78 # This is tricky, because when you convert color images to grayscale or
91 # Store the diff and whitediff images generated above.
122 """Returns the maximum difference between the expected and actual images
145 """Download this pair of images (unless we already have them on local disk),
148 TODO(epoger): Make this asynchronously download images, rather than blocking
149 until the images have been downloaded and processed.
151 until all of the images have been downloaded and processed. Otherwise,
195 pixel between two images), calculate the weighted diff metric (a
196 stab at how different the two images really are).
199 histogram: PIL histogram of a per-channel diff between two images
247 TODO(epoger): Currently, some of the images generated by the bots are RGBA
324 Returns: locator where the diffs between expected and actual images can be