kopia lustrzana https://github.com/LingDong-/linedraw
commit
3aedc2f61d
|
@ -175,7 +175,9 @@ def sketch(path):
|
||||||
try:
|
try:
|
||||||
IM = Image.open(p)
|
IM = Image.open(p)
|
||||||
break
|
break
|
||||||
except:
|
except FileNotFoundError:
|
||||||
|
print("The Input File wasn't found. Check Path")
|
||||||
|
exit(0)
|
||||||
pass
|
pass
|
||||||
w,h = IM.size
|
w,h = IM.size
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue