Performing image/buffer comparison
Open
amberscript
enhancement
- Dominant language
- C++
- Stars
- 228
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
Amber has buffer comparison algorithms (currently just RMSE, but more will probably be added). We should add a standalone tool that takes:
* the algorithm to run, and its parameters (probably as command line arguments)
* two PNG files (paths passed via command line arguments)
and outputs:
* Equal or not equal
* The input threshold value (e.g. the input tolerance RMSE value that would allow the comparison to pass)
* The output value from the comparison (e.g. the RMSE value)
Contributor guide
Assessment
This issue has not been assessed yet.