We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9a607 commit 6007318Copy full SHA for 6007318
tests/test_all.py
@@ -33,9 +33,7 @@
33
34
########### PILLOW METHOD #############
35
start = default_timer()
36
-while not os.path.exists(FILENAME):
37
- time.sleep(0.1)
38
-image = Image.open(FILENAME)
+image = Image.open(sys.argv[1])
39
pixel_len = image.width * image.height
40
image_data = image.getdata()
41
# start = default_timer()
0 commit comments