Expose ImageComparer API
Author: antonfirsovCreated Feb 26, 2020Updated Sep 25, 2022
Labelsfeature requestAPI
The image comparison logic implemented in TolerantImageComparer might be interesting for users, eg. for testing purposes.
We should expose a similar feature from the core library.
The current ImageComparer API returns a list of detected pixel differences, which did not turn out to be useful. Shouldn't we return a difference image instead? Or should we return both?
Source: SixLabors/ImageSharp