Resemble.js - A JavaScript Library For Image Analysis & Comparison
Join the DZone community and get the full member experience.
Join For Freeresemble. js is a javascript library which allows you to perform image analysis and comparison in the browser, using javascript and the html canvas.
you just need to supply an image and the library will compute the rgb values of the image as well as well as it’s brightness.
with resemble.js you can also perform comparison between two images easily. you can ignore colors and antialiasing while comparing the images, with resemble.js giving you a true or false on whether the images are same or not.
requirements:
none
demo:
http:/ / huddle. github. com/ resemble. js/
license:
free
Published at DZone with permission of Hirvesh Munogee, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Competing Consumers With Spring Boot and Hazelcast
-
RBAC With API Gateway and Open Policy Agent (OPA)
-
File Upload Security and Malware Protection
-
Getting Started With the YugabyteDB Managed REST API
Comments