I would like to subtract two QImages so the resultant image shows a difference.
I know I can brute-force loop through each pixel and subtract that way.

I was wondering if there is already a built in function that can do this.