python實現簡單的圖像對比

在UI自動化測試的結果驗證過程當中,難免會用到截圖對比這個方式來判斷是否測試經過。如下是一個簡單的實現,使用第三方庫:Pillow,精確度可能不會很高,但足夠應付簡單的驗證。html from PIL import Image #使用第三方庫:Pillow import math import operator from functools import reduce image1=Image.
相關文章
相關標籤/搜索