why my running section showing “AttributeError: 'numpy.ndarray' object has no attribute 'load'” even though I didn't write “load”?

前端 未结 0 431
终归单人心
终归单人心 2021-01-05 02:45

Code:

text = \'love\'

font_path = "CotrellCFExtraBold-ExtraBold.ttf"
font = ImageFont.truetype(font_path, 192)

imgPil = Image.fromarray(l_img)
Ima         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题