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',