rsmbl / Resemble.js

Image analysis and comparison

Home Page:http://rsmbl.github.io/Resemble.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compare from Image URL?

pietsteph opened this issue · comments

Is it possible to compare 2 images from URL?

I am not a maintainer on the project, just answering the question

Yes, if it is one of the following:

  1. An image URL that can be loaded to the page (think CORS) → https://github.githubassets.com/favicons/favicon.png
  2. A valid data URI → data:image/png;base64,iVBORw0KGgo...