Hey guys, I'm having to deal with a particularly picky client that will post paintovers of the target goal he wants, expecting a 1:1 matchness, without mentioning what exactly his changes were when editing the image.
Because communicating with him is difficult, I was wondering if there was a way I could overlay for myself in Photoshop his paintover with my version, set it to some blend mode and now exactly the HSL alterations that were made. I would think the Difference blend mode is the answer, but I'm finding it hard to apply that math to my version to obtain the same results. Any ideas?
Replies
If they did brush-based or masked edits, then making a flipbook style back-n-forth video might help.
You can also layout the two version side by side, then cross your eyes, overlaying them on top of each other. Your brain will pick out any variances automatically.
Just for completeness, you can also try loading the two images into Blender and using a Python script to create a third image with just the pixels that don't match. This will not work if the image was reencoded (JPEG for instance), since all pixels might look different.
@RN That Blender method sounds very interesting. How could I achieve something like that?