PIL SANE 界面:在哪里可以找到它?

发布于 2025-01-06 17:49:39 字数 313 浏览 1 评论 0原文

显然,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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

肥爪爪 2025-01-13 17:49:39

免责声明:我从未使用过 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文