You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "label.py", line 50, in get_new_image
img_blended = Image.blend(background, overlay, 0.5)
File "/home/sagar/anaconda3/envs/autowebcompat/lib/python3.6/site-packages/PIL/Image.py", line 2390, in blend
return im1._new(core.blend(im1.im, im2.im, alpha))
ValueError: images do not match
Overlaying produces the above error.
The text was updated successfully, but these errors were encountered:
There are 143 such types of inconsistencies. Should we just remove them? And put a check in collect.py so that next time no such screenshots are stored until we get the exact reason for this problem. Or just put a check in label.py?
For images which have different sizes:
https://gitlab.com/marco-c/autowebcompat-data/blob/master/1022_firefox.png
https://gitlab.com/marco-c/autowebcompat-data/blob/master/1022_chrome.png
Overlaying produces the above error.
The text was updated successfully, but these errors were encountered: