1

我想用 Python 做一些图像大小调整。我试图用 Python Image Library 来做这件事。我在吠叫正确的树吗?

我试图从这个来源http://www.pythonware.com/products/pil/在我的 Mac 上安装 PIL ,但它自 09 年以来一直没有更新。我应该研究一下更新的东西吗?

安装它给我一个错误:

unable to execute gcc-4.0: No such file or directory
error: command 'gcc-4.0' failed with exit status 1

我尝试安装 GCC,但我认为我有 4.2.1

有什么帮助吗?

4

2 回答 2

1

是的 PIL 是正确的模块。但也可以试试 ImageMagick

http://www.imagemagick.org/script/index.php

没有 PIL 1.1.7 是最新的,2009 年 11 月 15 日

你可以检查这个http://passingcuriosity.com/2009/installing-pil-on-mac-os-x-leopard/

于 2012-06-11T18:24:45.570 回答
0

PIL 是正确的模块,PIL 1.1.7 可能不是您想要的版本。:-)

如果 dilip kumbham 的链接不起作用,可以在http://pypi.python.org/pypi/Pillow获得 PIL 的一个分支

据我所知,该项目主要是关于解决包装问题,因此通常安装起来可能更容易。

于 2012-06-11T18:35:42.163 回答