https://github.com/avivharuzi/compare-images
Compare images by every pixel in the browser
https://github.com/avivharuzi/compare-images
angular browser canvas image image-processing javascript typescript
Last synced: 2 months ago
JSON representation
Compare images by every pixel in the browser
- Host: GitHub
- URL: https://github.com/avivharuzi/compare-images
- Owner: avivharuzi
- License: mit
- Created: 2022-11-10T16:22:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T11:35:44.000Z (over 3 years ago)
- Last Synced: 2025-03-05T04:43:11.197Z (over 1 year ago)
- Topics: angular, browser, canvas, image, image-processing, javascript, typescript
- Language: TypeScript
- Homepage: https://avivharuzi.github.io/compare-images
- Size: 1.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.config.js
- License: LICENSE
Awesome Lists containing this project
README
# Compare Images
Compare images by every pixel in the browser.
[https://avivharuzi.github.io/compare-images](https://avivharuzi.github.io/compare-images)
## Overview
This is a web app that take 2 images and compare every pixel using canvas.
There is an option to set the level of the difference between the value in every pixel:
1. RGB - this compare every pixel the rgb value between the images
2. Percent - this just calculates the rgb from the percentage value so for example 1% will be equivalent to 3
The functionality is the same that **implemented** in imagemagick cli but with fewer options, see
here: [https://imagemagick.org/script/compare.php](https://imagemagick.org/script/compare.php)