PIL SANE 界面:在哪里可以找到它?
显然,PIL 包含一个 SANE(Scanner Access Now Easy)接口 - 我现在正在查看代码,该代码
import sane
在 PIL 提供的地方执行 sane 操作。
我已经在 OS X 和 Windows 下安装了 PIL,但是“import sane”对我不起作用。我做了一些谷歌搜索,看看是否有额外的东西需要安装,但我没有找到任何东西。
如何获取 PIL 的 SANE 接口?
我对任何 SANE 接口都很满意(不一定是 PIL),所以如果您知道替代方案也会有所帮助。
Apparently PIL includes a SANE (Scanner Access Now Easy) interface - I'm looking at code right now that does
import sane
where sane is provided by PIL.
I've installed PIL under both OS X and Windows, but "import sane" doesn't work for me. I did a fair bit of googling to see if there's something extra I need to install but I'm not finding anything.
How do I get the SANE interface for PIL?
I'm happy with any SANE interface (doesn't have to be PIL), so if you know of an alternative that would help too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
免责声明:我从未使用过 SANE。
我不认为 PIL 库提供了理智。
相反,您正在寻找的包似乎名为 pysane。
Disclaimer: I never used SANE.
I don't think that sane is provided with the PIL library.
It seems, instead, that the package you're looking for is called pysane.