Change path in example
This commit is contained in:
parent
7156129ef3
commit
89c34c408c
@ -131,7 +131,7 @@ def read_file(from_file: BinaryIO, verbose=False):
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
s = "This is a string"
|
s = "This is a string"
|
||||||
oldimg = Image.open('guitar.jpg')
|
oldimg = Image.open('default_image.jpg')
|
||||||
oldimg.load()
|
oldimg.load()
|
||||||
print(encode_string(s))
|
print(encode_string(s))
|
||||||
newimg = write_image(oldimg, encode_string(s))
|
newimg = write_image(oldimg, encode_string(s))
|
||||||
|
Loading…
Reference in New Issue
Block a user