I'm trying to look for commonalities across hundreds of pictures to create a mask.
I can kinda do this with
Code: Select all
compare
Code: Select all
composite -compose difference
ImageMagick 6.9.7-4 Q16 on Linux (only 'cos that's the version in the package manager, happy to jump to the latest if there is a killer feature )
Background; I ran an event many years ago and added a w-a-t-e-r-m-a-r-k (slightly obfuscated cos I don't want this turning into a "wm" removal tutorial). I was a good boy and backed up my pictures but due to time and money, you guessed it, I have lost the originals and seem to now only have the wm'd versions. One of our team members has just passed away which has made me dig out the images. Very sad but I'd be lying if I didn't admit to enjoying the challenge of trying to recover just a few of these images. I feel I am very close but as the WM I used all those years ago has some transparency it's harder than I imagined. Ironically the WM was added by be using ImageMagick and Perl scripts all those years ago.
Thank you in advance.