I am trying to implement Error Level Analysis (https://en.wikipedia.org/wiki/Error_level_analysis) in C#. I have found examples in C++ using OpenCV and Python using PIL, but