mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
- Added exact RGB equality and alpha-only fast paths. - Added optional createDiffImage, defaulting to true. - Updated screenshot comparisons to compare-only first and generate visual output only on failure. - Flattened iteration into a pointer-walking loop. - Added a 256-entry sRGB-to-linear lookup table. - Preserved CIEDE2000, thresholds, alpha comparison, maxDeltaE, and visual rendering semantics. - Added six focused correctness tests in src/tests/unit_tests/image_diff_tests.cpp.