From 346c1e6de355432b5d3df0d79e3d804dbfdf5c44 Mon Sep 17 00:00:00 2001 From: go-outside-helper <138340846+go-outside-helper@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:02:45 +0100 Subject: [PATCH] Update compare_two_images.py --- Steganography/Images/xor_and_adding/compare_two_images.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Steganography/Images/xor_and_adding/compare_two_images.py b/Steganography/Images/xor_and_adding/compare_two_images.py index 8a25f2e..2852215 100755 --- a/Steganography/Images/xor_and_adding/compare_two_images.py +++ b/Steganography/Images/xor_and_adding/compare_two_images.py @@ -1,6 +1,7 @@ #!/usr/bin/env python -__author__='bt3gl' +__author__='Mia Stein' + ''' Compare two aligned images of the same size.