无法打开.svg图片

时间:2017-04-01 07:21:11

标签: python

我正在用pyqrcode生成QR码,我想在窗口中显示它们。我试过了:

from PIL import Image

img = Image.open("qrcode.svg")
img.show()

但它不起作用。

0 个答案:

没有答案
相关问题