I have a folder with pictures. The first picture is always the reference picture and the following are always compared with the reference one. I’m able to calculate the diffrence to check if something changed, but I like to have a visual solution.
You can use the Labeling Arithmetic node to XOR the two labelings. With some size filtering (use Labeling Filter) afterward to exclude minor changes, you should end up with what you are looking for. You can use a Labeling to PNG Images node with the Bounding Box Renderer (see Image Settings tab) for the final result.