Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed need for imagediff and skia, now using imageDiff.py and opencv / numpy This removes the need to build skia for check_golds. However, it does add a dependency on opencv so pip is once again needed. It's only needed for testing though, so it should be much more manageable. To get around this we can build python-opencv ourselves following the manual build instructions [here](https://pypi.org/project/opencv-python/). However, that would be quite a large build time, and I don't think it's quite necessary. Diffs= a02ac789ca imagediff -> opencv (#8397)
- Loading branch information