dify
dify copied to clipboard
A fast, pixel-by-pixel image comparison tool developed in Rust
1. 可以提供多个图像参数输入,目前是2个图像进行对比 2. 可以提供选项,例如--diff输出图像不同的部分,这也是目前默认的方式;--same输出图像相同的部分
Hi, thanks for the library, it looks great! I was wondering if you have any plan to make it possible to apply a diff to an image in order to...
if it would be possible to use library in nodejs environment I would put on backend for https://github.com/Visual-Regression-Tracker/Visual-Regression-Tracker
I noticed that if parts of an image change from black (#000000FF) to transparent black (#00000000) dify doesn't notice any difference. I believe pixelmatch has a smiliar issue: https://github.com/mapbox/pixelmatch/issues/26 Someone...
I would like it if `dify::diff::get_results` could return what `threshold` I would need to set in order to get the test to pass. It should probably return some `struct` with...