Hello ! Sorry about my english level in advance ! :D I've done a script which compare two images, and give me back a third image with only differences : convert image_1.png image_2.png -alpha off +repage \( -clone 0 -clone 1 -compose difference -composite -threshold 0 \) \( -clone 0 -clone 2 ...