This commit is contained in:
Ace 2024-02-08 13:22:43 +01:00
parent 77ffc4146b
commit 7e7e32ade6

View File

@ -14,7 +14,7 @@ from tests import Config
preview = Inkyimage.preview
merge = Inkyimage.merge
url ="https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/mark-harpur-unsplash.jpg"
url ="https://github.com/aceinnolab/Inkycal/blob/assets/tests/Inkycal_cover.png"
im = Image.open(requests.get(url, stream=True).raw)
im.save("test.png", "PNG")