From 13377e40397c0a21b155cfc4023ba5ec78770521 Mon Sep 17 00:00:00 2001 From: damies13 Date: Tue, 19 Mar 2024 21:31:02 +1000 Subject: [PATCH] ImageCompare Library A library for simple screenshot comparison. --- src/content/resources/libraries.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index a07fd0f5..ab35e9f0 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -118,6 +118,12 @@ export default () => ([ description: 'HTTP level testing using Apache HTTP client. Available also at Maven central.', tags: ['http', 'java'] }, + { + name: 'ImageCompare Library', + href: 'https://github.com/manykarim/robotframework-imagecompare', + description: 'A library for simple screenshot comparison. Supports image files like .png and .jpg. Image Parts can be ignored via simple coordinate masks or area masks.', + tags: ['comparison', 'screenshot', 'png', 'jpg'] + }, { name: 'ImageHorizonLibrary', href: 'https://github.com/eficode/robotframework-imagehorizonlibrary#readme',