如何使用 Python 通过 HTTP 将远程图像复制到 gtk.gdk.pixbuf?

发布于 2024-08-15 11:58:25 字数 318 浏览 4 评论 0原文

这是这里的第一篇文章,我是一名菜鸟程序员。
这可能是一个愚蠢的问题。

我想在 GNOE 桌面上创建个人 Twitter 通知程序。我决定使用 pynotifyTweepy
现在我只想让 pynotify 显示 Twitter 用户的图标,使用 pynotify 似乎有两种方法;将 URI 设置为本地图像文件,或使用 pixbuf API。我认为下载图标并通过 urllib 将 URI 设置为本地图标会更容易,但不想创建本地缓存文件。是否可以直接将远程图像传递给pixbuf

this is first post here and I am a noob programmer.
This may be a stupid question.

I'd like to create a personal Twitter notifier on GNOE Desktop. And I've decided to use pynotify and Tweepy.
Now I just want to make pynotify show Twitter user's icon, and there seems to be 2 ways using pynotify; setting URI to local image file, or using pixbuf API. I suppose downloading the icon and setting URI to the local icon by urllib is easier though don't want to make local cache file. Is it possible to pass directly a remote image to pixbuf?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

七七 2024-08-22 11:58:25

您的意思是这样吗?

did you mean something like this?

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