Browse Source

Correct path in example

master
Valentin Moguérou 2 years ago
parent
commit
11bd28de6d
  1. 2
      libstegano.py

2
libstegano.py

@ -138,7 +138,7 @@ def main():
newimg.save('dissimulated.png', 'PNG')
print('Written...')
print(f"String: --> {read_image(Image.open('guitar.jpg'))} (guitar.jpg)")
print(f"String: --> {read_image(Image.open('default_image.jpg'))} (default_image.jpg)")
print(f"String: --> {decode_string(read_image(Image.open('dissimulated.png')))} (dissimulated.png)")
if __name__ == '__main__':

Loading…
Cancel
Save