From fcb89f0453b0f18155889cb3d2801526184ef24d Mon Sep 17 00:00:00 2001 From: blakdragan7 Date: Sat, 26 Oct 2024 03:00:43 +0000 Subject: [PATCH] imagediff -> opencv 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) --- .rive_head | 2 +- submodules/rive-runtime | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rive_head b/.rive_head index 57010cc7..6bac484d 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -4fec171eac63c83a5c0a6d7abb3df0945d82775c +a02ac789ca472a5ac72bb3f0a5585fd3f243f095 diff --git a/submodules/rive-runtime b/submodules/rive-runtime index e1e1db8c..293ab0e8 160000 --- a/submodules/rive-runtime +++ b/submodules/rive-runtime @@ -1 +1 @@ -Subproject commit e1e1db8c19951802c1046b95b0b61667f2024b04 +Subproject commit 293ab0e82d09c488574550043f3fc23ad6952143