Change path in example

This commit is contained in:
Valentin Moguérou 2022-03-19 19:51:20 +01:00
parent 7156129ef3
commit 89c34c408c

View File

@ -131,7 +131,7 @@ def read_file(from_file: BinaryIO, verbose=False):
def main():
s = "This is a string"
oldimg = Image.open('guitar.jpg')
oldimg = Image.open('default_image.jpg')
oldimg.load()
print(encode_string(s))
newimg = write_image(oldimg, encode_string(s))