ave-image-diff
v1.0.2
Published
A simple image diff tool powered by avernakis.
Downloads
5
Maintainers
Readme
English | 简体中文
Introduction
This is the tutorial project of Avernakis UI.
Tiny, but production ready.
Install
Use npm as nam! (Node App Manager)
> npm i -g ave-image-diff
Run:
> image-diff
Features & Usage
- high performance C++ implemented pixel diff & 4k image support
Instead of using js implemented pixelmatch, we use our C++ implementation, which is 10x faster. (300ms ~ 500ms -> 20ms ~ 30ms
)
In this way, even tolerance can be adjusted in realtime for 4k image, which is impossible for pixelmatch.
- blink, blink, blink!
- open images: drag to drop
press
space
to lock and copy color
- custom theme: geek style!
- hi-dpi support:
- basic controls: checkbox, trackbar, combo box ...
- custom component: reuse mini view, pixel view from color picker
Dev
> npm install
> npm run dev
Package
> npm run release