We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f046fe4 commit 4d3def0Copy full SHA for 4d3def0
tests/test.py
@@ -14,6 +14,7 @@ def synthetic_test():
14
import PIL.Image
15
except:
16
print ('Pillow not installed. Skipping cross comparison test.')
17
+ return
18
19
alphas = [0, 64, 192, 255]
20
widths = [15, 16, 32, 64]
0 commit comments