Similar to this “Diff” an image using ImageMagick but lets say I have 2+ images of different sizes. Say from a game with multiple screenshots and I just want to extract the "coins" image so I detect it in a tool like Sikuli which accepts a transparent PNG and ignores the transparent areas.
I am thinking it is something with the compare
tool to create a mask for one of the images then apply the mask using magick
/convert
to extract the final PNG.
Say I have three images where each are slightly off...
I want to somehow extract the following from the three images.
Note I am not really requiring a full imagemagick solution. I am thinking that the alignment best be done with another tool like Gimp, but I am not sure how to even create a "difference layer" that I can shift around so I can align the images.