```python
from CuteR import CuteR as cr
o=cr.produce(txt="武汉,\n加油",img="C:\Users\HXP\Desktop\4Y6A0556.jpg")
print(o)
```返回的是个列表[<PIL.Image.Image image mode=RGB size=1350x1350 at 0x1E42501A910>],怎么查看这个图片??
使用语句:o[0].show()即可,其中[0]取列表第一个元素,show方法展示二维码。
如有帮助,请采纳。点击我回答右上角【采纳】按钮。