The image comparator has been moved from cm.test.imageDiffTool
to cm.win
.
Structurally this makes more sense since the actual C++ code to diff is in winApi.cm
and it uses
MemoryImages which is also in cm.win
.
This should make the image comparison tool more accessible for other extensions and not just for test extensions.