Python 将图片转化为 HTML 页面

PIL 图像处理库 PIL(Python Imaging Library) 是 Python 平台的图像处理标准库。不过 PIL 暂不支持 Python3,可以用 Pillow 代替,API是相同的。 安装 PIL 库 如果你安装了 pip 的话可以直接输入   pip install PIL   命令安装 Pillow。 或者在 PyCharm 中打开 [File] >> [settings]
相关文章
相关标签/搜索