gpt4 book ai didi

python - 在 Eclipse 中使用 Python 成像库 (PIL)

转载 作者:太空宇宙 更新时间:2023-11-03 18:45:21 25 4
gpt4 key购买 nike

我正在尝试在 Eclipse 中使用 PIL。我已成功安装以下软件包,以便此代码运行时不会出现错误:

from PIL import Image
import os
from pylab import *
from scipy.misc import *

im = array(Image.open('empire.jpg').convert('L'))

但是,以下内容:

imshow(im)

产生错误:

    raise RuntimeError('Could not execute image viewer.')
RuntimeError: Could not execute image viewer.

我尝试从 Eclipse Marketplace 安装基本的图像查看器。这并不能解决问题。

有人知道如何让Eclipse显示图像吗?

提前致谢。

最佳答案

这对我来说运行良好(Windows,Python2.6),有以下两个更改:

  1. 注释掉未使用的 scipy import
  2. 在末尾添加了 show()

关于python - 在 Eclipse 中使用 Python 成像库 (PIL),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19648244/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com