예제 #1
0
파일: test2.py 프로젝트: fzh890523/py_sth
 def stress_image(i):
     image = WheezyCaptcha()
     d = str(i)
     os.makedirs(d)
     for t in texts:
         image.write(t, os.path.join(d, "%s.jpeg" % t), format="jpeg")