I created two simple image diff/merge utilities like WinMerge.
1. One is written using Win32 API (non-MFC) and FreeImage library.
https://bitbucket.org/sdottaka/winimerge
This can be used as a library like frhed.
My winmerge-v2 fork already uses it.
- https://bitbucket.org/sdottaka/winmerge-v2
- http://www.geocities.co.jp/SiliconValley-SanJose/8165/unofficial_winmerge_nightly_builds.html
I think it can be integrated with winmerge-v2 and winmerge 2011.
If you are interested in the feature, I will write a patch to integrate it.
2. Another one is written using Qt framework
https://bitbucket.org/sdottaka/qtimerge
I hope this help WinMerge development.