mirror of
https://github.com/LingDong-/linedraw.git
synced 2026-02-06 02:36:42 +00:00
commit
3aedc2f61d
@ -175,7 +175,9 @@ def sketch(path):
|
||||
try:
|
||||
IM = Image.open(p)
|
||||
break
|
||||
except:
|
||||
except FileNotFoundError:
|
||||
print("The Input File wasn't found. Check Path")
|
||||
exit(0)
|
||||
pass
|
||||
w,h = IM.size
|
||||
|
||||
@ -258,4 +260,4 @@ if __name__ == "__main__":
|
||||
contour_simplify = args.contour_simplify
|
||||
show_bitmap = args.show_bitmap
|
||||
no_cv = args.no_cv
|
||||
sketch(args.input_path)
|
||||
sketch(args.input_path)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user